Home
last modified time | relevance | path

Searched refs:rowEnd (Results 1 - 16 of 16) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_grid_item_ffi.cpp44 void FfiOHOSAceFrameworkGridItemSetRowEnd(int32_t rowEnd) in FfiOHOSAceFrameworkGridItemSetRowEnd() argument
46 GridItemModel::GetInstance()->SetRowEnd(rowEnd); in FfiOHOSAceFrameworkGridItemSetRowEnd()
H A Dcj_grid_item_ffi.h28 CJ_EXPORT void FfiOHOSAceFrameworkGridItemSetRowEnd(int32_t rowEnd);
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid/
H A Dgrid_test_ng.cpp171 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 Dgrid_test_ng.h67 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 Dgrid_item_modifier.cpp67 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 Dgrid_item_model_ng.h43 static void SetRowEnd(FrameNode* frameNode, int32_t rowEnd);
H A Dgrid_item_model_ng.cpp155 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 Ddiv_declaration.h41 int32_t rowEnd = -1; member
H A Ddiv_declaration.cpp112 divStyle.rowEnd = StringToInt(value); in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_grid_item.h71 static void SetRowEnd(int32_t rowEnd);
H A Djs_grid_item.cpp109 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 Ddraw_utils.cpp209 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 Drender_grid_layout.cpp1750 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 Dcjui_api.h1162 void (*setGridItemRowEnd)(ArkUINodeHandle node, ArkUI_Int32 rowEnd);
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h2709 void (*setGridItemRowEnd)(ArkUINodeHandle node, ArkUI_Int32 rowEnd);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js26893 rowEnd(value) {

Completed in 68 milliseconds