Searched refs:outlineInsetsBottom (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | Png.cpp | 75 int32_t outlineInsetsBottom; member 860 findMaxOpacity(image->rows.data(), midX, endY, -1, midY, 0, -1, &image->outlineInsetsBottom); in getOutline() 863 image->outlineInsetsBottom = 0; in getOutline() 869 int innerEndY = endY - image->outlineInsetsBottom; in getOutline() 893 image->outlineInsetsTop, image->outlineInsetsRight, image->outlineInsetsBottom, in getOutline()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 86 int32_t outlineInsetsBottom; member 469 find_max_opacity(image->rows, midX, endY, -1, midY, 0, -1, &image->outlineInsetsBottom); in get_outline() 472 image->outlineInsetsBottom = 0; in get_outline() 478 int innerEndY = endY - image->outlineInsetsBottom; in get_outline() 505 image->outlineInsetsBottom, in get_outline()
|