/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/ |
H A D | animated_image_player.h | 103 static bool CopyTo(RSBitmap* dst, const RSBitmap& src); 127 std::unordered_map<int32_t, std::unique_ptr<RSBitmap>> cachedFrame_; 130 std::unique_ptr<RSBitmap> lastRequiredBitmap_;
|
H A D | animated_image_player.cpp | 173 RSBitmap bitmap; in DecodeFrameImage() 200 lastRequiredBitmap_ = std::make_unique<RSBitmap>(bitmap); in DecodeFrameImage() 205 iterator->second = std::make_unique<RSBitmap>(bitmap); in DecodeFrameImage() 215 bool AnimatedImagePlayer::CopyTo(RSBitmap* dst, const RSBitmap& src) in CopyTo()
|
H A D | image_compressor.h | 58 …std::shared_ptr<RSData> GpuCompress(std::string key, RSBitmap& bitmap, int32_t width, int32_t heig…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/apng/ |
H A D | apng_image_player.h | 155 RSBitmap bitmap_; 179 static bool CopyTo(RSBitmap *dst, const RSBitmap &src);
|
H A D | apng_image_player.cpp | 586 RSBitmap bitmap; in GetImage() 597 RSBitmap bitmap; in GetImage() 611 RSBitmap bitmap; in GetImage() 631 RSBitmap bitmap; in GetImage() 642 RSBitmap bitmap; in GetImage() 656 RSBitmap bitmap; in GetImage() 666 RSBitmap bitmap; in GetImage() 725 RSBitmap bitmap; in DecodeFrameImage() 806 RSBitmap bitmap; in DecodeFrameImage() 893 bool APngImagePlayer::CopyTo(RSBitmap *dst, const RSBitmap &src) in CopyTo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shape/ |
H A D | rosen_render_shape_container.h | 50 void DrawBitmapMesh(RSBitmap& bitmap, int column, int row, 54 RSBitmap offBitmap_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | offscreen_canvas_paint_method.cpp | 109 auto rsBitmap = std::make_shared<RSBitmap>(); in DrawPixelMap() 133 RSBitmap tempCache; in GetImageData() 166 RSBitmap subBitmap; in GetImageData() 189 RSBitmap tempCache; in ToDataURL()
|
H A D | canvas_paint_method.cpp | 228 RSBitmap currentBitmap; in GetImageData() 234 RSBitmap tempCache; in GetImageData() 288 RSBitmap bitmap; in GetImageData() 333 RSBitmap tempCache; in ToDataURL() 335 RSBitmap currentBitmap; in ToDataURL() 361 bool CanvasPaintMethod::DrawBitmap(RefPtr<RenderContext> renderContext, RSBitmap& currentBitmap) in DrawBitmap()
|
H A D | offscreen_canvas_paint_method.h | 59 RSBitmap bitmap_;
|
H A D | canvas_paint_method.h | 110 bool DrawBitmap(RefPtr<RenderContext> renderContext, RSBitmap& currentBitmap);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.h | 58 void Mesh(RSBitmap& bitmap, int column, int row, 205 RSBitmap cacheBitmap_; 206 RSBitmap canvasCache_; 207 RSBitmap webglBitmap_;
|
H A D | rosen_render_offscreen_canvas.h | 115 RSBitmap bitmap_; 120 RSBitmap cacheBitmap_;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/ |
H A D | image_decoder.cpp | 126 RSBitmap bitmap; in ForceResizeImage() 182 RSBitmap bitmap; in ResizeDrawingImage() 229 RSBitmap rsBitmap; in TryCompress()
|
H A D | skia_svg_dom.cpp | 102 RSBitmap bitmap; in OffScreenDraw()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/ |
H A D | qrcode_modifier.cpp | 85 RSBitmap QRCodeModifier::CreateBitMap( in CreateBitMap() 88 RSBitmap bitMap; in CreateBitMap()
|
H A D | qrcode_modifier.h | 59 RSBitmap CreateBitMap(
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/ |
H A D | rosen_render_qrcode.cpp | 123 RSBitmap RosenRenderQrcode::ProcessQrcodeData(int32_t width, const qrcodegen::QrCode& qrCode) in ProcessQrcodeData() 128 RSBitmap bitmap; in ProcessQrcodeData()
|
H A D | rosen_render_qrcode.h | 55 RSBitmap ProcessQrcodeData(int32_t width, const qrcodegen::QrCode& qrCode);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.h | 83 const RSBitmap& GetBitmap() const in GetBitmap() 212 RSBitmap canvasCache_ {};
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | drawing_forward.h | 53 using RSBitmap = Rosen::Drawing::Bitmap; variable
|
H A D | drawing_mock.h | 75 using RSBitmap = Testing::TestingBitmap; variable
|
H A D | drawing.h | 86 using RSBitmap = Rosen::Drawing::Bitmap; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/ |
H A D | drawing_image.cpp | 134 auto bitmap = std::make_shared<RSBitmap>(); in MakeRSImageFromPixmap() 240 RSBitmap rsBitmap; in GetPixelMap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | animated_image.h | 171 RSBitmap requiredFrame_;
|
H A D | animated_image.cpp | 227 RSBitmap bitmap; in DecodeImpl()
|