/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape_container.h | 42 void DrawBitmapMesh(SkBitmap& bitmap, int column, int row, 50 void DrawBitmapMesh(RSBitmap& bitmap, int column, int row,
|
H A D | rosen_render_shape_container.cpp | 260 DrawBitmapMesh(skOffBitmap_, column_, row_, verts, 0, nullptr); in BitmapMesh() 262 DrawBitmapMesh(offBitmap_, column_, row_, verts, 0, nullptr); in BitmapMesh() 267 void RosenRenderShapeContainer::DrawBitmapMesh( in DrawBitmapMesh() function in OHOS::Ace::RosenRenderShapeContainer 270 void RosenRenderShapeContainer::DrawBitmapMesh( in DrawBitmapMesh()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/canvas/ |
H A D | canvas_rendering_context_2d_model_impl.cpp | 442 void CanvasRenderingContext2DModelImpl::DrawBitmapMesh(const BitmapMeshInfo& bitmapMeshInfo) in DrawBitmapMesh() function in OHOS::Ace::Framework::CanvasRenderingContext2DModelImpl 450 …pool->DrawBitmapMesh(offscreenPattern, bitmapMeshInfo.mesh, bitmapMeshInfo.column, bitmapMeshInfo.… in DrawBitmapMesh()
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.cpp | 441 void OffscreenCanvasRenderingContext2DModelImpl::DrawBitmapMesh(const BitmapMeshInfo& bitmapMeshInf… in DrawBitmapMesh() function in OHOS::Ace::Framework::OffscreenCanvasRenderingContext2DModelImpl 449 …pool->DrawBitmapMesh(offscreenPattern, bitmapMeshInfo.mesh, bitmapMeshInfo.column, bitmapMeshInfo.… in DrawBitmapMesh()
|
H A D | canvas_rendering_context_2d_model_impl.h | 99 void DrawBitmapMesh(const BitmapMeshInfo& bitmapMeshInfo) override;
|
H A D | offscreen_canvas_rendering_context_2d_model_impl.h | 99 void DrawBitmapMesh(const BitmapMeshInfo& bitmapMeshInfo) override;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | custom_paint_component.h | 152 void DrawBitmapMesh(const RefPtr<OffscreenCanvas>& offscreenCanvas,
|
H A D | custom_paint_component.cpp | 56 void CanvasTaskPool::DrawBitmapMesh(const RefPtr<OffscreenCanvas>& offscreenCanvas, in DrawBitmapMesh() function in OHOS::Ace::CanvasTaskPool 60 interface.DrawBitmapMesh(offscreenCanvas, mesh, column, row); in DrawBitmapMesh()
|
H A D | render_custom_paint.h | 68 virtual void DrawBitmapMesh(const RefPtr<OffscreenCanvas>& offscreenCanvas,
|
H A D | rosen_render_custom_paint.h | 52 void DrawBitmapMesh(const RefPtr<OffscreenCanvas>& offscreenCanvas,
|
H A D | rosen_render_custom_paint.cpp | 2868 void RosenRenderCustomPaint::DrawBitmapMesh( function in OHOS::Ace::RosenRenderCustomPaint
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | rendering_context_2d_model.h | 106 virtual void DrawBitmapMesh(const BitmapMeshInfo& bitmapMeshInfo) {} in DrawBitmapMesh() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/canvas/ |
H A D | js_canvas_renderer.cpp | 892 renderingContext2DModel_->DrawBitmapMesh(bitmapMeshInfo); in JsDrawBitmapMesh()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_canvas_bridge.cpp | 1948 pool->DrawBitmapMesh(offscreenCanvas, mesh, column, row); in JsDrawBitmapMesh()
|