Searched refs:outlineInsetsBottom (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/compile/ |
H A D | Png.cpp | 77 int32_t outlineInsetsBottom; member 903 &image->outlineInsetsBottom); in getOutline() 906 image->outlineInsetsBottom = 0; in getOutline() 912 int innerEndY = endY - image->outlineInsetsBottom; in getOutline() 937 image->outlineInsetsRight, image->outlineInsetsBottom, in getOutline()
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Images.cpp | 85 int32_t outlineInsetsBottom; member 468 find_max_opacity(image->rows, midX, endY, -1, midY, 0, -1, &image->outlineInsetsBottom); in get_outline() 471 image->outlineInsetsBottom = 0; in get_outline() 477 int innerEndY = endY - image->outlineInsetsBottom; in get_outline() 504 image->outlineInsetsBottom, in get_outline()
|