Home
last modified time | relevance | path

Searched refs:GetRowBytes (Results 1 - 25 of 76) sorted by relevance

1234

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dpixmap.cpp51 size_t Pixmap::GetRowBytes() const in GetRowBytes() function in OHOS::Rosen::Drawing::Pixmap
53 return pixmapImplPtr_->GetRowBytes(); in GetRowBytes()
H A Dbitmap.cpp49 int Bitmap::GetRowBytes() const in GetRowBytes() function in OHOS::Rosen::Drawing::Bitmap
51 return bmpImplPtr->GetRowBytes(); in GetRowBytes()
/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/src/
H A Dwebp_encoder.cpp412 const uint32_t rowBytes = pixelMap.GetRowBytes(); in DoTransformMemcpy()
433 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformRGBX()
465 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformRgbA()
497 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformBGRX()
529 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformBGRA()
561 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformBgrA()
593 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformF16To8888()
625 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformF16pTo8888()
657 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformArgbToRgb()
689 uint32_t srcRowBytes = pixelMap.GetRowBytes(); in DoTransformArgbToRgba()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dbitmap.h52 int GetRowBytes() const;
100 * @brief Replaces PixelRef with pixels, preserving ImageInfo and GetRowBytes().
257 out += " rowBytes:" + std::to_string(bmpImplPtr->GetRowBytes()); in Dump()
H A Dpixmap.h34 size_t GetRowBytes() const;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpixmap_impl.h36 virtual size_t GetRowBytes() const = 0;
H A Dbitmap_impl.h41 virtual int GetRowBytes() const = 0;
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.cpp26 int32_t PixelMap::GetRowBytes() in GetRowBytes() function in OHOS::Media::PixelMap
/foundation/multimedia/image_effect/test/unittest/mock/include/
H A Dmock_pixel_map.h33 MOCK_METHOD0(GetRowBytes, int32_t());
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_pixmap.h44 size_t GetRowBytes() const override;
H A Dskia_pixmap.cpp67 size_t SkiaPixmap::GetRowBytes() const in GetRowBytes() function in OHOS::Rosen::Drawing::SkiaPixmap
H A Dskia_bitmap.h42 int GetRowBytes() const override;
H A Dskia_bitmap.cpp78 int SkiaBitmap::GetRowBytes() const in GetRowBytes() function in OHOS::Rosen::Drawing::SkiaBitmap
149 skiaBitmap_.readPixels(skImageInfo, dstPixels, dst.GetRowBytes(), srcX, srcY); in CopyPixels()
/foundation/arkui/ace_engine/test/mock/base/
H A Dmock_pixel_map.h31 MOCK_METHOD(int32_t, GetRowBytes, (), (const override));
/foundation/multimedia/av_session/frameworks/native/session/src/
H A Davsession_pixel_map_adapter.cpp86 if (memcpy_s(dstPixels, source.GetRowBytes(), in CopyPixMapToDst()
87 source.GetPixels() + i * source.GetRowStride(), source.GetRowBytes()) != 0) { in CopyPixMapToDst()
92 dstPixels = reinterpret_cast<uint8_t *>(dstPixels) + source.GetRowBytes(); in CopyPixMapToDst()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_ui_capture.cpp115 auto size = pixelmap->GetRowBytes() * pixelmap->GetHeight(); in CopyDataToPixelMap()
139 if (!img->ReadPixels(info, data, pixelmap->GetRowBytes(), 0, 0)) { in CopyDataToPixelMap()
182 return Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreateSurface()
193 surface = Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreateSurface()
197 surface = Drawing::Surface::MakeRasterDirect(info, address, pixelmap->GetRowBytes()); in CreateSurface()
/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dpixel_map_preview.cpp90 int32_t PixelMapPreview::GetRowBytes() const in GetRowBytes() function in OHOS::Ace::PixelMapPreview
H A Dpixel_map_preview.h38 int32_t GetRowBytes() const override;
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.h41 int32_t GetRowBytes() const override;
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/
H A Drs_graphic_test_utils.cpp77 param.stride = static_cast<uint32_t>(pixelMap.GetRowBytes()); in WriteToPngWithPixelMap()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/pixmap_fuzzer/
H A Dpixmap_fuzzer.cpp67 pix.GetRowBytes(); in PixmapFuzzTest000()
/foundation/multimedia/image_effect/test/unittest/mock/src/
H A Dmock_pixel_map.cpp41 ON_CALL(*this, GetRowBytes()).WillByDefault(Return(rowStride)); in MockPixelMap()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_pixmap_test.cpp86 * @tc.desc: Test GetRowBytes
95 auto ret = skiaPixmap->GetRowBytes(); in HWTEST_F()
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/
H A Djpeg_decoder.h82 uint32_t GetRowBytes();
/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h164 virtual int32_t GetRowBytes() const = 0;

Completed in 10 milliseconds

1234