HomeSort by relevance Sort by last modified time
    Searched defs:lattice (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/skia/gm/
texteffects.cpp 105 SkMatrix lattice; local
106 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
107 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
108 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
115 SkMatrix lattice; local
116 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
117 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
118 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();
132 SkMatrix lattice; local
133 lattice.setScale(SK_Scalar1, SK_Scalar1*6, 0, 0)
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
ClockFaceView.cpp 144 SkMatrix lattice; local
146 lattice.setScale(rad*2, rad*2, 0, 0);
147 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
148 return new Dot2DPathEffect(rad, lattice, pts);
SampleAll.cpp 192 SkMatrix lattice; local
193 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
194 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
195 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref();
202 SkMatrix lattice; local
203 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
204 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
205 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref();
219 SkMatrix lattice; local
220 lattice.setScale(SK_Scalar1, SK_Scalar1*6, 0, 0)
    [all...]
SampleSlides.cpp 570 SkMatrix lattice; local
571 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
572 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
573 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
581 SkMatrix lattice; local
582 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
583 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
584 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();
599 SkMatrix lattice; local
600 lattice.setScale(SK_Scalar1, SK_Scalar1*6, 0, 0)
    [all...]
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 357 // If stitching, adjust lattice points accordingly.
709 const char* lattice = "lattice"; local
    [all...]

Completed in 493 milliseconds