Searched refs:layoutBoundsLeft (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/compile/ |
D | Png.cpp | 69 int32_t layoutBoundsLeft; member 564 memcpy(unknowns[bIndex].data, &info->layoutBoundsLeft, chunkSize); in writePng() 1002 image->layoutBoundsLeft = image->layoutBoundsRight = 0; in do9Patch() 1071 &image->layoutBoundsLeft, in do9Patch() 1079 image->layoutBoundsLeft != 0 || image->layoutBoundsRight != 0 || in do9Patch() 1084 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, in do9Patch()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 76 int32_t layoutBoundsLeft; member 568 image->layoutBoundsLeft = image->layoutBoundsRight = in do_9patch() 632 &image->layoutBoundsLeft, in do_9patch() 639 image->haveLayoutBounds = image->layoutBoundsLeft != 0 in do_9patch() 646 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, in do_9patch() 1271 memcpy(unknowns[b_index].data, &imageInfo.layoutBoundsLeft, chunk_size); in write_png()
|