Searched defs:GrCubicEffect (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/effects/
H A DGrBezierEffect.cpp482 const GrCubicEffect& ce = primProc.cast<GrCubicEffect>();
524 const GrCubicEffect& ce = processor.cast<GrCubicEffect>();
530 const GrCubicEffect& gp = args.fGP.cast<GrCubicEffect>();
642 const GrCubicEffect& ce = gp.cast<GrCubicEffect>();
650 GrCubicEffect::~GrCubicEffect() {}
660 GrCubicEffect::GrCubicEffect(GrColor color, const SkMatrix& viewMatrix, const SkMatrix& function in class:GrCubicEffect
672 GR_DEFINE_GEOMETRY_PROCESSOR_TEST(GrCubicEffect); variable
[all...]
H A DGrBezierEffect.h224 class GrCubicEffect : public GrGeometryProcessor { class in inherits:GrGeometryProcessor
245 new GrCubicEffect(color, viewMatrix, devKLM, GrClipEdgeType::kFillAA));
248 new GrCubicEffect(color, viewMatrix, devKLM, GrClipEdgeType::kHairlineAA));
251 new GrCubicEffect(color, viewMatrix, devKLM, GrClipEdgeType::kFillBW));
257 ~GrCubicEffect() override;
275 GrCubicEffect(GrColor, const SkMatrix& viewMatrix, const SkMatrix& devKLMMatrix,
/external/skqp/src/gpu/effects/
H A DGrBezierEffect.cpp482 const GrCubicEffect& ce = primProc.cast<GrCubicEffect>();
524 const GrCubicEffect& ce = processor.cast<GrCubicEffect>();
530 const GrCubicEffect& gp = args.fGP.cast<GrCubicEffect>();
642 const GrCubicEffect& ce = gp.cast<GrCubicEffect>();
650 GrCubicEffect::~GrCubicEffect() {}
660 GrCubicEffect::GrCubicEffect(GrColor color, const SkMatrix& viewMatrix, const SkMatrix& function in class:GrCubicEffect
672 GR_DEFINE_GEOMETRY_PROCESSOR_TEST(GrCubicEffect); variable
[all...]
H A DGrBezierEffect.h224 class GrCubicEffect : public GrGeometryProcessor { class in inherits:GrGeometryProcessor
245 new GrCubicEffect(color, viewMatrix, devKLM, GrClipEdgeType::kFillAA));
248 new GrCubicEffect(color, viewMatrix, devKLM, GrClipEdgeType::kHairlineAA));
251 new GrCubicEffect(color, viewMatrix, devKLM, GrClipEdgeType::kFillBW));
257 ~GrCubicEffect() override;
275 GrCubicEffect(GrColor, const SkMatrix& viewMatrix, const SkMatrix& devKLMMatrix,

Completed in 108 milliseconds