Lines Matching full:matrix
308 const SkMatrix& matrix, const SkPaint& paint) {
309 draw.drawBitmap(bitmap, matrix, paint);
316 SkMatrix matrix;
322 // Compute matrix from the two rectangles
328 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
341 matrix.mapRect(&tmpDst, tmpSrc);
354 // Since we did an extract, we need to adjust the matrix accordingly
363 matrix.preTranslate(dx, dy);
375 // matrix with the CTM, and try to call drawSprite if it can. If not,
377 this->drawBitmap(draw, *bitmapPtr, matrix, paint);
385 &matrix);
417 const SkMatrix* matrix,
419 draw.drawTextOnPath((const char*)text, len, path, matrix, paint);