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

/frameworks/base/tools/aapt/
H A DImages.cpp77 int32_t layoutBoundsTop; member in struct:image_info
569 image->layoutBoundsTop = image->layoutBoundsBottom = 0;
636 &image->layoutBoundsTop,
641 || image->layoutBoundsTop != 0
646 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop,
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp67 int32_t layoutBoundsTop; member in struct:aapt::PngInfo
966 image->layoutBoundsTop = image->layoutBoundsBottom = 0;
1035 &image->layoutBoundsTop, &image->layoutBoundsBottom, &errorMsg);
1039 || image->layoutBoundsTop != 0
1044 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop,

Completed in 1787 milliseconds