/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/ |
H A D | pixmap.cpp | 51 size_t Pixmap::GetRowBytes() const in GetRowBytes() function in OHOS::Rosen::Drawing::Pixmap 53 return pixmapImplPtr_->GetRowBytes(); in GetRowBytes()
|
H A D | bitmap.cpp | 49 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 D | webp_encoder.cpp | 412 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 D | bitmap.h | 52 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 D | pixmap.h | 34 size_t GetRowBytes() const;
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | pixmap_impl.h | 36 virtual size_t GetRowBytes() const = 0;
|
H A D | bitmap_impl.h | 41 virtual int GetRowBytes() const = 0;
|
/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/ |
H A D | pixel_map.cpp | 26 int32_t PixelMap::GetRowBytes() in GetRowBytes() function in OHOS::Media::PixelMap
|
/foundation/multimedia/image_effect/test/unittest/mock/include/ |
H A D | mock_pixel_map.h | 33 MOCK_METHOD0(GetRowBytes, int32_t());
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_pixmap.h | 44 size_t GetRowBytes() const override;
|
H A D | skia_pixmap.cpp | 67 size_t SkiaPixmap::GetRowBytes() const in GetRowBytes() function in OHOS::Rosen::Drawing::SkiaPixmap
|
H A D | skia_bitmap.h | 42 int GetRowBytes() const override;
|
H A D | skia_bitmap.cpp | 78 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 D | mock_pixel_map.h | 31 MOCK_METHOD(int32_t, GetRowBytes, (), (const override));
|
/foundation/multimedia/av_session/frameworks/native/session/src/ |
H A D | avsession_pixel_map_adapter.cpp | 86 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 D | rs_uni_ui_capture.cpp | 115 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 D | pixel_map_preview.cpp | 90 int32_t PixelMapPreview::GetRowBytes() const in GetRowBytes() function in OHOS::Ace::PixelMapPreview
|
H A D | pixel_map_preview.h | 38 int32_t GetRowBytes() const override;
|
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | pixel_map_ohos.h | 41 int32_t GetRowBytes() const override;
|
/foundation/graphic/graphic_2d/graphic_test/graphic_test_framework/src/ |
H A D | rs_graphic_test_utils.cpp | 77 param.stride = static_cast<uint32_t>(pixelMap.GetRowBytes()); in WriteToPngWithPixelMap()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/pixmap_fuzzer/ |
H A D | pixmap_fuzzer.cpp | 67 pix.GetRowBytes(); in PixmapFuzzTest000()
|
/foundation/multimedia/image_effect/test/unittest/mock/src/ |
H A D | mock_pixel_map.cpp | 41 ON_CALL(*this, GetRowBytes()).WillByDefault(Return(rowStride)); in MockPixelMap()
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_pixmap_test.cpp | 86 * @tc.desc: Test GetRowBytes 95 auto ret = skiaPixmap->GetRowBytes(); in HWTEST_F()
|
/foundation/multimedia/image_framework/plugins/common/libs/image/libjpegplugin/include/ |
H A D | jpeg_decoder.h | 82 uint32_t GetRowBytes();
|
/foundation/arkui/ace_engine/frameworks/base/image/ |
H A D | pixel_map.h | 164 virtual int32_t GetRowBytes() const = 0;
|