HomeSort by relevance Sort by last modified time
    Searched refs:SkCornerPathEffect (Results 1 - 11 of 11) 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 SK_API 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()
46 bool SkCornerPathEffect::filterPath(SkPath* dst, const SkPath& src,
140 SkFlattenable::Factory SkCornerPathEffect::getFactory() {
144 void SkCornerPathEffect::flatten(SkFlattenableWriteBuffer& buffer) {
148 SkFlattenable* SkCornerPathEffect::CreateProc(SkFlattenableReadBuffer& buffer)
    [all...]
effects_files.mk 12 SkCornerPathEffect.cpp \
  /external/skia/samplecode/
SamplePathEffects.cpp 10 #include "SkCornerPathEffect.h"
25 return new SkCornerPathEffect(SkIntToScalar(CORNER_RADIUS));
39 SkPathEffect* inner = new SkCornerPathEffect(SkIntToScalar(CORNER_RADIUS));
56 SkPathEffect* inner = new SkCornerPathEffect(SkIntToScalar(CORNER_RADIUS));
SampleSlides.cpp 15 #include "SkCornerPathEffect.h"
21 SkPathEffect* corner = new SkCornerPathEffect(25);
  /frameworks/base/core/jni/android/graphics/
PathEffect.cpp 5 #include "SkCornerPathEffect.h"
50 return new SkCornerPathEffect(SkFloatToScalar(radius));
  /external/webkit/Source/WebCore/platform/graphics/android/
android_graphics.cpp 33 #include "SkCornerPathEffect.h"
77 paint.setPathEffect(new SkCornerPathEffect(
  /external/webkit/Source/WebKit/android/nav/
FindCanvas.cpp 34 #include "SkCornerPathEffect.h"
515 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/Source/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 49 #include "SkCornerPathEffect.h"
551 paint.setPathEffect(new SkCornerPathEffect(focusRingOutset * 2))->unref();
    [all...]

Completed in 419 milliseconds