/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | shape_container_pattern_test_ng.cpp | 79 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW); in HWTEST_F() 139 shapeModel01.SetBitmapMesh(MESH, COLUMN, ROW); in HWTEST_F() 154 shapeModel02.SetBitmapMesh(MESH, COLUMN, ROW); in HWTEST_F() 170 shapeModel03.SetBitmapMesh(MESH, COLUMN, ROW); in HWTEST_F()
|
H A D | shape_pattern_test_ng.cpp | 152 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW); in HWTEST_F() 256 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW); in HWTEST_F() 286 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW); in HWTEST_F() 322 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW); in HWTEST_F() 378 shapeModel.SetBitmapMesh(MESH, COLUMN, ROW); in HWTEST_F()
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | shape_modifier.cpp | 48 ShapeModelNG::SetBitmapMesh(frameNode, meshValues, column, row); in SetShapeMesh() 58 ShapeModelNG::SetBitmapMesh(frameNode, meshValues, column, row); in ResetShapeMesh()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | shape_model_ng.h | 29 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 row);
|
H A D | shape_model.h | 34 virtual void SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row);
|
H A D | shape_model_ng.cpp | 36 void ShapeModelNG::SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh() function in OHOS::Ace::NG::ShapeModelNG 176 void ShapeModelNG::SetBitmapMesh(FrameNode* frameNode, std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh() function in OHOS::Ace::NG::ShapeModelNG
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_shape.h | 48 static void SetBitmapMesh(const JSCallbackInfo& info);
|
H A D | js_shape.cpp | 294 void JSShape::SetBitmapMesh(const JSCallbackInfo& info) in SetBitmapMesh() function in OHOS::OHOS::Ace::Framework::JSShape 328 ShapeModel::GetInstance()->SetBitmapMesh(mesh, static_cast<int32_t>(column), static_cast<int32_t>(row)); in SetBitmapMesh() 371 JSClass<JSShape>::StaticMethod("mesh", &JSShape::SetBitmapMesh); in JSBind()
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | shape_model_impl.h | 26 void SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) override;
|
H A D | shape_model_impl.cpp | 32 void ShapeModelImpl::SetBitmapMesh(std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh() function in OHOS::Ace::Framework::ShapeModelImpl 37 component->SetBitmapMesh(mesh, column, row); in SetBitmapMesh()
|
/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | shape_container_component.h | 147 void SetBitmapMesh(const std::vector<double>& mesh, int32_t column, int32_t row) in SetBitmapMesh() function in OHOS::Ace::ShapeContainerComponent
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_shape_ffi.cpp | 176 ShapeModel::GetInstance()->SetBitmapMesh(meshValue, static_cast<int32_t>(column), static_cast<int32_t>(row)); in FfiOHOSAceFrameworkShapeSetMesh()
|