Searched refs:DashingLineEffect (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/gpu/effects/ |
D | GrDashingEffect.cpp | 996 class DashingLineEffect : public GrGeometryProcessor { class 1028 DashingLineEffect(GrColor, DashAAMode aaMode, const SkMatrix& localMatrix); 1063 this->setTransformDataHelper<DashingLineEffect>(primProc, pdman, index, transforms); in setTransformData() 1078 const DashingLineEffect& de = args.fGP.cast<DashingLineEffect>(); in onEmitCode() 1161 const DashingLineEffect& de = gp.cast<DashingLineEffect>(); in GenKey() 1170 GrGeometryProcessor* DashingLineEffect::Create(GrColor color, in Create() 1173 return SkNEW_ARGS(DashingLineEffect, (color, aaMode, localMatrix)); in Create() 1176 void DashingLineEffect::getGLProcessorKey(const GrBatchTracker& bt, in getGLProcessorKey() 1182 GrGLPrimitiveProcessor* DashingLineEffect::createGLInstance(const GrBatchTracker& bt, in createGLInstance() 1187 DashingLineEffect::DashingLineEffect(GrColor color, in DashingLineEffect() function in DashingLineEffect [all …]
|