Home
last modified time | relevance | path

Searched refs:MakeTranslate (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/include/effects/
DSkOpPathEffect.h29 static sk_sp<SkPathEffect> MakeTranslate(SkScalar dx, SkScalar dy);
/third_party/flutter/skia/include/effects/
DSkOpPathEffect.h28 static sk_sp<SkPathEffect> MakeTranslate(SkScalar dx, SkScalar dy);
/third_party/flutter/skia/src/effects/
DSkOpPathEffect.cpp56 sk_sp<SkPathEffect> SkMatrixPathEffect::MakeTranslate(SkScalar dx, SkScalar dy) { in MakeTranslate() function in SkMatrixPathEffect
/third_party/flutter/skia/gm/
Dpatheffects.cpp207 SkMergePathEffect::Make(SkMatrixPathEffect::MakeTranslate(50, 30), in onDraw()
/third_party/skia/src/effects/
DSkOpPathEffect.cpp96 sk_sp<SkPathEffect> SkMatrixPathEffect::MakeTranslate(SkScalar dx, SkScalar dy) { in MakeTranslate() function in SkMatrixPathEffect
/third_party/skia/gm/
Dpatheffects.cpp206 SkMergePathEffect::Make(SkMatrixPathEffect::MakeTranslate(50, 30), in onDraw()