Searched refs:rsBitmapFormat (Results 1 – 8 of 8) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | image_decoder.cpp | 228 RSBitmapFormat rsBitmapFormat { rsImage->GetColorType(), rsImage->GetAlphaType() }; in TryCompress() 230 if (!rsBitmap.Build(rsImage->GetWidth(), rsImage->GetHeight(), rsBitmapFormat)) { in TryCompress()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.cpp | 108 auto rsBitmapFormat = Ace::ImageProvider::MakeRSBitmapFormatFromPixelMap(pixelMap); in DrawPixelMap() local 110 …rsBitmap->Build(pixelMap->GetWidth(), pixelMap->GetHeight(), rsBitmapFormat, pixelMap->GetRowStrid… in DrawPixelMap()
|
H A D | custom_paint_paint_method.cpp | 323 auto rsBitmapFormat = Ace::ImageProvider::MakeRSBitmapFormatFromPixelMap(pixelMap); in UpdatePaintShader() local 325 …rsBitmap->Build(pixelMap->GetWidth(), pixelMap->GetHeight(), rsBitmapFormat, pixelMap->GetRowStrid… in UpdatePaintShader()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.cpp | 239 RSBitmapFormat rsBitmapFormat = { RSColorType::COLORTYPE_BGRA_8888, rsImage->GetAlphaType() }; in GetPixelMap() local 241 if (!rsBitmap.Build(rsImage->GetWidth(), rsImage->GetHeight(), rsBitmapFormat)) { in GetPixelMap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/ |
H A D | rosen_render_image.cpp | 425 auto rsBitmapFormat = MakeRSBitmapFormatInfoFromPixelMap(pixmap); 427 rsBitmap->Build(pixmap->GetWidth(), pixmap->GetHeight(), rsBitmapFormat); 1680 RSBitmapFormat rsBitmapFormat = { RSColorType::COLORTYPE_BGRA_8888, rsImage->GetAlphaType() }; local 1682 if (!rsBitmap.Build(rsImage->GetWidth(), rsImage->GetHeight(), rsBitmapFormat)) {
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | image_provider.cpp | 486 RSBitmapFormat rsBitmapFormat { image->GetColorType(), image->GetAlphaType() }; 487 rsBitmap.Build(image->GetWidth(), image->GetHeight(), rsBitmapFormat);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 3070 RSBitmapFormat rsBitmapFormat { image->GetColorType(), image->GetAlphaType() }; local 3072 rsBitmap.Build(image->GetWidth(), image->GetHeight(), rsBitmapFormat);
|
H A D | rosen_render_offscreen_canvas.cpp | 842 auto rsBitmapFormat = ImageProvider::MakeRSBitmapFormatFromPixelMap(pixelMap); in DrawPixelMap() local 844 rsBitmap->Build(pixelMap->GetWidth(), pixelMap->GetHeight(), rsBitmapFormat); in DrawPixelMap()
|