Home
last modified time | relevance | path

Searched refs:ComputeByteSize (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dbitmap.cpp70 size_t Bitmap::ComputeByteSize() const in ComputeByteSize() function in OHOS::Rosen::Drawing::Bitmap
72 return bmpImplPtr->ComputeByteSize(); in ComputeByteSize()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_bitmap.h62 size_t ComputeByteSize() const in ComputeByteSize() function
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dbitmap.h82 size_t ComputeByteSize() const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dbitmap_impl.h54 virtual size_t ComputeByteSize() const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_bitmap.h54 size_t ComputeByteSize() const override;
H A Dskia_bitmap.cpp139 size_t SkiaBitmap::ComputeByteSize() const in ComputeByteSize() function in OHOS::Rosen::Drawing::SkiaBitmap
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_bitmap_test.cpp386 HWTEST_F(SkiaBitmapTest, ComputeByteSize, TestSize.Level1)
394 size_t byteSize = skiaBitmap.ComputeByteSize();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/
H A Dbitmap_fuzzer.cpp122 bitmap.ComputeByteSize(); in BitmapFuzzTest004()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_paint_method.cpp57 bitmapSize_ = bitmap_.ComputeByteSize(); in InitBitmap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/bitmap/
H A Dbitmap_test.cpp720 ASSERT_TRUE(bitmap->ComputeByteSize() >= 0);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp399 size_t size = bitmap.ComputeByteSize(); in Marshalling()