Home
last modified time | relevance | path

Searched refs:hardwareLegacyBitmapConfig (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/jni/android/graphics/
DGraphicsJNI.h81 static jint hardwareLegacyBitmapConfig();
DBitmap.cpp419 if (dstConfigHandle == GraphicsJNI::hardwareLegacyBitmapConfig()) { in Bitmap_copy()
604 return GraphicsJNI::hardwareLegacyBitmapConfig(); in Bitmap_config()
DGraphics.cpp367 jint GraphicsJNI::hardwareLegacyBitmapConfig() { in hardwareLegacyBitmapConfig() function in GraphicsJNI