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 482 enum SrcDepth {
491 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the
493 srcDepth and hasAlpha, or kNo_Config if there is no preference.
498 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;
  /external/skia/include/core/
SkImageDecoder.h 499 enum SrcDepth {
508 the returned bitmap. SrcDepth and hasAlpha reflect the raw data of the
510 srcDepth and hasAlpha, or kNo_Config if there is no preference.
515 SkBitmap::Config getPrefConfig(SrcDepth, bool hasAlpha) const;

Completed in 2925 milliseconds