Searched refs:SkArcToPathEffect (Results 1 - 6 of 6) sorted by relevance

/external/skia/include/effects/
H A DSkArcToPathEffect.h13 class SK_API SkArcToPathEffect : public SkPathEffect { class in inherits:SkPathEffect
22 return SkNEW_ARGS(SkArcToPathEffect, (radius));
28 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkArcToPathEffect)
31 explicit SkArcToPathEffect(SkScalar radius);
/external/skia/src/effects/
H A DSkArcToPathEffect.cpp8 #include "SkArcToPathEffect.h"
14 SkArcToPathEffect::SkArcToPathEffect(SkScalar radius) : fRadius(radius) {} function in class:SkArcToPathEffect
16 bool SkArcToPathEffect::filterPath(SkPath* dst, const SkPath& src,
64 SkFlattenable* SkArcToPathEffect::CreateProc(SkReadBuffer& buffer) {
65 return SkArcToPathEffect::Create(buffer.readScalar());
68 void SkArcToPathEffect::flatten(SkWriteBuffer& buffer) const {
73 void SkArcToPathEffect::toString(SkString* str) const {
74 str->appendf("SkArcToPathEffect: (");
/external/skia/src/ports/
H A DSkGlobalInitialization_chromium.cpp19 #include "SkArcToPathEffect.h"
67 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkArcToPathEffect)
H A DSkGlobalInitialization_default.cpp19 #include "SkArcToPathEffect.h"
67 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkArcToPathEffect)
/external/skia/samplecode/
H A DSamplePath.cpp223 #include "SkArcToPathEffect.h"
255 fArcToPaint.setPathEffect(SkArcToPathEffect::Create(rad))->unref();
/external/skia/
H A DAndroid.mk284 src/effects/SkArcToPathEffect.cpp \

Completed in 152 milliseconds