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

/frameworks/base/tools/aapt2/compile/
H A DPng.cpp65 bool haveLayoutBounds = false; member in struct:aapt::PngInfo
500 int chunkCount = 2 + (info->haveLayoutBounds ? 1 : 0);
501 int pIndex = info->haveLayoutBounds ? 2 : 1;
506 png_bytep chunkNames = info->haveLayoutBounds
532 if (info->haveLayoutBounds) {
550 if (info->haveLayoutBounds) {
1037 image->haveLayoutBounds = image->layoutBoundsLeft != 0
1042 if (image->haveLayoutBounds) {
/frameworks/base/tools/aapt/
H A DImages.cpp75 bool haveLayoutBounds; member in struct:image_info
639 image->haveLayoutBounds = image->layoutBoundsLeft != 0
644 if (image->haveLayoutBounds) {
1234 int chunk_count = 2 + (imageInfo.haveLayoutBounds ? 1 : 0);
1235 int p_index = imageInfo.haveLayoutBounds ? 2 : 1;
1240 png_byte *chunk_names = imageInfo.haveLayoutBounds
1266 if (imageInfo.haveLayoutBounds) {

Completed in 62 milliseconds