Lines Matching defs:caps
222 GrProcessorSet::Analysis finalize(const GrCaps& caps, const GrAppliedClip* clip,
225 auto analysis = fProcessorSet.finalize(fColor, coverage, clip, fStencilSettings, caps,
282 void onCreateProgramInfo(const GrCaps* caps,
315 fProgramInfo = GrSimpleMeshDrawOpHelper::CreateProgramInfo(caps,
448 // at this position if the stroke has caps. The spec says we only draw this point if
484 // For EdgeAA, we bloat in X & Y for both square and round caps.
489 // For MSAA, we only bloat in Y for round caps.
524 // need to adjust this for round caps to correctly set the dashPos attrib on
629 CombineResult onCombineIfPossible(GrOp* t, SkArenaAlloc*, const GrCaps& caps) override {
701 * This effect will draw a dotted line (defined as a dashed lined with round caps and no on
855 void DashingCircleEffect::addToKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const {
859 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3;
1079 void DashingLineEffect::addToKey(const GrShaderCaps& caps, GrProcessorKeyBuilder* b) const {
1083 key |= ProgramImpl::ComputeMatrixKey(caps, fLocalMatrix) << 3;
1232 // Current we don't support round caps unless the on interval is zero
1236 // If the width of the circle caps in greater than the off interval we will pick up unwanted