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

/frameworks/base/tools/aapt/
H A DImages.cpp85 int32_t outlineInsetsBottom; member in struct:image_info
468 find_max_opacity(image->rows, midX, endY, -1, midY, 0, -1, &image->outlineInsetsBottom);
471 image->outlineInsetsBottom = 0;
477 int innerEndY = endY - image->outlineInsetsBottom;
504 image->outlineInsetsBottom,
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp75 int32_t outlineInsetsBottom; member in struct:aapt::PngInfo
870 &image->outlineInsetsBottom);
873 image->outlineInsetsBottom = 0;
879 int innerEndY = endY - image->outlineInsetsBottom;
906 image->outlineInsetsBottom,

Completed in 109 milliseconds