Home | History | Annotate | Download | only in aapt

Lines Matching refs:haveLayoutBounds

75     bool haveLayoutBounds;
639 image->haveLayoutBounds = image->layoutBoundsLeft != 0
644 if (image->haveLayoutBounds) {
1235 int chunk_count = 2 + (imageInfo.haveLayoutBounds ? 1 : 0);
1236 int p_index = imageInfo.haveLayoutBounds ? 2 : 1;
1241 png_byte *chunk_names = imageInfo.haveLayoutBounds
1267 if (imageInfo.haveLayoutBounds) {