Searched defs:layoutBoundsRight (Results 1 - 2 of 2) sorted by last modified time

/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.cpp70 int32_t layoutBoundsRight; member in struct:aapt::PngInfo
1001 image->layoutBoundsLeft = image->layoutBoundsRight = 0;
1071 &image->layoutBoundsRight, &errorMsg);
1078 image->layoutBoundsLeft != 0 || image->layoutBoundsRight != 0 ||
1084 image->layoutBoundsTop, image->layoutBoundsRight,

Completed in 82 milliseconds