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

  /frameworks/base/core/jni/android/graphics/
NinePatchPeeker.cpp 43 SkImageDecoder::PrefConfigTable table;
  /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
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder.cpp 142 void SkImageDecoder::setPrefConfigTable(const PrefConfigTable& prefTable) {
  /external/skia/src/images/
SkImageDecoder.cpp 142 void SkImageDecoder::setPrefConfigTable(const PrefConfigTable& prefTable) {

Completed in 28 milliseconds