Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Drendering_context_2d_model.h106 virtual void DrawBitmapMesh(const BitmapMeshInfo& bitmapMeshInfo) {} in DrawBitmapMesh()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/
H A Dcanvas_rendering_context_2d_model_impl.cpp442 void CanvasRenderingContext2DModelImpl::DrawBitmapMesh(const BitmapMeshInfo& bitmapMeshInfo) in DrawBitmapMesh()
H A Doffscreen_canvas_rendering_context_2d_model_impl.cpp441 …id OffscreenCanvasRenderingContext2DModelImpl::DrawBitmapMesh(const BitmapMeshInfo& bitmapMeshInfo) in DrawBitmapMesh()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/
H A Djs_canvas_renderer.cpp887 BitmapMeshInfo bitmapMeshInfo; in JsDrawBitmapMesh() local