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

/frameworks/base/tools/aapt/
H A DImages.cpp76 int32_t layoutBoundsLeft; member in struct:image_info
568 image->layoutBoundsLeft = image->layoutBoundsRight =
632 &image->layoutBoundsLeft,
639 image->haveLayoutBounds = image->layoutBoundsLeft != 0
646 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop,
1270 memcpy(unknowns[b_index].data, &imageInfo.layoutBoundsLeft, chunk_size);
/frameworks/base/tools/aapt2/compile/
H A DPng.cpp66 int32_t layoutBoundsLeft; member in struct:aapt::PngInfo
536 memcpy(unknowns[bIndex].data, &info->layoutBoundsLeft, chunkSize);
965 image->layoutBoundsLeft = image->layoutBoundsRight = 0;
1032 &image->layoutBoundsLeft, &image->layoutBoundsRight, &errorMsg);
1037 image->haveLayoutBounds = image->layoutBoundsLeft != 0
1044 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop,

Completed in 645 milliseconds