Home | History | Annotate | Download | only in effects

Lines Matching refs:localMatrix

244                                            const SkMatrix& localMatrix);
774 const SkMatrix& localMatrix);
788 const SkMatrix& localMatrix() const { return fLocalMatrix; }
800 DashingCircleEffect(GrColor, DashAAMode aaMode, const SkMatrix& localMatrix);
882 this->emitTransforms(args.fPB, gpArgs->fPositionVar, dce.inPosition()->fName, dce.localMatrix(),
923 key |= local.fUsesLocalCoords && dce.localMatrix().hasPerspective() ? 0x1 : 0x0;
932 const SkMatrix& localMatrix) {
933 return SkNEW_ARGS(DashingCircleEffect, (color, aaMode, localMatrix));
949 const SkMatrix& localMatrix)
951 , fLocalMatrix(localMatrix)
1002 const SkMatrix& localMatrix);
1016 const SkMatrix& localMatrix() const { return fLocalMatrix; }
1028 DashingLineEffect(GrColor, DashAAMode aaMode, const SkMatrix& localMatrix);
1105 this->emitTransforms(args.fPB, gpArgs->fPositionVar, de.inPosition()->fName, de.localMatrix(),
1163 key |= local.fUsesLocalCoords && de.localMatrix().hasPerspective() ? 0x1 : 0x0;
1172 const SkMatrix& localMatrix) {
1173 return SkNEW_ARGS(DashingLineEffect, (color, aaMode, localMatrix));
1189 const SkMatrix& localMatrix)
1191 , fLocalMatrix(localMatrix)
1221 const SkMatrix& localMatrix) {
1224 return DashingCircleEffect::Create(color, dashAAMode, localMatrix);
1226 return DashingLineEffect::Create(color, dashAAMode, localMatrix);