Home
last modified time | relevance | path

Searched refs:thinDEffects (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/gm/
Ddashcircle.cpp158 sk_sp<SkPathEffect> thinDEffects[SK_ARRAY_COUNT(kIntervals)]; in onDraw() local
169 thinDEffects[i] = SkDashPathEffect::Make( in onDraw()
214 paint.setPathEffect(thinDEffects[i]); in onDraw()
/third_party/flutter/skia/gm/
Ddashcircle.cpp159 sk_sp<SkPathEffect> thinDEffects[SK_ARRAY_COUNT(kIntervals)]; in onDraw() local
170 thinDEffects[i] = SkDashPathEffect::Make( in onDraw()
215 paint.setPathEffect(thinDEffects[i]); in onDraw()