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

  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 401 enum SrcDepth {
410 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the
412 srcDepth and hasAlpha, or kUnknown_SkColorType if there is no preference.
414 SkColorType getPrefColorType(SrcDepth, bool hasAlpha) const;
  /external/skia/include/core/
SkImageDecoder.h 466 enum SrcDepth {
475 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the
477 srcDepth and hasAlpha, or kUnknown_SkColorType if there is no preference.
479 SkColorType getPrefColorType(SrcDepth, bool hasAlpha) const;

Completed in 6569 milliseconds