HomeSort by relevance Sort by last modified time
    Searched defs:GrCubicEffect (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBezierEffect.cpp 312 const GrCubicEffect& ce = drawEffect.castEffect<GrCubicEffect>();
390 const GrCubicEffect& ce = drawEffect.castEffect<GrCubicEffect>();
396 GrCubicEffect::~GrCubicEffect() {}
398 const GrBackendEffectFactory& GrCubicEffect::getFactory() const {
399 return GrTBackendEffectFactory<GrCubicEffect>::getInstance();
402 GrCubicEffect::GrCubicEffect(GrBezierEdgeType edgeType) : GrVertexEffect()
    [all...]
GrBezierEffect.h 201 class GrCubicEffect : public GrVertexEffect {
204 GR_CREATE_STATIC_EFFECT(gCubicFillAA, GrCubicEffect, (kFillAA_GrBezierEdgeType));
205 GR_CREATE_STATIC_EFFECT(gCubicHairAA, GrCubicEffect, (kHairAA_GrBezierEdgeType));
206 GR_CREATE_STATIC_EFFECT(gCubicFillNoAA, GrCubicEffect, (kFillNoAA_GrBezierEdgeType));
225 virtual ~GrCubicEffect();
243 GrCubicEffect(GrBezierEdgeType);
  /external/skia/src/gpu/effects/
GrBezierEffect.cpp 312 const GrCubicEffect& ce = drawEffect.castEffect<GrCubicEffect>();
390 const GrCubicEffect& ce = drawEffect.castEffect<GrCubicEffect>();
396 GrCubicEffect::~GrCubicEffect() {}
398 const GrBackendEffectFactory& GrCubicEffect::getFactory() const {
399 return GrTBackendEffectFactory<GrCubicEffect>::getInstance();
402 GrCubicEffect::GrCubicEffect(GrBezierEdgeType edgeType) : GrVertexEffect()
    [all...]
GrBezierEffect.h 201 class GrCubicEffect : public GrVertexEffect {
204 GR_CREATE_STATIC_EFFECT(gCubicFillAA, GrCubicEffect, (kFillAA_GrBezierEdgeType));
205 GR_CREATE_STATIC_EFFECT(gCubicHairAA, GrCubicEffect, (kHairAA_GrBezierEdgeType));
206 GR_CREATE_STATIC_EFFECT(gCubicFillNoAA, GrCubicEffect, (kFillNoAA_GrBezierEdgeType));
225 virtual ~GrCubicEffect();
243 GrCubicEffect(GrBezierEdgeType);

Completed in 51 milliseconds