Searched defs:is9Patch (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt/
H A DImages.cpp39 image_info() : rows(NULL), is9Patch(false),
68 bool is9Patch; member in struct:image_info
543 image->is9Patch = true;
1187 if (imageInfo.is9Patch && PNG_COLOR_TYPE_PALETTE == color_type) {
1233 if (imageInfo.is9Patch) {
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp58 bool is9Patch = false; member in struct:aapt::PngInfo
458 if (info->is9Patch && (colorType == PNG_COLOR_TYPE_RGB ||
499 if (info->is9Patch) {
941 image->is9Patch = true;

Completed in 85 milliseconds