OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PrefConfigTable
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h
180
struct
PrefConfigTable
{
195
void setPrefConfigTable(const
PrefConfigTable
&);
198
* Do not use a
PrefConfigTable
to determine the output config. This
199
* is the default, so there is no need to call unless a
PrefConfigTable
307
@param prefConfig If the
PrefConfigTable
is not set, prefer this config.
323
@param prefConfig If the
PrefConfigTable
is not set, prefer this config.
355
@param prefConfig If the
PrefConfigTable
is not set, prefer this config.
482
PrefConfigTable
fPrefTable; // use if fUsePrefTable is true
/external/skia/include/core/
SkImageDecoder.h
180
struct
PrefConfigTable
{
195
void setPrefConfigTable(const
PrefConfigTable
&);
198
* Do not use a
PrefConfigTable
to determine the output config. This
199
* is the default, so there is no need to call unless a
PrefConfigTable
307
@param prefConfig If the
PrefConfigTable
is not set, prefer this config.
323
@param prefConfig If the
PrefConfigTable
is not set, prefer this config.
355
@param prefConfig If the
PrefConfigTable
is not set, prefer this config.
482
PrefConfigTable
fPrefTable; // use if fUsePrefTable is true
Completed in 363 milliseconds