Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DImages.cpp40 image_info() : rows(NULL), is9Patch(false), in image_info()
69 bool is9Patch; member
544 image->is9Patch = true; in do_9patch()
1189 if (imageInfo.is9Patch && PNG_COLOR_TYPE_PALETTE == color_type) { in write_png()
1235 if (imageInfo.is9Patch) { in write_png()
/frameworks/base/libs/androidfw/
DPng.cpp58 bool is9Patch = false; member
463 if (info->is9Patch && (colorType == PNG_COLOR_TYPE_RGB || colorType == PNG_COLOR_TYPE_GRAY || in writePng()
503 if (info->is9Patch) { in writePng()
926 image->is9Patch = true; in do9Patch()