Searched refs:HorizontalImageLine (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/tools/aapt2/compile/ |
H A D | NinePatch.cpp | 134 class HorizontalImageLine { class 136 explicit HorizontalImageLine(uint8_t** rows, int32_t xoffset, int32_t yoffset, in HorizontalImageLine() function in aapt::HorizontalImageLine 150 DISALLOW_COPY_AND_ASSIGN(HorizontalImageLine); 487 HorizontalImageLine top_row(rows, 0, 0, width); in Create() 518 HorizontalImageLine bottom_row(rows, 0, height - 1, width); in Create() 564 HorizontalImageLine mid_row(rows, 1, height / 2, width - 2); in Create() 579 HorizontalImageLine outline_mid_row( in Create()
|