Searched refs:haveLayoutBounds (Results 1 – 2 of 2) sorted by relevance
68 bool haveLayoutBounds = false; member527 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()
75 bool haveLayoutBounds; member639 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()