Home
last modified time | relevance | path

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

12

/third_party/skia/m133/src/gpu/graphite/
DTextureInfo.cpp131 size_t TextureInfo::bytesPerPixel() const { in bytesPerPixel() function in skgpu::graphite::TextureInfo
/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()
/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/skia/m133/src/codec/
DSkCodecPriv.h133 static size_t ComputeRowBytesBytesPerPixel(int width, uint32_t bytesPerPixel) { in ComputeRowBytesBytesPerPixel()
147 const uint32_t bytesPerPixel = bitsPerPixel / 8; in ComputeRowBytes() local
DSkPngCodecBase.cpp179 const size_t bytesPerPixel = (bitsPerPixel > 32) ? bitsPerPixel / 8 : 4; in allocateStorage() local
DSkWuffsCodec.cpp480 size_t bytesPerPixel = 0; in onStartIncrementalDecode() local
527 size_t bytesPerPixel) { in onStartIncrementalDecodeOnePass()
/third_party/skia/m133/src/core/
DSkMasks.cpp126 SkMasks* SkMasks::CreateMasks(InputMasks masks, int bytesPerPixel) { in CreateMasks()
DSkImageInfo.cpp131 int SkColorInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkColorInfo
/third_party/skia/m133/tests/
DTextureSizeTest.cpp58 int bytesPerPixel = SkColorTypeBytesPerPixel(ct); in run_test() local
/third_party/skia/m133/src/encode/
DSkPngEncoderBase.cpp68 size_t bytesPerPixel = bitsPerPixel / 8; in makeTargetInfo() local
/third_party/skia/m133/src/gpu/graphite/dawn/
DDawnTextureInfo.cpp30 size_t bytesPerPixel() const override { in bytesPerPixel() function in skgpu::graphite::DawnTextureInfoData
/third_party/skia/src/core/
DSkImageInfo.cpp47 int SkColorInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkColorInfo
/third_party/skia/m133/src/gpu/graphite/vk/
DVulkanTextureInfo.cpp31 size_t bytesPerPixel() const override { return VkFormatBytesPerBlock(fVkSpec.fFormat); } in bytesPerPixel() function in skgpu::graphite::VulkanTextureInfoData
/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/skia/m133/include/core/
DSkBitmap.h187 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
DSkImageInfo.h498 int bytesPerPixel() const { return fColorInfo.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
360 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
/third_party/skia/src/gpu/text/
DGrAtlasManager.cpp154 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
/third_party/skia/m133/src/gpu/graphite/text/
DTextAtlasManager.cpp192 int bytesPerPixel = MaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
/third_party/skia/m133/src/gpu/ganesh/text/
DGrAtlasManager.cpp183 int bytesPerPixel = MaskFormatBytesPerPixel(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/m133/src/gpu/ganesh/
DGrDataUtils.cpp124 size_t GrComputeTightCombinedBufferSize(size_t bytesPerPixel, SkISize baseDimensions, in GrComputeTightCombinedBufferSize()

12