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

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

Completed in 150 milliseconds