Home
last modified time | relevance | path

Searched defs:bytesPerPixel (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/src/codec/
DSkCodecPriv.h121 static inline size_t compute_row_bytes_bpp(int width, uint32_t bytesPerPixel) { in compute_row_bytes_bpp()
135 const uint32_t bytesPerPixel = bitsPerPixel / 8; in compute_row_bytes() local
DSkMasks.cpp127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
DSkWuffsCodec.cpp440 size_t bytesPerPixel = 0; in onStartIncrementalDecode() local
487 size_t bytesPerPixel) { in onStartIncrementalDecodeOnePass()
DSkSwizzler.cpp263 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_index_to_565()
301 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_gray_to_565()
438 int bytesPerPixel, int deltaSrc, int offset, const SkPMColor ctable[]) { in swizzle_rgb_to_565()
DSkPngCodec.cpp449 const size_t bytesPerPixel = (bitsPerPixel > 32) ? bitsPerPixel / 8 : 4; in allocateStorage() local
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureUploadFormatTest.cpp31 uint8_t bytesPerPixel() const in bytesPerPixel() function
304 const auto bytesPerPixel = format.bytesPerPixel(); in TEST_P() local
DImageTest.cpp478 size_t bytesPerPixel; member
4448 const uint32_t bytesPerPixel = 4; in TEST_P() local
/third_party/skia/src/core/
DSkImageInfo.cpp47 int SkColorInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkColorInfo
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp132 unsigned int bytesPerPixel = gl::GetSizedInternalFormatInfo(internalFormat).pixelBytes; in setBufferToTextureCopyParams() local
/third_party/mesa3d/src/mesa/main/
Dimage.c312 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_row_stride() local
359 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_image_image_stride() local
Dpack.c1223 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_unpack_image() local
/third_party/skia/include/core/
DSkBitmap.h178 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
DSkImageInfo.h583 int bytesPerPixel() const { return fColorInfo.bytesPerPixel(); } in bytesPerPixel() function
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp154 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp529 const size_t bytesPerPixel = this->dstInfo().bytesPerPixel(); in haveDecodedRow() local
/third_party/skia/src/gpu/
DGrDataUtils.cpp341 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, SkISize baseDimensions, in GrComputeTightCombinedBufferSize()
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12Sample.cpp1034 const UINT bytesPerPixel = 4; in InitD3D() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_read_image.cpp3042 uint32 bytesPerPixel = TagTypeSize (ifd.PixelType ()); in Read() local
Ddng_image_writer.cpp4604 uint32 bytesPerPixel = SafeUint32Mult (ifd.fSamplesPerPixel, in WriteImage() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
DImage.cpp1068 int bytesPerPixel = sw::Surface::bytes(format); in pitchP() local
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp1718 size_t bytesPerPixel = GrVkFormatBytesPerBlock(vkFormat); in copy_src_data() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyCommandsValidationTests.cpp76 uint32_t bytesPerPixel = utils::GetTexelBlockSizeInBytes(format); in BufferSizeForTextureCopy() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp1586 GLint bytesPerPixel = gl::ComputePixelSize(format, type); in getRequiredBufferSize() local
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2214 size_t bytesPerPixel = GrColorTypeBytesPerPixel(dstColorType); in onReadPixels() local