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()
1100 if (imageInfo.is9Patch && (color_type == PNG_COLOR_TYPE_RGB || in write_png()
1141 if (imageInfo.is9Patch) { in write_png()
/frameworks/base/tools/aapt2/
DPng.cpp59 bool is9Patch = false; member
460 if (info->is9Patch && (colorType == PNG_COLOR_TYPE_RGB || in writePng()
501 if (info->is9Patch) { in writePng()
943 image->is9Patch = true; in do9Patch()