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

/frameworks/base/tools/aapt/
H A DImages.cpp61 bool haveLayoutBounds; member in struct:image_info
536 image->haveLayoutBounds = image->layoutBoundsLeft != 0
541 if (image->haveLayoutBounds) {
1055 int chunk_count = 1 + (imageInfo.haveLayoutBounds ? 1 : 0);
1056 int p_index = imageInfo.haveLayoutBounds ? 1 : 0;
1058 png_byte *chunk_names = imageInfo.haveLayoutBounds
1068 if (imageInfo.haveLayoutBounds) {
1085 if (imageInfo.haveLayoutBounds) {

Completed in 50 milliseconds