Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DPng.cpp74 int32_t outlineInsetsTop; member
870 findMaxOpacity(image->rows.data(), midX, 1, -1, midY, 0, 1, &image->outlineInsetsTop); in getOutline()
874 image->outlineInsetsTop = 0; in getOutline()
879 int innerStartY = 1 + image->outlineInsetsTop; in getOutline()
906 image->outlineInsetsTop, in getOutline()
/frameworks/base/tools/aapt/
DImages.cpp83 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()