/external/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
|
/external/skqp/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 | 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
|
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
D | Util.java | 94 int bytesPerPixel; in getBytesPerPixel() local
|
/external/skqp/src/core/ |
D | SkImageInfo.cpp | 37 int SkImageInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkImageInfo
|
/external/skia/src/core/ |
D | SkImageInfo.cpp | 38 int SkImageInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); } in bytesPerPixel() function in SkImageInfo
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | SoftwareRenderer.cpp | 177 uint8 bytesPerPixel = bytesPerRow / fBitmap->Bounds().IntegerWidth(); in SwapBuffers() local
|
/external/skqp/src/gpu/text/ |
D | GrStrikeCache.cpp | 207 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
|
/external/skia/src/gpu/text/ |
D | GrStrikeCache.cpp | 207 int bytesPerPixel = GrMaskFormatBytesPerPixel(expectedMaskFormat); in addGlyphToAtlas() local
|
/external/skia/include/core/ |
D | SkBitmap.h | 185 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
|
/external/skqp/include/core/ |
D | SkBitmap.h | 185 int bytesPerPixel() const { return fPixmap.info().bytesPerPixel(); } in bytesPerPixel() function
|
/external/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
|
D | pack.c | 1221 const GLint bytesPerPixel = _mesa_bytes_per_pixel(format, type); in _mesa_unpack_image() local
|
/external/autotest/client/deps/nvmap_compactor/src/ |
D | nvmap_carveout_compactor.c | 137 int x, y, bytesPerPixel; in CreateTexture() local
|
/external/dng_sdk/source/ |
D | dng_read_image.cpp | 3042 uint32 bytesPerPixel = TagTypeSize (ifd.PixelType ()); in Read() local
|
D | dng_image_writer.cpp | 4604 uint32 bytesPerPixel = SafeUint32Mult (ifd.fSamplesPerPixel, in WriteImage() local
|
/external/swiftshader/src/OpenGL/common/ |
D | Image.cpp | 1131 int bytesPerPixel = sw::Surface::bytes(format); in pitchP() local
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.cpp | 2365 int bytesPerPixel = GrBytesPerPixel(dstAsConfig); in onReadPixels() local
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2396 int bytesPerPixel = GrBytesPerPixel(dstAsConfig); in onReadPixels() local
|