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

/external/chromium_org/third_party/skia/include/core/
H A DSkImageDecoder.h192 struct PrefConfigTable { struct in class:SkImageDecoder
207 void setPrefConfigTable(const PrefConfigTable&);
210 * Do not use a PrefConfigTable to determine the output config. This
211 * is the default, so there is no need to call unless a PrefConfigTable
319 @param prefConfig If the PrefConfigTable is not set, prefer this config.
335 @param prefConfig If the PrefConfigTable is not set, prefer this config.
379 @param prefConfig If the PrefConfigTable is not set, prefer this config.
506 PrefConfigTable fPrefTable; // use if fUsePrefTable is true
/external/skia/include/core/
H A DSkImageDecoder.h209 struct PrefConfigTable { struct in class:SkImageDecoder
224 void setPrefConfigTable(const PrefConfigTable&);
227 * Do not use a PrefConfigTable to determine the output config. This
228 * is the default, so there is no need to call unless a PrefConfigTable
336 @param prefConfig If the PrefConfigTable is not set, prefer this config.
352 @param prefConfig If the PrefConfigTable is not set, prefer this config.
396 @param prefConfig If the PrefConfigTable is not set, prefer this config.
523 PrefConfigTable fPrefTable; // use if fUsePrefTable is true

Completed in 88 milliseconds