Home
last modified time | relevance | path

Searched refs:pixelMapImage (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor_drag/
H A Drich_editor_drag_overlay_modifier.cpp114 auto pixelMapImage = DynamicCast<PixelMapImage>(CanvasImage::Create(pixelMap)); in PaintImageNode() local
115 CHECK_NULL_VOID(pixelMapImage); in PaintImageNode()
130 float pixelMapWidth = pixelMapImage->GetWidth(); in PaintImageNode()
131 float pixelMapHeight = pixelMapImage->GetHeight(); in PaintImageNode()
142 pixelMapImage->DrawRect(canvas, ToRSRect(imageRect)); in PaintImageNode()
155 auto pixelMapImage = DynamicCast<PixelMapImage>(canvasImage); in PaintFrameNode() local
156 CHECK_NULL_VOID(pixelMapImage); in PaintFrameNode()
167 pixelMapImage->DrawRect(canvas, ToRSRect(imageRect)); in PaintFrameNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/
H A Dtext_drag_overlay_modifier.cpp129 auto pixelMapImage = DynamicCast<PixelMapImage>(canvasImage); in onDraw() local
130 CHECK_NULL_VOID(pixelMapImage); in onDraw()
131 pixelMapImage->DrawRect(canvas, ToRSRect(imageRect)); in onDraw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dtxt_paragraph.cpp332 auto pixelMapImage = DynamicCast<PixelMapImage>(canvasImage); in Paint() local
333 CHECK_NULL_VOID(pixelMapImage); in Paint()
338 pixelMapImage->DrawRect(rsCanvas, ToRSRect(RectF(x, y, width, height))); in Paint()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/video/
H A Dvideo_property_test_ng.cpp562 ImageSourceInfo pixelMapImage = ImageSourceInfo(pixelMap); variable
576 EXPECT_EQ(videoLayoutProperty->GetPosterImageInfoValue(defaultImage), pixelMapImage);
589 EXPECT_EQ(videoLayoutProperty->GetPosterImageInfoValue(defaultImage), pixelMapImage);