Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureUploadFormatTest.cpp31 uint8_t bytesPerPixel() const in bytesPerPixel() function
288 const auto bytesPerPixel = format.bytesPerPixel(); in TEST_P() local
/third_party/flutter/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()
DSkGifCodec.cpp524 const size_t bytesPerPixel = this->dstInfo().bytesPerPixel(); in haveDecodedRow() local
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.cpp446 const size_t bytesPerPixel = (bitsPerPixel > 32) ? bitsPerPixel / 8 : 4; in allocateStorage() local
/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()
/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
/third_party/flutter/skia/src/core/
DSkImageInfo.cpp38 int SkImageInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkImageInfo
/third_party/skia/src/core/
DSkImageInfo.cpp47 int SkColorInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkColorInfo
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp131 unsigned int bytesPerPixel = gl::GetSizedInternalFormatInfo(internalFormat).pixelBytes; in setBufferToTextureCopyParams() local
/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/flutter/skia/src/gpu/text/
DGrStrikeCache.cpp201 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
/third_party/flutter/skia/include/core/
DSkBitmap.h177 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
/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
/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/flutter/skia/src/gpu/
DGrDataUtils.cpp308 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, int baseWidth, int baseHeight, in GrComputeTightCombinedBufferSize()
/third_party/skia/src/gpu/
DGrDataUtils.cpp293 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

12