Searched defs:outlineInsetsBottom (Results 1 - 2 of 2) sorted by path

/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.cpp77 int32_t outlineInsetsBottom; member in struct:aapt::PngInfo
908 &image->outlineInsetsBottom);
911 image->outlineInsetsBottom = 0;
917 int innerEndY = endY - image->outlineInsetsBottom;
942 image->outlineInsetsRight, image->outlineInsetsBottom,

Completed in 61 milliseconds