Home
last modified time | relevance | path

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

12

/external/okio/samples/src/jvmMain/kotlin/okio/samples/
DBitmapEncoder.kt66 val bytesPerPixel = 3 in <lambda>() constant
/external/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.cpp436 size_t bytesPerPixel = 0; in onStartIncrementalDecode() local
483 size_t bytesPerPixel) { in onStartIncrementalDecodeOnePass()
/external/skqp/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
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()
/external/angle/src/tests/gl_tests/
DTextureUploadFormatTest.cpp31 uint8_t bytesPerPixel() const in bytesPerPixel() function
307 const auto bytesPerPixel = format.bytesPerPixel(); in TEST_P() local
/external/glide/library/src/main/java/com/bumptech/glide/util/
DUtil.java94 int bytesPerPixel; in getBytesPerPixel() local
/external/skqp/src/core/
DSkImageInfo.cpp37 int SkImageInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkImageInfo
/external/skia/src/core/
DSkImageInfo.cpp46 int SkColorInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkColorInfo
/external/okio/samples/src/jvmMain/java/okio/samples/
DBitmapEncoder.java80 int bytesPerPixel = 3; in encode() local
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp132 unsigned int bytesPerPixel = gl::GetSizedInternalFormatInfo(internalFormat).pixelBytes; in setBufferToTextureCopyParams() local
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSoftwareRenderer.cpp177 uint8 bytesPerPixel = bytesPerRow / fBitmap->Bounds().IntegerWidth(); in SwapBuffers() local
/external/skqp/src/gpu/text/
DGrStrikeCache.cpp207 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
/external/minigbm/cros_gralloc/gralloc3/
DCrosGralloc3Mapper.cc218 int32_t bytesPerPixel = drv_bytes_per_pixel_from_format(crosHandle->format, 0); in lock() local
/external/skia/include/core/
DSkBitmap.h178 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
DSkImageInfo.h581 int bytesPerPixel() const { return fColorInfo.bytesPerPixel(); } in bytesPerPixel() function
/external/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
/external/skqp/include/core/
DSkBitmap.h185 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
/external/skia/src/gpu/text/
DGrAtlasManager.cpp154 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
/external/OpenCL-CTS/test_conformance/d3d10/
Dharness.h87 UINT bytesPerPixel; member
/external/OpenCL-CTS/test_conformance/d3d11/
Dharness.h88 UINT bytesPerPixel; member
/external/skia/third_party/libgifcodec/
DSkLibGifCodec.cpp529 const size_t bytesPerPixel = this->dstInfo().bytesPerPixel(); in haveDecodedRow() local
/external/autotest/client/deps/nvmap_compactor/src/
Dnvmap_carveout_compactor.c137 int x, y, bytesPerPixel; in CreateTexture() local

12