Searched defs:layoutBoundsRight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp78 int32_t layoutBoundsRight; member in struct:image_info
568 image->layoutBoundsLeft = image->layoutBoundsRight =
633 &image->layoutBoundsRight, &errorMsg);
640 || image->layoutBoundsRight != 0
647 image->layoutBoundsRight, image->layoutBoundsBottom);
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp68 int32_t layoutBoundsRight; member in struct:aapt::PngInfo
965 image->layoutBoundsLeft = image->layoutBoundsRight = 0;
1032 &image->layoutBoundsLeft, &image->layoutBoundsRight, &errorMsg);
1038 || image->layoutBoundsRight != 0
1045 image->layoutBoundsRight, image->layoutBoundsBottom);

Completed in 11 milliseconds