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

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrConvexPolyEffect.h 23 class GrConvexPolyEffect : public GrFragmentProcessor {
45 return SkNEW_ARGS(GrConvexPolyEffect, (edgeType, n, edges));
61 virtual ~GrConvexPolyEffect();
78 GrConvexPolyEffect(GrPrimitiveEdgeType edgeType, int n, const SkScalar edges[]);
GrConvexPolyEffect.cpp 9 #include "GrConvexPolyEffect.h"
200 SkScalar fPrevEdges[3 * GrConvexPolyEffect::kMaxEdges];
217 const GrConvexPolyEffect& cpe = fp.cast<GrConvexPolyEffect>();
253 const GrConvexPolyEffect& cpe = effect.cast<GrConvexPolyEffect>();
263 const GrConvexPolyEffect& cpe = processor.cast<GrConvexPolyEffect>();
271 GrFragmentProcessor* GrConvexPolyEffect::Create(GrPrimitiveEdgeType type, const SkPath& path,
322 GrFragmentProcessor* GrConvexPolyEffect::Create(GrPrimitiveEdgeType edgeType, const SkRect& rect)
    [all...]
GrRRectEffect.cpp 13 #include "GrConvexPolyEffect.h"
644 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
655 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
    [all...]
  /external/skia/src/gpu/effects/
GrConvexPolyEffect.h 23 class GrConvexPolyEffect : public GrEffect {
44 return CreateEffectRef(AutoEffectUnref(SkNEW_ARGS(GrConvexPolyEffect,
60 virtual ~GrConvexPolyEffect();
77 GrConvexPolyEffect(GrEffectEdgeType edgeType, int n, const SkScalar edges[]);
GrConvexPolyEffect.cpp 8 #include "GrConvexPolyEffect.h"
196 SkScalar fPrevEdges[3 * GrConvexPolyEffect::kMaxEdges];
213 const GrConvexPolyEffect& cpe = drawEffect.castEffect<GrConvexPolyEffect>();
248 const GrConvexPolyEffect& cpe = drawEffect.castEffect<GrConvexPolyEffect>();
258 const GrConvexPolyEffect& cpe = drawEffect.castEffect<GrConvexPolyEffect>();
265 GrEffectRef* GrConvexPolyEffect::Create(GrEffectEdgeType type, const SkPath& path, const SkVector* offset) {
315 GrEffectRef* GrConvexPolyEffect::Create(GrEffectEdgeType edgeType, const SkRect& rect)
    [all...]
GrRRectEffect.cpp 12 #include "GrConvexPolyEffect.h"
637 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
648 return GrConvexPolyEffect::Create(edgeType, rrect.getBounds());
    [all...]
  /external/chromium_org/third_party/skia/gm/
convexpolyeffect.cpp 23 #include "effects/GrConvexPolyEffect.h"
64 for (int i = 0; i < GrConvexPolyEffect::kMaxEdges; ++i) {
65 SkScalar angle = 2 * SK_ScalarPI * i / GrConvexPolyEffect::kMaxEdges;
131 SkAutoTUnref<GrFragmentProcessor> fp(GrConvexPolyEffect::Create(edgeType, p));
183 SkAutoTUnref<GrFragmentProcessor> fp(GrConvexPolyEffect::Create(edgeType, rect));
  /external/skia/gm/
convexpolyeffect.cpp 23 #include "effects/GrConvexPolyEffect.h"
70 for (int i = 0; i < GrConvexPolyEffect::kMaxEdges; ++i) {
71 SkScalar angle = 2 * SK_ScalarPI * i / GrConvexPolyEffect::kMaxEdges;
138 SkAutoTUnref<GrEffectRef> effect(GrConvexPolyEffect::Create(edgeType, p));
190 SkAutoTUnref<GrEffectRef> effect(GrConvexPolyEffect::Create(edgeType, rect));
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 21 #include "effects/GrConvexPolyEffect.h"
173 fp.reset(GrConvexPolyEffect::Create(edgeType, iter.get()->getPath(),
185 fp.reset(GrConvexPolyEffect::Create(edgeType, rect));
    [all...]
  /external/skia/src/gpu/
GrClipMaskManager.cpp 21 #include "effects/GrConvexPolyEffect.h"
171 effect.reset(GrConvexPolyEffect::Create(edgeType, iter.get()->getPath(),
183 effect.reset(GrConvexPolyEffect::Create(edgeType, rect));
    [all...]
  /external/skia/
Android.mk 454 src/gpu/effects/GrConvexPolyEffect.cpp \
  /external/chromium_org/skia/
skia_library.target.darwin-arm.mk 384 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.darwin-arm64.mk 384 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.darwin-mips.mk 384 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.darwin-mips64.mk 384 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.darwin-x86.mk 385 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.darwin-x86_64.mk 385 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.linux-arm.mk 384 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.linux-arm64.mk 384 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.linux-mips.mk 384 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.linux-mips64.mk 384 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.linux-x86.mk 385 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \
skia_library.target.linux-x86_64.mk 385 third_party/skia/src/gpu/effects/GrConvexPolyEffect.cpp \

Completed in 352 milliseconds