Searched refs:layoutBoundsLeft (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | Png.cpp | 66 int32_t layoutBoundsLeft; member 540 memcpy(unknowns[bIndex].data, &info->layoutBoundsLeft, chunkSize); in writePng() 950 image->layoutBoundsLeft = image->layoutBoundsRight = 0; in do9Patch() 1015 &image->layoutBoundsLeft, &image->layoutBoundsRight, &errorMsg); in do9Patch() 1020 image->haveLayoutBounds = image->layoutBoundsLeft != 0 || image->layoutBoundsRight != 0 || in do9Patch() 1025 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, in do9Patch()
|
/frameworks/base/tools/aapt/ |
D | Images.cpp | 77 int32_t layoutBoundsLeft; member 569 image->layoutBoundsLeft = image->layoutBoundsRight = in do_9patch() 633 &image->layoutBoundsLeft, in do_9patch() 640 image->haveLayoutBounds = image->layoutBoundsLeft != 0 in do_9patch() 647 printf("layoutBounds=%d %d %d %d\n", image->layoutBoundsLeft, image->layoutBoundsTop, in do_9patch() 1272 memcpy(unknowns[b_index].data, &imageInfo.layoutBoundsLeft, chunk_size); in write_png()
|