Searched refs:GrCubicEffect (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrBezierEffect.h | 221 class GrCubicEffect : public GrGeometryProcessor { 232 return new GrCubicEffect(color, viewMatrix, kFillAA_GrProcessorEdgeType); in Create() 237 return new GrCubicEffect(color, viewMatrix, kHairlineAA_GrProcessorEdgeType); in Create() 239 return new GrCubicEffect(color, viewMatrix, kFillBW_GrProcessorEdgeType); in Create() 245 virtual ~GrCubicEffect(); 263 GrCubicEffect(GrColor, const SkMatrix& viewMatrix, GrPrimitiveEdgeType);
|
D | GrBezierEffect.cpp | 521 const GrCubicEffect& ce = primProc.cast<GrCubicEffect>(); in setData() 550 const GrCubicEffect& ce = processor.cast<GrCubicEffect>(); in GrGLCubicEffect() 556 const GrCubicEffect& gp = args.fGP.cast<GrCubicEffect>(); in onEmitCode() 684 const GrCubicEffect& ce = gp.cast<GrCubicEffect>(); in GenKey() 693 GrCubicEffect::~GrCubicEffect() {} in ~GrCubicEffect() 695 void GrCubicEffect::getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const { in getGLSLProcessorKey() 699 GrGLSLPrimitiveProcessor* GrCubicEffect::createGLSLInstance(const GrGLSLCaps&) const { in createGLSLInstance() 703 GrCubicEffect::GrCubicEffect(GrColor color, const SkMatrix& viewMatrix, in GrCubicEffect() function in GrCubicEffect 708 this->initClassID<GrCubicEffect>(); in GrCubicEffect() 717 GR_DEFINE_GEOMETRY_PROCESSOR_TEST(GrCubicEffect); [all …]
|
/external/skia/gm/ |
D | beziereffects.cpp | 165 gp.reset(GrCubicEffect::Create(color, SkMatrix::I(), et, in onDraw()
|