Searched refs:SkColorTypeBytesPerPixel (Results 1 - 4 of 4) sorted by relevance

/external/skia/include/core/
H A DSkImageInfo.h88 static int SkColorTypeBytesPerPixel(SkColorType ct) { function
107 return width * SkColorTypeBytesPerPixel(ct);
239 return SkColorTypeBytesPerPixel(fColorType);
/external/skia/tests/
H A DSwizzlerTest.cpp101 size_t colorRowBytes = SkColorTypeBytesPerPixel(kN32_SkColorType) * width +
H A DSkResourceCacheTest.cpp58 * SkColorTypeBytesPerPixel(kN32_SkColorType);
/external/skia/src/codec/
H A DSkCodec_libgif.cpp432 SkColorTypeBytesPerPixel(dstColorType);

Completed in 3328 milliseconds