/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | TextureUploadFormatTest.cpp | 31 uint8_t bytesPerPixel() const in bytesPerPixel() function 288 const auto bytesPerPixel = format.bytesPerPixel(); in TEST_P() local
|
/third_party/flutter/skia/src/codec/ |
D | SkCodecPriv.h | 121 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
|
D | SkMasks.cpp | 127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
|
D | SkGifCodec.cpp | 524 const size_t bytesPerPixel = this->dstInfo().bytesPerPixel(); in haveDecodedRow() local
|
D | SkSwizzler.cpp | 263 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()
|
D | SkPngCodec.cpp | 446 const size_t bytesPerPixel = (bitsPerPixel > 32) ? bitsPerPixel / 8 : 4; in allocateStorage() local
|
/third_party/skia/src/codec/ |
D | SkCodecPriv.h | 121 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
|
D | SkMasks.cpp | 127 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
|
D | SkWuffsCodec.cpp | 440 size_t bytesPerPixel = 0; in onStartIncrementalDecode() local 487 size_t bytesPerPixel) { in onStartIncrementalDecodeOnePass()
|
D | SkSwizzler.cpp | 263 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/ |
D | TextureUploadFormatTest.cpp | 31 uint8_t bytesPerPixel() const in bytesPerPixel() function 304 const auto bytesPerPixel = format.bytesPerPixel(); in TEST_P() local
|
/third_party/flutter/skia/src/core/ |
D | SkImageInfo.cpp | 38 int SkImageInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkImageInfo
|
/third_party/skia/src/core/ |
D | SkImageInfo.cpp | 47 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/ |
D | PixelTransfer11.cpp | 131 unsigned int bytesPerPixel = gl::GetSizedInternalFormatInfo(internalFormat).pixelBytes; in setBufferToTextureCopyParams() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | PixelTransfer11.cpp | 132 unsigned int bytesPerPixel = gl::GetSizedInternalFormatInfo(internalFormat).pixelBytes; in setBufferToTextureCopyParams() local
|
/third_party/flutter/skia/src/gpu/text/ |
D | GrStrikeCache.cpp | 201 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
|
/third_party/flutter/skia/include/core/ |
D | SkBitmap.h | 177 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
|
/third_party/mesa3d/src/mesa/main/ |
D | image.c | 312 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/ |
D | SkBitmap.h | 178 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
|
D | SkImageInfo.h | 583 int bytesPerPixel() const { return fColorInfo.bytesPerPixel(); } in bytesPerPixel() function
|
/third_party/skia/src/gpu/text/ |
D | GrAtlasManager.cpp | 154 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
|
/third_party/skia/third_party/externals/libgifcodec/ |
D | SkLibGifCodec.cpp | 529 const size_t bytesPerPixel = this->dstInfo().bytesPerPixel(); in haveDecodedRow() local
|
/third_party/flutter/skia/src/gpu/ |
D | GrDataUtils.cpp | 308 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, int baseWidth, int baseHeight, in GrComputeTightCombinedBufferSize()
|
/third_party/skia/src/gpu/ |
D | GrDataUtils.cpp | 293 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, SkISize baseDimensions, in GrComputeTightCombinedBufferSize()
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12Sample.cpp | 1034 const UINT bytesPerPixel = 4; in InitD3D() local
|