Searched refs:outlineInsetsBottom (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 78 int32_t outlineInsetsBottom; member 909 &image->outlineInsetsBottom); in getOutline() 912 image->outlineInsetsBottom = 0; in getOutline() 918 int innerEndY = endY - image->outlineInsetsBottom; in getOutline() 943 image->outlineInsetsRight, image->outlineInsetsBottom, in getOutline()
|
/frameworks/base/tools/aapt/ |
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()
|