Home
last modified time | relevance | path

Searched refs:outlineInsetsBottom (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/
DPng.cpp76 int32_t outlineInsetsBottom; member
872 &image->outlineInsetsBottom); in getOutline()
875 image->outlineInsetsBottom = 0; in getOutline()
881 int innerEndY = endY - image->outlineInsetsBottom; in getOutline()
908 image->outlineInsetsBottom, in getOutline()
/frameworks/base/tools/aapt/
DImages.cpp85 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()