Searched refs:pixelMapImage (Results 1 – 4 of 4) sorted by relevance
114 auto pixelMapImage = DynamicCast<PixelMapImage>(CanvasImage::Create(pixelMap)); in PaintImageNode() local115 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() local156 CHECK_NULL_VOID(pixelMapImage); in PaintFrameNode()167 pixelMapImage->DrawRect(canvas, ToRSRect(imageRect)); in PaintFrameNode()
129 auto pixelMapImage = DynamicCast<PixelMapImage>(canvasImage); in onDraw() local130 CHECK_NULL_VOID(pixelMapImage); in onDraw()131 pixelMapImage->DrawRect(canvas, ToRSRect(imageRect)); in onDraw()
332 auto pixelMapImage = DynamicCast<PixelMapImage>(canvasImage); in Paint() local333 CHECK_NULL_VOID(pixelMapImage); in Paint()338 pixelMapImage->DrawRect(rsCanvas, ToRSRect(RectF(x, y, width, height))); in Paint()
562 ImageSourceInfo pixelMapImage = ImageSourceInfo(pixelMap); variable576 EXPECT_EQ(videoLayoutProperty->GetPosterImageInfoValue(defaultImage), pixelMapImage);589 EXPECT_EQ(videoLayoutProperty->GetPosterImageInfoValue(defaultImage), pixelMapImage);