Searched refs:modeHandle (Results 1 – 2 of 2) sorted by relevance
41 static jlong CreatePorterDuffFilter(JNIEnv* env, jobject, jint srcColor, jint modeHandle) { in CreatePorterDuffFilter() argument42 SkBlendMode mode = static_cast<SkBlendMode>(modeHandle); in CreatePorterDuffFilter()
214 static void drawColor(JNIEnv* env, jobject, jlong canvasHandle, jint color, jint modeHandle) { in drawColor() argument215 SkBlendMode mode = static_cast<SkBlendMode>(modeHandle); in drawColor()315 jint modeHandle, jint floatCount, in drawVertices() argument339 SkVertices::VertexMode mode = static_cast<SkVertices::VertexMode>(modeHandle); in drawVertices()