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

/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp444 static const SkBitmap::Config gValidDefConfig[] = { local
449 for (size_t i = 0; i < SK_ARRAY_COUNT(gValidDefConfig); i++) {
450 if (config == gValidDefConfig[i]) {

Completed in 18 milliseconds