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 75 int32_t outlineInsetsBottom;
870 &image->outlineInsetsBottom);
873 image->outlineInsetsBottom = 0;
879 int innerEndY = endY - image->outlineInsetsBottom;
906 image->outlineInsetsBottom,
    [all...]

Completed in 33 milliseconds