Searched refs:GetBytesPerPixel (Results 1 – 9 of 9) sorted by relevance
52 imageInfo.GetBytesPerPixel(); in ImageInfoFuzzTest001()100 imageInfo.GetBytesPerPixel(); in ImageInfoFuzzTest003()
32 int32_t GetBytesPerPixel() const in GetBytesPerPixel() function
87 int32_t GetBytesPerPixel() const in GetBytesPerPixel() function
47 single_pixel.Build(single_pixel_info, single_pixel_info.GetBytesPerPixel()); in CalcAverageColor()
49 float GetBytesPerPixel(OHOS::Media::PixelFormat format) in GetBytesPerPixel() function378 int32_t rowSize = pixelMap->GetWidth() * GetBytesPerPixel(pixelMap->GetPixelFormat()); in CopyPixelMapToSurfaceBuffer()
178 subBitmap.ReadPixels(imageInfo, rawData, dirtyWidth * imageInfo.GetBytesPerPixel(), dx, dy); in GetImageData()
297 single_pixel.Build(single_pixel_info, single_pixel_info.GetBytesPerPixel()); in CalcAverageLuminance()
143 …std::make_shared<Drawing::Pixmap>(info, pixelPtr.get(), info.GetWidth() * info.GetBytesPerPixel()); in PickColorSyn()
1036 single_pixel.Build(single_pixel_info, single_pixel_info.GetBytesPerPixel()); in CalcAverageColor()