HomeSort by relevance Sort by last modified time
    Searched refs:MakeDotEffect (Results 1 - 2 of 2) sorted by null

  /external/skia/gm/
texteffects.cpp 100 static sk_sp<SkPathEffect> MakeDotEffect(SkScalar radius, const SkMatrix& matrix) {
110 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice));
120 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice));
  /external/skia/samplecode/
SampleSlides.cpp 551 static sk_sp<SkPathEffect> MakeDotEffect(SkScalar radius, const SkMatrix& matrix) {
562 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice));
573 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice));

Completed in 121 milliseconds