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

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp285 static jlong setPathEffect(JNIEnv* env, jobject clazz, jlong objHandle, jlong effectHandle) { function in namespace:android::PaintGlue
288 return reinterpret_cast<jlong>(obj->setPathEffect(effect));
950 {"nSetPathEffect","!(JJ)J", (void*) PaintGlue::setPathEffect},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1125 public PathEffect setPathEffect(PathEffect effect) { method in class:Paint

Completed in 943 milliseconds