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

  /external/skia/include/effects/
SkCornerPathEffect.h 22 /** \class SkCornerPathEffect
24 SkCornerPathEffect is a subclass of SkPathEffect that can turn sharp corners
27 class SkCornerPathEffect : public SkPathEffect {
32 SkCornerPathEffect(SkScalar radius);
33 virtual ~SkCornerPathEffect();
46 SkCornerPathEffect(SkFlattenableReadBuffer&);
54 SkCornerPathEffect(const SkCornerPathEffect&);
55 SkCornerPathEffect& operator=(const SkCornerPathEffect&)
    [all...]
  /external/skia/src/effects/
SkCornerPathEffect.cpp 1 /* libs/graphics/effects/SkCornerPathEffect.cpp
18 #include "SkCornerPathEffect.h"
23 SkCornerPathEffect::SkCornerPathEffect(SkScalar radius) : fRadius(radius)
27 SkCornerPathEffect::~SkCornerPathEffect()
47 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src, SkScalar* width)
142 SkFlattenable::Factory SkCornerPathEffect::getFactory()
147 void SkCornerPathEffect::flatten(SkFlattenableWriteBuffer& buffer)
152 SkFlattenable* SkCornerPathEffect::CreateProc(SkFlattenableReadBuffer& buffer
    [all...]
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 5 #include "SkCornerPathEffect.h"
50 return new SkCornerPathEffect(SkFloatToScalar(radius));
  /external/webkit/WebCore/platform/graphics/android/
android_graphics.cpp 32 #include "SkCornerPathEffect.h"
94 paint.setPathEffect(new SkCornerPathEffect(CURSOR_RING_ROUNDEDNESS))->unref();
  /external/webkit/WebKit/android/nav/
FindCanvas.cpp 33 #include "SkCornerPathEffect.h"
503 SkCornerPathEffect* cornerEffect = new SkCornerPathEffect(roundiness);
  /external/skia/src/animator/
SkDrawExtraPathEffect.cpp 25 #include "SkCornerPathEffect.h"
407 return new SkCornerPathEffect(radius);
  /external/skia/
Android.mk 53 src/effects/SkCornerPathEffect.cpp \
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 48 #include "SkCornerPathEffect.h"
533 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();
    [all...]

Completed in 387 milliseconds