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

/frameworks/base/core/jni/android/graphics/
H A DBitmap.cpp715 jint configHandle, jboolean isMutable,
717 SkColorType colorType = GraphicsJNI::legacyBitmapConfigToColorType(configHandle);
879 jint width, jint height, jint configHandle, jboolean requestPremul) {
882 SkColorType colorType = GraphicsJNI::legacyBitmapConfigToColorType(configHandle);
713 Bitmap_creator(JNIEnv* env, jobject, jintArray jColors, jint offset, jint stride, jint width, jint height, jint configHandle, jboolean isMutable, jfloatArray xyzD50, jobject transferParameters) argument
878 Bitmap_reconfigure(JNIEnv* env, jobject clazz, jlong bitmapHandle, jint width, jint height, jint configHandle, jboolean requestPremul) argument

Completed in 996 milliseconds