OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SrcDepth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
458
enum
SrcDepth
{
467
the returned bitmap.
SrcDepth
and hasAlpha reflect the raw data of the
469
srcDepth
and hasAlpha, or kNo_Config if there is no preference.
474
SkBitmap::Config getPrefConfig(
SrcDepth
, bool hasAlpha) const;
/external/skia/include/core/
SkImageDecoder.h
458
enum
SrcDepth
{
467
the returned bitmap.
SrcDepth
and hasAlpha reflect the raw data of the
469
srcDepth
and hasAlpha, or kNo_Config if there is no preference.
474
SkBitmap::Config getPrefConfig(
SrcDepth
, bool hasAlpha) const;
Completed in 41 milliseconds