Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/compile/
DPng.cpp68 bool haveLayoutBounds = false; member
527 int chunkCount = 2 + (info->haveLayoutBounds ? 1 : 0); in writePng()
528 int pIndex = info->haveLayoutBounds ? 2 : 1; in writePng()
534 png_bytep chunkNames = info->haveLayoutBounds in writePng()
560 if (info->haveLayoutBounds) { in writePng()
578 if (info->haveLayoutBounds) { in writePng()
1078 image->haveLayoutBounds = in do9Patch()
1082 if (image->haveLayoutBounds) { in do9Patch()
/frameworks/base/tools/aapt/
DImages.cpp75 bool haveLayoutBounds; member
639 image->haveLayoutBounds = image->layoutBoundsLeft != 0 in do_9patch()
644 if (image->haveLayoutBounds) { in do_9patch()
1235 int chunk_count = 2 + (imageInfo.haveLayoutBounds ? 1 : 0); in write_png()
1236 int p_index = imageInfo.haveLayoutBounds ? 2 : 1; in write_png()
1241 png_byte *chunk_names = imageInfo.haveLayoutBounds in write_png()
1267 if (imageInfo.haveLayoutBounds) { in write_png()