OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dot2DPathEffect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/samplecode/
ClockFaceView.cpp
69
class
Dot2DPathEffect
: public Sk2DPathEffect {
71
Dot2DPathEffect
(SkScalar radius, const SkMatrix& matrix,
75
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(
Dot2DPathEffect
)
94
Dot2DPathEffect
(SkReadBuffer& buffer) : INHERITED(buffer) {
112
SkFlattenable*
Dot2DPathEffect
::CreateProc(SkReadBuffer& buffer) {
115
return SkNEW_ARGS(
Dot2DPathEffect
, (buffer.readScalar(), matrix, NULL));
148
return new
Dot2DPathEffect
(rad, lattice, pts);
SampleAll.cpp
163
class
Dot2DPathEffect
: public Sk2DPathEffect {
165
Dot2DPathEffect
(SkScalar radius, const SkMatrix& matrix)
168
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(
Dot2DPathEffect
)
176
Dot2DPathEffect
(SkReadBuffer& buffer) : INHERITED(buffer) {
195
p.setPathEffect(new
Dot2DPathEffect
(SK_Scalar1*4, lattice))->unref();
205
p.setPathEffect(new
Dot2DPathEffect
(SK_Scalar1*2, lattice))->unref();
Completed in 525 milliseconds