HomeSort by relevance Sort by last modified time
    Searched defs:SkColorType (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkImageInfo.h 71 enum SkColorType {
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/
SkImageInfo.h 71 enum SkColorType {
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 39 milliseconds