Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DPng.cpp65 bool haveLayoutBounds = false; member
504 int chunkCount = 2 + (info->haveLayoutBounds ? 1 : 0); in writePng()
505 int pIndex = info->haveLayoutBounds ? 2 : 1; in writePng()
512 info->haveLayoutBounds ? (png_bytep) "npOl\0npLb\0npTc\0" : (png_bytep) "npOl\0npTc"; in writePng()
536 if (info->haveLayoutBounds) { in writePng()
553 if (info->haveLayoutBounds) { in writePng()
1020 image->haveLayoutBounds = image->layoutBoundsLeft != 0 || image->layoutBoundsRight != 0 || in do9Patch()
1023 if (image->haveLayoutBounds) { in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp76 bool haveLayoutBounds; member
640 image->haveLayoutBounds = image->layoutBoundsLeft != 0 in do_9patch()
645 if (image->haveLayoutBounds) { in do_9patch()
1236 int chunk_count = 2 + (imageInfo.haveLayoutBounds ? 1 : 0); in write_png()
1237 int p_index = imageInfo.haveLayoutBounds ? 2 : 1; in write_png()
1242 png_byte *chunk_names = imageInfo.haveLayoutBounds in write_png()
1268 if (imageInfo.haveLayoutBounds) { in write_png()