Home | History | Annotate | Download | only in gradients

Lines Matching full:matrix

256                                            const SkMatrix& matrix) {
257 if (!this->INHERITED::setContext(device, paint, matrix)) {
272 SkBitmap* bitmap, SkMatrix* matrix, SkShader::TileMode* xy) const {
279 if (matrix) {
282 if (matrix) {
286 matrix->setSinCos(-SkScalarMul(invDiffLen, diff.fY),
289 matrix->reset();
291 matrix->preTranslate(-fCenter1.fX, -fCenter1.fY);
389 const SkMatrix& matrix,
391 AutoEffectUnref effect(SkNEW_ARGS(GrConical2Gradient, (ctx, shader, matrix, tm)));
421 const SkMatrix& matrix,
423 : INHERITED(ctx, shader, matrix, tm)
713 SkMatrix matrix;
714 if (!this->getLocalMatrix().invert(&matrix)) {
717 matrix.postTranslate(-fCenter1.fX, -fCenter1.fY);
726 matrix.postConcat(rot);
729 return GrConical2Gradient::Create(context, *this, matrix, fTileMode);