Home
last modified time | relevance | path

Searched refs:HorizontalImageLine (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/compile/
DNinePatch.cpp134 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);
489 HorizontalImageLine top_row(rows, 0, 0, width); in Create()
520 HorizontalImageLine bottom_row(rows, 0, height - 1, width); in Create()
566 HorizontalImageLine mid_row(rows, 1, height / 2, width - 2); in Create()
581 HorizontalImageLine outline_mid_row( in Create()