Searched refs:setPathEffect (Results 1 – 10 of 10) sorted by relevance
78 mLinePaint.setPathEffect(new CornerPathEffect(mCornerRadius)); in UsageGraph()89 mDottedPaint.setPathEffect(new DashPathEffect(new float[] {dots, interval}, 0)); in UsageGraph()
89 strokePaint.setPathEffect(dashEffect); in RENDERTHREAD_TEST()
285 static jlong setPathEffect(JNIEnv* env, jobject clazz, jlong objHandle, jlong effectHandle) { in setPathEffect() function288 return reinterpret_cast<jlong>(obj->setPathEffect(effect)); in setPathEffect()950 {"nSetPathEffect","!(JJ)J", (void*) PaintGlue::setPathEffect},
392 mStrokePaint.setPathEffect(e); in setStrokeInternal()2110 mStrokePaint.setPathEffect(e);
1125 public PathEffect setPathEffect(PathEffect effect) { in setPathEffect() method in Paint
353 <td class="label_neg">setPathEffect() (for lines)</td>
11037 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
12079 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
12092 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);
12518 method public android.graphics.PathEffect setPathEffect(android.graphics.PathEffect);