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

/frameworks/base/core/jni/android/graphics/
H A DPaint.cpp852 static jlong setPathEffect(jlong objHandle, jlong effectHandle) { function in namespace:android::PaintGlue
855 obj->setPathEffect(sk_ref_sp(effect));
1052 {"nSetPathEffect","(JJ)J", (void*) PaintGlue::setPathEffect},
/frameworks/base/graphics/java/android/graphics/
H A DPaint.java1124 public PathEffect setPathEffect(PathEffect effect) { method in class:Paint

Completed in 108 milliseconds