Searched refs:setPathEffect (Results 1 – 5 of 5) sorted by relevance
233 …static SkPathEffect* setPathEffect(JNIEnv* env, jobject clazz, SkPaint* obj, SkPathEffect* effect)… in setPathEffect() function in android::SkPaintGlue234 return obj->setPathEffect(effect); in setPathEffect()868 {"native_setPathEffect","(II)I", (void*) SkPaintGlue::setPathEffect},
218 mStrokePaint.setPathEffect(e); in setStroke()1053 mStrokePaint.setPathEffect(e);
896 public PathEffect setPathEffect(PathEffect effect) { in setPathEffect() method in Paint
8332 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);