HomeSort by relevance Sort by last modified time
    Searched refs:SkCornerPathEffect (Results 1 - 16 of 16) sorted by null

  /external/skia/include/effects/
SkCornerPathEffect.h 13 /** \class SkCornerPathEffect
15 SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners
18 class SK_API SkCornerPathEffect : public SkPathEffect {
23 SkCornerPathEffect(SkScalar radius);
24 virtual ~SkCornerPathEffect();
29 SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkCornerPathEffect)
32 SkCornerPathEffect(SkFlattenableReadBuffer&);
  /external/skia/legacy/include/effects/
SkCornerPathEffect.h 15 /** \class SkCornerPathEffect
17 SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners
20 class SK_API SkCornerPathEffect : public SkPathEffect {
25 SkCornerPathEffect(SkScalar radius);
26 virtual ~SkCornerPathEffect();
43 SkCornerPathEffect(SkFlattenableReadBuffer&);
  /external/skia/legacy/src/effects/
SkCornerPathEffect.cpp 10 #include "SkCornerPathEffect.h"
15 SkCornerPathEffect::SkCornerPathEffect(SkScalar radius) : fRadius(radius)
19 SkCornerPathEffect::~SkCornerPathEffect()
38 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src,
132 SkFlattenable::Factory SkCornerPathEffect::getFactory() {
136 void SkCornerPathEffect::flatten(SkFlattenableWriteBuffer& buffer) {
140 SkFlattenable* SkCornerPathEffect::CreateProc(SkFlattenableReadBuffer& buffer) {
141 return SkNEW_ARGS(SkCornerPathEffect, (buffer))
    [all...]
SkEffects.cpp 20 #include "SkCornerPathEffect.h"
40 SkCornerPathEffect::Init();
  /external/skia/src/effects/
SkCornerPathEffect.cpp 10 #include "SkCornerPathEffect.h"
15 SkCornerPathEffect::SkCornerPathEffect(SkScalar radius) : fRadius(radius) {}
16 SkCornerPathEffect::~SkCornerPathEffect() {}
33 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src,
127 void SkCornerPathEffect::flatten(SkFlattenableWriteBuffer& buffer) const {
132 SkCornerPathEffect::SkCornerPathEffect(SkFlattenableReadBuffer& buffer) {
  /external/skia/legacy/src/ports/
SkGlobalInitialization_chromium.cpp 12 #include "SkCornerPathEffect.h"
24 SkCornerPathEffect::Init();
  /external/skia/src/ports/
SkGlobalInitialization_chromium.cpp 12 #include "SkCornerPathEffect.h"
24 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkCornerPathEffect)
SkGlobalInitialization_default.cpp 31 #include "SkCornerPathEffect.h"
67 SK_DEFINE_FLATTENABLE_REGISTRAR_ENTRY(SkCornerPathEffect)
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 5 #include "SkCornerPathEffect.h"
50 return new SkCornerPathEffect(SkFloatToScalar(radius));
  /external/skia/gm/
patheffects.cpp 12 #include "SkCornerPathEffect.h"
20 SkPathEffect* corner = new SkCornerPathEffect(25);
  /external/skia/legacy/src/animator/
SkDrawExtraPathEffect.cpp 17 #include "SkCornerPathEffect.h"
399 return new SkCornerPathEffect(radius);
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 17 #include "SkCornerPathEffect.h"
396 return new SkCornerPathEffect(radius);
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextSkia.cpp 11 #include "SkCornerPathEffect.h"
333 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();
  /external/skia/legacy/
Android.mk 169 src/effects/SkCornerPathEffect.cpp \
  /external/webkit/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 49 #include "SkCornerPathEffect.h"
551 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();
    [all...]
  /external/skia/
Android.mk 217 src/effects/SkCornerPathEffect.cpp \

Completed in 7078 milliseconds