OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SrcDepth
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/images/
SkImageDecoder.h
380
enum
SrcDepth
{
386
the returned bitmap.
SrcDepth
and hasAlpha reflect the raw data of the
388
srcDepth
and hasAlpha, or kNo_Config if there is no preference.
393
SkBitmap::Config getPrefConfig(
SrcDepth
, bool hasAlpha) const;
/external/skia/src/images/
SkImageDecoder.cpp
125
SkBitmap::Config SkImageDecoder::getPrefConfig(
SrcDepth
srcDepth
,
131
switch (
srcDepth
) {
Completed in 605 milliseconds