Home
last modified time | relevance | path

Searched defs:rsBitmapFormat (Results 1 – 6 of 6) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
Doffscreen_canvas_paint_method.cpp117 auto rsBitmapFormat = Ace::ImageProvider::MakeRSBitmapFormatFromPixelMap(pixelMap); in DrawPixelMap() local
Dcustom_paint_paint_method.cpp337 auto rsBitmapFormat = Ace::ImageProvider::MakeRSBitmapFormatFromPixelMap(pixelMap); in UpdatePaintShader() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
Ddrawing_image.cpp229 RSBitmapFormat rsBitmapFormat = { RSColorType::COLORTYPE_BGRA_8888, rsImage->GetAlphaType() }; in GetPixelMap() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
Drosen_render_image.cpp1682 RSBitmapFormat rsBitmapFormat = { RSColorType::COLORTYPE_BGRA_8888, rsImage->GetAlphaType() }; local
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Drosen_render_offscreen_canvas.cpp842 auto rsBitmapFormat = ImageProvider::MakeRSBitmapFormatFromPixelMap(pixelMap); in DrawPixelMap() local
Drosen_render_custom_paint.cpp2847 RSBitmapFormat rsBitmapFormat { image->GetColorType(), image->GetAlphaType() }; in DrawSvgImage() local