/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_grid_item_ffi.cpp | 44 void FfiOHOSAceFrameworkGridItemSetRowEnd(int32_t rowEnd) in FfiOHOSAceFrameworkGridItemSetRowEnd() argument 46 GridItemModel::GetInstance()->SetRowEnd(rowEnd); in FfiOHOSAceFrameworkGridItemSetRowEnd()
|
H A D | cj_grid_item_ffi.h | 28 CJ_EXPORT void FfiOHOSAceFrameworkGridItemSetRowEnd(int32_t rowEnd);
|
/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() 179 if (rowEnd != NULL_VALUE) { in CreateBigItem() 180 itemModel.SetRowEnd(rowEnd); in CreateBigItem() 203 void GridTestNg::CreateBigRowItem(int32_t rowStart, int32_t rowEnd) in CreateBigRowItem() argument 205 CreateBigItem(rowStart, rowEnd, NULL_VALUE, NULL_VALUE, ITEM_WIDTH, NULL_VALUE); in CreateBigRowItem() 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 | 67 void CreateBigItem(int32_t rowStart = NULL_VALUE, int32_t rowEnd = NULL_VALUE, int32_t colStart = NULL_VALUE, 70 void CreateBigRowItem(int32_t rowStart, int32_t rowEnd);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_item_modifier.cpp | 67 void SetGridItemRowEnd(ArkUINodeHandle node, int32_t rowEnd) in SetGridItemRowEnd() argument 71 GridItemModelNG::SetRowEnd(frameNode, rowEnd); in SetGridItemRowEnd()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_item_model_ng.h | 43 static void SetRowEnd(FrameNode* frameNode, int32_t rowEnd);
|
H A D | grid_item_model_ng.cpp | 155 void GridItemModelNG::SetRowEnd(FrameNode* frameNode, int32_t rowEnd) in SetRowEnd() argument 157 ACE_UPDATE_NODE_LAYOUT_PROPERTY(GridItemLayoutProperty, RowEnd, rowEnd, frameNode); in SetRowEnd()
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/div/ |
H A D | div_declaration.h | 41 int32_t rowEnd = -1; member
|
H A D | div_declaration.cpp | 112 divStyle.rowEnd = StringToInt(value); in SetSpecializedStyle()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_grid_item.h | 71 static void SetRowEnd(int32_t rowEnd);
|
H A D | js_grid_item.cpp | 109 void JSGridItem::SetRowEnd(int32_t rowEnd) in SetRowEnd() argument 111 GridItemModel::GetInstance()->SetRowEnd(rowEnd); in SetRowEnd() 183 JSClass<JSGridItem>::StaticMethod("rowEnd", &JSGridItem::SetRowEnd, opt); in JSBind()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_utils.cpp | 209 uint16_t rowEnd = in DrawColorLetter() local 216 Rect subRect(posX + colStart, posY + rowStart, colEnd - 1 + posX, rowEnd - 1 + posY); in DrawColorLetter() 279 uint16_t rowEnd = in DrawNormalLetter() local 286 Rect subRect(posX + colStart, posY + rowStart, colEnd - 1 + posX, rowEnd - 1 + posY); in DrawNormalLetter() 333 int16_t rowEnd = rowStart + subRect.GetHeight(); in DrawLetter() local 350 for (int16_t i = rowStart; i < rowEnd; i++) { in DrawLetter()
|
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 1750 double rowEnd = 0.0; 1752 rowStart = rowEnd; 1759 rowEnd += gridCells_.at(row).at(0).Height() + offsetY; 1760 if (dragRelativelyY >= rowStart && dragRelativelyY <= rowEnd) {
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/ |
H A D | cjui_api.h | 1162 void (*setGridItemRowEnd)(ArkUINodeHandle node, ArkUI_Int32 rowEnd);
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 2709 void (*setGridItemRowEnd)(ArkUINodeHandle node, ArkUI_Int32 rowEnd);
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/ |
H A D | arkComponent.js | 26893 rowEnd(value) {
|