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

  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 50 kA8_Config, //!< 8-bits per pixel, with only alpha specified (0 is transparent, 0xFF is opaque)
127 height). Note, for 1-byte per pixel configs like kA8_Config, this will
799 SkASSERT(fConfig == kA8_Config || fConfig == kIndex8_Config);
  /external/skia/include/core/
SkBitmap.h 50 kA8_Config, //!< 8-bits per pixel, with only alpha specified (0 is transparent, 0xFF is opaque)
127 height). Note, for 1-byte per pixel configs like kA8_Config, this will
799 SkASSERT(fConfig == kA8_Config || fConfig == kIndex8_Config);

Completed in 123 milliseconds