Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/jni/
DGraphicsJNI.h117 static jint hardwareLegacyBitmapConfig();
DBitmap.cpp375 if (dstConfigHandle == GraphicsJNI::hardwareLegacyBitmapConfig()) { in Bitmap_copy()
519 return GraphicsJNI::hardwareLegacyBitmapConfig(); in Bitmap_config()
DGraphics.cpp460 jint GraphicsJNI::hardwareLegacyBitmapConfig() { in hardwareLegacyBitmapConfig() function in GraphicsJNI