Searched refs:modeHandle (Results 1 - 5 of 5) sorted by path

/frameworks/base/core/jni/android/graphics/
H A DColorFilter.cpp39 static jlong CreatePorterDuffFilter(JNIEnv* env, jobject, jint srcColor, jint modeHandle) { argument
40 SkXfermode::Mode mode = static_cast<SkXfermode::Mode>(modeHandle);
H A DPorterDuff.cpp34 static jlong CreateXfermode(JNIEnv* env, jobject, jint modeHandle) { argument
55 SkXfermode::Mode mode = static_cast<SkXfermode::Mode>(modeHandle);
H A DShader.cpp224 jlong shaderAHandle, jlong shaderBHandle, jlong modeHandle)
228 SkXfermode* mode = reinterpret_cast<SkXfermode *>(modeHandle);
223 ComposeShader_create1(JNIEnv* env, jobject o, jlong shaderAHandle, jlong shaderBHandle, jlong modeHandle) argument
H A DXfermode.cpp36 jint tolerance, jint modeHandle)
38 AvoidXfermode::Mode mode = static_cast<AvoidXfermode::Mode>(modeHandle);
35 avoid_create(JNIEnv* env, jobject, jint opColor, jint tolerance, jint modeHandle) argument
/frameworks/base/core/jni/
H A Dandroid_graphics_Canvas.cpp198 static void drawColor(JNIEnv* env, jobject, jlong canvasHandle, jint color, jint modeHandle) { argument
199 SkXfermode::Mode mode = static_cast<SkXfermode::Mode>(modeHandle);
292 jint modeHandle, jint vertexCount,
315 SkCanvas::VertexMode mode = static_cast<SkCanvas::VertexMode>(modeHandle);
291 drawVertices(JNIEnv* env, jobject, jlong canvasHandle, jint modeHandle, jint vertexCount, jfloatArray jverts, jint vertIndex, jfloatArray jtexs, jint texIndex, jintArray jcolors, jint colorIndex, jshortArray jindices, jint indexIndex, jint indexCount, jlong paintHandle) argument

Completed in 70 milliseconds