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

/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h49 kA1_Config, enumerator in enum:SkBitmap::Config
116 for configs that are not at least 1-byte per pixel (e.g. kA1_Config
122 does not have at least 1 byte per (e.g. kA1_Config) then 0 is returned.
129 than 1-byte per pixel (e.g. kA1_Config)
815 SkASSERT(fConfig == kA1_Config);
/external/skia/include/core/
H A DSkBitmap.h49 kA1_Config, enumerator in enum:SkBitmap::Config
116 for configs that are not at least 1-byte per pixel (e.g. kA1_Config
122 does not have at least 1 byte per (e.g. kA1_Config) then 0 is returned.
129 than 1-byte per pixel (e.g. kA1_Config)
815 SkASSERT(fConfig == kA1_Config);

Completed in 76 milliseconds