Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DPng.cpp66 bool haveLayoutBounds = false; member
502 int chunkCount = 2 + (info->haveLayoutBounds ? 1 : 0); in writePng()
503 int pIndex = info->haveLayoutBounds ? 2 : 1; in writePng()
508 png_bytep chunkNames = info->haveLayoutBounds in writePng()
534 if (info->haveLayoutBounds) { in writePng()
552 if (info->haveLayoutBounds) { in writePng()
1039 image->haveLayoutBounds = image->layoutBoundsLeft != 0 in do9Patch()
1044 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()
1142 int chunk_count = 2 + (imageInfo.haveLayoutBounds ? 1 : 0); in write_png()
1143 int p_index = imageInfo.haveLayoutBounds ? 2 : 1; in write_png()
1148 png_byte *chunk_names = imageInfo.haveLayoutBounds in write_png()
1174 if (imageInfo.haveLayoutBounds) { in write_png()
1191 if (imageInfo.haveLayoutBounds) { in write_png()