Home
last modified time | relevance | path

Searched defs:srcRowBytes (Results 1 – 12 of 12) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_ktx.cpp147 const int srcRowBytes = width; in onDecode() local
176 const int srcRowBytes = width * 3; in onDecode() local
195 const int srcRowBytes = width * 3; in onDecode() local
225 const int srcRowBytes = width * 4; in onDecode() local
DSkImageDecoder_pkm.cpp86 const int srcRowBytes = width * 3; in onDecode() local
DSkImageDecoder_astc.cpp161 const int srcRowBytes = width * 4; in onDecode() local
DSkImageDecoder_libbmp.cpp156 const int srcRowBytes = width * 3; in onDecode() local
/external/skia/src/codec/
DSkBmpCodec.h84 size_t srcRowBytes() const { return fSrcRowBytes; } in srcRowBytes() function
DSkJpegCodec.cpp490 size_t srcRowBytes = get_row_bytes(fDecoderMgr->dinfo()); in onGetScanlines() local
DSkPngCodec.cpp467 const size_t srcRowBytes = width * bpp; in onGetPixels() local
/external/skia/src/gpu/text/
DGrFontScaler.cpp98 int srcRowBytes) { in expand_bits()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp187 const size_t srcRowBytes = SkTAbs(srcPitch); in copyFTBitmap() local
/external/skia/src/core/
DSkBitmapDevice.cpp162 size_t srcRowBytes, int x, int y) { in onWritePixels()
/external/skia/src/effects/
DSkBlurMask.cpp440 const uint8_t src[], int srcRowBytes, in clamp_with_orig()
/external/skia/tests/
DImageTest.cpp246 const size_t srcRowBytes = 2 * sizeof(uint8_t); in DEF_TEST() local