Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DImages.cpp39 image_info() : rows(NULL), is9Patch(false), in image_info()
68 bool is9Patch; member
543 image->is9Patch = true; in do_9patch()
1188 if (imageInfo.is9Patch && PNG_COLOR_TYPE_PALETTE == color_type) { in write_png()
1234 if (imageInfo.is9Patch) { in write_png()
/frameworks/base/tools/aapt2/compile/
DPng.cpp61 bool is9Patch = false; member
480 if (info->is9Patch && in writePng()
526 if (info->is9Patch) { in writePng()
978 image->is9Patch = true; in do9Patch()