Searched refs:layoutBoundsLeft (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/tools/aapt2/ |
D | Png.cpp | 67 int32_t layoutBoundsLeft; member 538 memcpy(unknowns[bIndex].data, &info->layoutBoundsLeft, chunkSize); in writePng() 967 image->layoutBoundsLeft = image->layoutBoundsRight = 0; in do9Patch() 1034 &image->layoutBoundsLeft, &image->layoutBoundsRight, &errorMsg); in do9Patch() 1039 image->haveLayoutBounds = image->layoutBoundsLeft != 0 in do9Patch() 1046 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, 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() 1178 memcpy(unknowns[b_index].data, &imageInfo.layoutBoundsLeft, chunk_size); in write_png()
|