Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
Ddrawing_image.cpp149 RSBitmapFormat rsBitmapFormat = { RSColorType::COLORTYPE_BGRA_8888, rsImage->GetAlphaType() }; in GetPixelMap() local
/foundation/arkui/ace_engine/frameworks/core/components/image/
Drosen_render_image.cpp1868 RSBitmapFormat rsBitmapFormat = { RSColorType::COLORTYPE_BGRA_8888, rsImage->GetAlphaType() }; local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom_paint/
Dcustom_paint_paint_method.cpp402 RSBitmapFormat rsBitmapFormat { image->GetColorType(), image->GetAlphaType() }; in GetImage() local
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
Drosen_render_custom_paint.cpp2902 RSBitmapFormat rsBitmapFormat { image->GetColorType(), image->GetAlphaType() }; in DrawSvgImage() local
Drosen_render_offscreen_canvas.cpp941 auto rsBitmapFormat = ImageProvider::MakeRSBitmapFormatFromPixelMap(pixelMap); in DrawPixelMap() local