Lines Matching full:matrix
158 void SkDevice::setMatrixClip(const SkMatrix& matrix, const SkRegion& region,
370 const SkMatrix& matrix, const SkPaint& paint) {
371 draw.drawBitmap(bitmap, matrix, paint);
377 SkMatrix matrix;
383 // Compute matrix from the two rectangles
389 matrix.setRectToRect(tmpSrc, dst, SkMatrix::kFill_ScaleToFit);
402 matrix.mapRect(&tmpDst, tmpSrc);
415 // Since we did an extract, we need to adjust the matrix accordingly
424 matrix.preTranslate(dx, dy);
436 // matrix with the CTM, and try to call drawSprite if it can. If not,
438 this->drawBitmap(draw, *bitmapPtr, matrix, paint);
449 s->setLocalMatrix(matrix);
478 const SkMatrix* matrix,
480 draw.drawTextOnPath((const char*)text, len, path, matrix, paint);
486 const SkPath& path, const SkMatrix* matrix) {
487 draw.drawPosTextOnPath((const char*)text, len, pos, paint, path, matrix);