Home
last modified time | relevance | path

Searched refs:RSBitmap (Results 1 – 25 of 38) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Danimated_image_player.h103 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 Danimated_image_player.cpp173 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 Dimage_compressor.h58 …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 Dapng_image_player.h155 RSBitmap bitmap_;
179 static bool CopyTo(RSBitmap *dst, const RSBitmap &src);
H A Dapng_image_player.cpp586 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 Drosen_render_shape_container.h50 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 Doffscreen_canvas_paint_method.cpp109 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 Dcanvas_paint_method.cpp228 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 Doffscreen_canvas_paint_method.h59 RSBitmap bitmap_;
H A Dcanvas_paint_method.h110 bool DrawBitmap(RefPtr<RenderContext> renderContext, RSBitmap& currentBitmap);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/
H A Drosen_render_custom_paint.h58 void Mesh(RSBitmap& bitmap, int column, int row,
205 RSBitmap cacheBitmap_;
206 RSBitmap canvasCache_;
207 RSBitmap webglBitmap_;
H A Drosen_render_offscreen_canvas.h115 RSBitmap bitmap_;
120 RSBitmap cacheBitmap_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/image_provider/adapter/
H A Dimage_decoder.cpp126 RSBitmap bitmap; in ForceResizeImage()
182 RSBitmap bitmap; in ResizeDrawingImage()
229 RSBitmap rsBitmap; in TryCompress()
H A Dskia_svg_dom.cpp102 RSBitmap bitmap; in OffScreenDraw()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/qrcode/
H A Dqrcode_modifier.cpp85 RSBitmap QRCodeModifier::CreateBitMap( in CreateBitMap()
88 RSBitmap bitMap; in CreateBitMap()
H A Dqrcode_modifier.h59 RSBitmap CreateBitMap(
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/qrcode/
H A Drosen_render_qrcode.cpp123 RSBitmap RosenRenderQrcode::ProcessQrcodeData(int32_t width, const qrcodegen::QrCode& qrCode) in ProcessQrcodeData()
128 RSBitmap bitmap; in ProcessQrcodeData()
H A Drosen_render_qrcode.h55 RSBitmap ProcessQrcodeData(int32_t width, const qrcodegen::QrCode& qrCode);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.h83 const RSBitmap& GetBitmap() const in GetBitmap()
212 RSBitmap canvasCache_ {};
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Ddrawing_forward.h53 using RSBitmap = Rosen::Drawing::Bitmap; variable
H A Ddrawing_mock.h75 using RSBitmap = Testing::TestingBitmap; variable
H A Ddrawing.h86 using RSBitmap = Rosen::Drawing::Bitmap; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/rosen/
H A Ddrawing_image.cpp134 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 Danimated_image.h171 RSBitmap requiredFrame_;
H A Danimated_image.cpp227 RSBitmap bitmap; in DecodeImpl()

12