Searched refs:outlineInsetsTop (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | Png.cpp | 73 int32_t outlineInsetsTop; member 859 findMaxOpacity(image->rows.data(), midX, 1, -1, midY, 0, 1, &image->outlineInsetsTop); in getOutline() 862 image->outlineInsetsTop = 0; in getOutline() 867 int innerStartY = 1 + image->outlineInsetsTop; in getOutline() 893 image->outlineInsetsTop, image->outlineInsetsRight, image->outlineInsetsBottom, in getOutline()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 84 int32_t outlineInsetsTop; member 468 find_max_opacity(image->rows, midX, 1, -1, midY, 0, 1, &image->outlineInsetsTop); in get_outline() 471 image->outlineInsetsTop = 0; in get_outline() 476 int innerStartY = 1 + image->outlineInsetsTop; in get_outline() 503 image->outlineInsetsTop, in get_outline()
|