HomeSort by relevance Sort by last modified time
    Searched defs:PrefConfigTable (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkImageDecoder.h 192 struct PrefConfigTable {
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/
SkImageDecoder.h 209 struct PrefConfigTable {
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 1514 milliseconds