Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt/
DImages.cpp74 bool haveLayoutBounds; member
669 image->haveLayoutBounds = image->layoutBoundsLeft != 0 in do_9patch()
674 if (image->haveLayoutBounds) { in do_9patch()
1150 int chunk_count = 2 + (imageInfo.haveLayoutBounds ? 1 : 0); in write_png()
1151 int p_index = imageInfo.haveLayoutBounds ? 2 : 1; in write_png()
1156 png_byte *chunk_names = imageInfo.haveLayoutBounds in write_png()
1180 if (imageInfo.haveLayoutBounds) { in write_png()
1197 if (imageInfo.haveLayoutBounds) { in write_png()