Home
last modified time | relevance | path

Searched refs:tempCanvas (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_paint_method.cpp135 RSCanvas tempCanvas; in GetImageData() local
136 tempCanvas.Bind(tempCache); in GetImageData()
139 tempCanvas.DrawImageRect( in GetImageData()
193 RSCanvas tempCanvas; in ToDataURL() local
194 tempCanvas.Bind(tempCache); in ToDataURL()
195 tempCanvas.Clear(RSColor::COLOR_TRANSPARENT); in ToDataURL()
196 tempCanvas.Scale(1.0, 1.0); in ToDataURL()
197 tempCanvas.DrawBitmap(bitmap_, 0.0f, 0.0f); in ToDataURL()
H A Dcanvas_paint_method.cpp238 RSCanvas tempCanvas; in GetImageData() local
239 tempCanvas.Bind(tempCache); in GetImageData()
244 tempCanvas.DrawImageRect(rsImage, srcRect, dstRect, RSSamplingOptions()); in GetImageData()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_modifier_demo.cpp105 auto tempCanvas = surface.GetCanvas(); in Draw() local
106 tempCanvas->Clear(0xffff3f7f); in Draw()
110 tempCanvas->AttachBrush(tempBrush); in Draw()
111 tempCanvas->DrawRect(Drawing::Rect(0, 0, 50, 50)); in Draw()
114 tempCanvas->AttachBrush(tempBrush); in Draw()
115 tempCanvas->DrawRect(Drawing::Rect(50, 50, 100, 100)); in Draw()
116 tempCanvas->DetachBrush(); in Draw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_offscreen_canvas.cpp914 SkCanvas tempCanvas(tempCache); in GetImageData() local
915 tempCanvas.drawImageRect( in GetImageData()
932 RSCanvas tempCanvas; in GetImageData() local
933 tempCanvas.Bind(tempCache); in GetImageData()
986 SkCanvas tempCanvas(tempCache); in ToDataURL() local
988 tempCanvas.clear(SK_ColorTRANSPARENT); in ToDataURL()
989 tempCanvas.scale(1.0 / viewScale, 1.0 / viewScale); in ToDataURL()
1000 RSCanvas tempCanvas; in ToDataURL() local
1001 tempCanvas.Bind(tempCache); in ToDataURL()
1003 tempCanvas.Clear(RSColor::COLOR_TRANSPARENT); in ToDataURL()
[all …]
H A Drosen_render_custom_paint.cpp2760 SkCanvas tempCanvas(tempCache); local
2764 tempCanvas.drawImageRect(
2778 RSCanvas tempCanvas; local
2779 tempCanvas.Bind(tempCache);
2785tempCanvas.DrawImageRect(rsImage, srcRect, dstRect, options_, RSSrcRectConstraint::FAST_SRC_RECT_C…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drosen_render_box.cpp655 SkCanvas tempCanvas(tempCache); local
683 RSCanvas tempCanvas; local
684 tempCanvas.Bind(tempCache);