OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Line2DPathEffect
(Results
1 - 3
of
3
) sorted by null
/external/skia/samplecode/
SampleTextEffects.cpp
179
class
Line2DPathEffect
: public Sk2DPathEffect {
181
Line2DPathEffect
(SkScalar width, const SkMatrix& matrix)
214
Line2DPathEffect
(SkFlattenableReadBuffer& buffer) : Sk2DPathEffect(buffer) {
222
return new
Line2DPathEffect
(buffer);
234
p.setPathEffect(new
Line2DPathEffect
(SK_Scalar1*2, lattice))->unref();
SampleAll.cpp
212
class
Line2DPathEffect
: public Sk2DPathEffect {
214
Line2DPathEffect
(SkScalar width, const SkMatrix& matrix)
246
Line2DPathEffect
(SkFlattenableReadBuffer& buffer) : Sk2DPathEffect(buffer) {
253
static SkFlattenable* CreateProc(SkFlattenableReadBuffer& buffer) { return new
Line2DPathEffect
(buffer); }
264
p.setPathEffect(new
Line2DPathEffect
(SK_Scalar1*2, lattice))->unref();
SampleSlides.cpp
600
class
Line2DPathEffect
: public Sk2DPathEffect {
602
Line2DPathEffect
(SkScalar width, const SkMatrix& matrix)
639
Line2DPathEffect
(SkFlattenableReadBuffer& buffer) : Sk2DPathEffect(buffer)
649
return new
Line2DPathEffect
(buffer);
662
p.setPathEffect(new
Line2DPathEffect
(SK_Scalar1*2, lattice))->unref();
Completed in 61 milliseconds