Home
last modified time | relevance | path

Searched defs:SetBitmapMesh (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
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
/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/declarative_frontend/jsview/models/
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
/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