Searched refs:outlineInsetsBottom (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 77 int32_t outlineInsetsBottom; member 908 &image->outlineInsetsBottom); in getOutline() 911 image->outlineInsetsBottom = 0; in getOutline() 917 int innerEndY = endY - image->outlineInsetsBottom; in getOutline() 942 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()
|