Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/
H A Dshape_container_pattern_test_ng.cpp79 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW);
139 shapeModel01.SetBitmapMesh(MESH, COLUMN, ROW);
154 shapeModel02.SetBitmapMesh(MESH, COLUMN, ROW);
170 shapeModel03.SetBitmapMesh(MESH, COLUMN, ROW);
H A Dshape_pattern_test_ng.cpp152 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW);
256 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW);
286 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW);
322 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW);
378 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dshape_modifier.cpp52 ShapeModelNG::SetBitmapMesh(frameNode, meshValues, column, row); in SetShapeMesh()
62 ShapeModelNG::SetBitmapMesh(frameNode, meshValues, column, row); in ResetShapeMesh()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dshape_model_ng.h29 void SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) override;
59 …static void SetBitmapMesh(FrameNode* frameNode, std::vector<double>& mesh, int32_t column, int32_t…
H A Dshape_model_ng.cpp38 void ShapeModelNG::SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh() function in OHOS::Ace::NG::ShapeModelNG
178 void ShapeModelNG::SetBitmapMesh(FrameNode* frameNode, std::vector<double>& mesh, int32_t column, i… in SetBitmapMesh() function in OHOS::Ace::NG::ShapeModelNG
H A Dshape_model.h34 virtual void SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_shape.cpp301 void JSShape::SetBitmapMesh(const JSCallbackInfo& info) in SetBitmapMesh() function in OHOS::Ace::Framework::JSShape
335 …ShapeModel::GetInstance()->SetBitmapMesh(mesh, static_cast<int32_t>(column), static_cast<int32_t>(… in SetBitmapMesh()
378 JSClass<JSShape>::StaticMethod("mesh", &JSShape::SetBitmapMesh); in JSBind()
H A Djs_shape.h48 static void SetBitmapMesh(const JSCallbackInfo& info);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dshape_model_impl.h26 void SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) override;
H A Dshape_model_impl.cpp34 void ShapeModelImpl::SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh() function in OHOS::Ace::Framework::ShapeModelImpl
39 component->SetBitmapMesh(mesh, column, row); in SetBitmapMesh()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/
H A Dshape_container_component.h147 void SetBitmapMesh(const std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_shape_ffi.cpp177 …ShapeModel::GetInstance()->SetBitmapMesh(meshValue, static_cast<int32_t>(column), static_cast<int3… in FfiOHOSAceFrameworkShapeSetMesh()