Searched refs:colEnd (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/ |
H A D | grid_test_ng.cpp | 171 int32_t rowStart, int32_t rowEnd, int32_t colStart, int32_t colEnd, float width, float height) in CreateBigItem() 185 if (colEnd != NULL_VALUE) { in CreateBigItem() 186 itemModel.SetColumnEnd(colEnd); in CreateBigItem() 198 void GridTestNg::CreateBigColItem(int32_t colStart, int32_t colEnd) in CreateBigColItem() argument 200 CreateBigItem(NULL_VALUE, NULL_VALUE, colStart, colEnd, NULL_VALUE, ITEM_HEIGHT); in CreateBigColItem() 170 CreateBigItem( int32_t rowStart, int32_t rowEnd, int32_t colStart, int32_t colEnd, float width, float height) CreateBigItem() argument
|
H A D | grid_test_ng.h | 68 int32_t colEnd = NULL_VALUE, float width = NULL_VALUE, float height = NULL_VALUE); 69 void CreateBigColItem(int32_t colStart, int32_t colEnd);
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 212 uint16_t colEnd = in DrawColorLetter() local 216 Rect subRect(posX + colStart, posY + rowStart, colEnd - 1 + posX, rowEnd - 1 + posY); in DrawColorLetter() 282 uint16_t colEnd = in DrawNormalLetter() local 286 Rect subRect(posX + colStart, posY + rowStart, colEnd - 1 + posX, rowEnd - 1 + posY); in DrawNormalLetter() 335 int16_t colEnd = colStart + subRect.GetWidth(); in DrawLetter() local 354 while (col < colEnd) { in DrawLetter() 355 while ((tempOffset < FONT_WEIGHT_8) && (col < colEnd)) { in DrawLetter() 374 screenBuffer += (screenBufferWidth - (colEnd - colStart)) * bufferPxSize; in DrawLetter()
|
Completed in 6 milliseconds