HomeSort by relevance Sort by last modified time
    Searched refs:outlineInsetsBottom (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt/
Images.cpp 85 int32_t outlineInsetsBottom;
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,
    [all...]
  /frameworks/base/tools/aapt2/compile/
Png.cpp 77 int32_t outlineInsetsBottom;
908 &image->outlineInsetsBottom);
911 image->outlineInsetsBottom = 0;
917 int innerEndY = endY - image->outlineInsetsBottom;
942 image->outlineInsetsRight, image->outlineInsetsBottom,
    [all...]

Completed in 42 milliseconds