Lines Matching full:matrix
69 static bool only_scale_and_translate(const SkMatrix& matrix) {
71 return (matrix.getType() & ~mask) == 0;
80 const SkMatrix& matrix) {
81 // do this first, so we have a correct inverse matrix
82 if (!this->INHERITED::setContext(device, paint, matrix)) {
283 // communicates between its matrix-proc and its sampler-proc. Until we can
341 SkMatrix matrix;
342 matrix.setIDiv(fRawBitmap.width(), fRawBitmap.height());
349 matrix.preConcat(inverse);
393 GrEffectRef* effect = GrSimpleTextureEffect::Create(texture, matrix, params);