Searched refs:layoutBoundsBottom (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp79 int32_t layoutBoundsBottom; member in struct:image_info
569 image->layoutBoundsTop = image->layoutBoundsBottom = 0;
637 &image->layoutBoundsBottom, &errorMsg);
642 || image->layoutBoundsBottom != 0;
647 image->layoutBoundsRight, image->layoutBoundsBottom);
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp69 int32_t layoutBoundsBottom; member in struct:aapt::PngInfo
966 image->layoutBoundsTop = image->layoutBoundsBottom = 0;
1035 &image->layoutBoundsTop, &image->layoutBoundsBottom, &errorMsg);
1040 || image->layoutBoundsBottom != 0;
1045 image->layoutBoundsRight, image->layoutBoundsBottom);

Completed in 56 milliseconds