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

/external/chromium_org/third_party/skia/include/core/
H A DSkImageInfo.h71 enum SkColorType { enum
95 static int SkColorTypeBytesPerPixel(SkColorType ct) {
112 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) {
128 SkColorType fColorType;
131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
188 SkColorType colorType() const { return fColorType; }
/external/skia/include/core/
H A DSkImageInfo.h71 enum SkColorType { enum
95 static int SkColorTypeBytesPerPixel(SkColorType ct) {
112 static inline size_t SkColorTypeMinRowBytes(SkColorType ct, int width) {
128 SkColorType fColorType;
131 static SkImageInfo Make(int width, int height, SkColorType ct, SkAlphaType at) {
188 SkColorType colorType() const { return fColorType; }

Completed in 693 milliseconds