Searched defs:lattice (Results 1 - 5 of 5) sorted by relevance

/external/skia/samplecode/
H A DClockFaceView.cpp133 SkMatrix lattice; local
135 lattice.setScale(rad*2, rad*2, 0, 0);
136 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
137 return new Dot2DPathEffect(rad, lattice, pts);
H A DSampleTextEffects.cpp155 SkMatrix lattice; local
156 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
157 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
158 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
165 SkMatrix lattice; local
166 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
167 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
168 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();
231 SkMatrix lattice; local
232 lattice
[all...]
H A DSampleAll.cpp188 SkMatrix lattice; local
189 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
190 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
191 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*4, lattice))->unref();
198 SkMatrix lattice; local
199 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
200 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
201 p.setPathEffect(new Dot2DPathEffect(SK_Scalar1*2, lattice))->unref();
261 SkMatrix lattice; local
262 lattice
[all...]
H A DSampleSlides.cpp575 SkMatrix lattice; local
576 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
577 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
578 p.setPathEffect(MakeDotEffect(SK_Scalar1*4, lattice))->unref();
586 SkMatrix lattice; local
587 lattice.setScale(SK_Scalar1*6, SK_Scalar1*6, 0, 0);
588 lattice.postSkew(SK_Scalar1/3, 0, 0, 0);
589 p.setPathEffect(MakeDotEffect(SK_Scalar1*2, lattice))->unref();
659 SkMatrix lattice; local
660 lattice
[all...]
/external/srec/srec/crec/
H A Dastar.c667 srec_word_lattice* lattice; local
681 lattice = rec->word_lattice;
723 btoken_index = lattice->words_for_frame[ wtoken->end_time+1];

Completed in 82 milliseconds