/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/shape/ |
H A D | shape_container_pattern_test_ng.cpp | 79 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 D | shape_pattern_test_ng.cpp | 152 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 D | shape_modifier.cpp | 52 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 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…
|
H A D | shape_model_ng.cpp | 38 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 D | shape_model.h | 34 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 D | js_shape.cpp | 301 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 D | js_shape.h | 48 static void SetBitmapMesh(const JSCallbackInfo& info);
|
/ohos5.0/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 | 34 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 D | shape_container_component.h | 147 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 D | cj_shape_ffi.cpp | 177 …ShapeModel::GetInstance()->SetBitmapMesh(meshValue, static_cast<int32_t>(column), static_cast<int3… in FfiOHOSAceFrameworkShapeSetMesh()
|