Home
last modified time | relevance | path

Searched refs:GetBytesPerPixel (Results 1 - 9 of 9) sorted by relevance

/foundation/arkui/ace_engine/test/mock/core/rosen/
H A Dtesting_image_info.h32 int32_t GetBytesPerPixel() const in GetBytesPerPixel() function in OHOS::Ace::Testing::TestingImageInfo
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/imageinfo_fuzzer/
H A Dimageinfo_fuzzer.cpp52 imageInfo.GetBytesPerPixel(); in ImageInfoFuzzTest001()
100 imageInfo.GetBytesPerPixel(); in ImageInfoFuzzTest003()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/
H A Drs_maskcolor_shader_filter.cpp50 single_pixel.Build(single_pixel_info, single_pixel_info.GetBytesPerPixel()); in CalcAverageColor()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dimage_info.h87 int32_t GetBytesPerPixel() const in GetBytesPerPixel() function in OHOS::Rosen::Drawing::ImageInfo
/foundation/multimedia/media_foundation/video_processing_engine/framework/capi/image_processing/
H A Dimage_processing_native.cpp49 float GetBytesPerPixel(OHOS::Media::PixelFormat format) in GetBytesPerPixel() function
378 int32_t rowSize = pixelMap->GetWidth() * GetBytesPerPixel(pixelMap->GetPixelFormat()); in CopyPixelMapToSurfaceBuffer()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_paint_method.cpp176 subBitmap.ReadPixels(imageInfo, rawData, dirtyWidth * imageInfo.GetBytesPerPixel(), dx, dy); in GetImageData()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/
H A Drs_magic_pointer_render_manager.cpp295 single_pixel.Build(single_pixel_info, single_pixel_info.GetBytesPerPixel());
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_utils.cpp141 dst = std::make_shared<Drawing::Pixmap>(info, pixelPtr.get(), info.GetWidth() * info.GetBytesPerPixel()); in PickColorSyn()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_properties_painter.cpp1096 single_pixel.Build(single_pixel_info, single_pixel_info.GetBytesPerPixel()); in CalcAverageColor()

Completed in 11 milliseconds