Searched refs:outlineInsetsTop (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 76 int32_t outlineInsetsTop; member 907 &image->outlineInsetsTop); in getOutline() 911 image->outlineInsetsTop = 0; in getOutline() 916 int innerStartY = 1 + image->outlineInsetsTop; in getOutline() 942 image->outlineInsetsLeft, image->outlineInsetsTop, in getOutline()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 83 int32_t outlineInsetsTop; member 467 find_max_opacity(image->rows, midX, 1, -1, midY, 0, 1, &image->outlineInsetsTop); in get_outline() 470 image->outlineInsetsTop = 0; in get_outline() 475 int innerStartY = 1 + image->outlineInsetsTop; in get_outline() 502 image->outlineInsetsTop, in get_outline()
|