Searched defs:SkColorTypeBytesPerPixel (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkImageInfo.cpp13 int SkColorTypeBytesPerPixel(SkColorType ct) { function
97 int SkImageInfo::bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); }
/external/skqp/include/core/
H A DSkImageInfo.h95 static int SkColorTypeBytesPerPixel(SkColorType ct) { function
130 return width * SkColorTypeBytesPerPixel(ct);
273 int bytesPerPixel() const { return SkColorTypeBytesPerPixel(fColorType); }

Completed in 596 milliseconds