Lines Matching refs:ctm
184 SkMatrix matrix = this->ctm(); in filterTexture()
288 this->ctm(), &grPaint)) { in drawPaint()
292 fRenderTargetContext->drawPaint(this->clip(), std::move(grPaint), this->ctm()); in drawPaint()
321 this->ctm(), &grPaint)) { in drawPoints()
329 this->ctm(), path, style); in drawPoints()
334 bool isHairline = (0 == width) || (1 == width && this->ctm().getMinMaxScales(scales) && in drawPoints()
343 draw.fMatrix = &this->ctm(); in drawPoints()
351 const SkMatrix* viewMatrix = &this->ctm(); in drawPoints()
391 this->clip(), paint, this->ctm(), shape); in drawRect()
397 this->ctm(), &grPaint)) { in drawRect()
402 this->ctm(), rect, &style); in drawRect()
422 SkToGrQuadAAFlags(aa), this->ctm(), r); in drawEdgeAARect()
445 this->clip(), paint, this->ctm(), shape); in drawRRect()
453 this->ctm(), &grPaint)) { in drawRRect()
458 this->ctm(), rrect, style); in drawRRect()
478 this->ctm(), &grPaint)) { in drawDRRect()
483 GrAA(paint.isAntiAlias()), this->ctm(), outer, inner); in drawDRRect()
498 paint, this->ctm(), shape); in drawDRRect()
514 this->ctm(), &grPaint)) { in drawRegion()
519 this->ctm(), region, GrStyle(paint)); in drawRegion()
534 this->ctm(), &grPaint)) { in drawOval()
539 this->ctm(), oval, GrStyle(paint)); in drawOval()
552 this->ctm(), &grPaint)) { in drawArc()
557 this->ctm(), oval, startAngle, sweepAngle, useCenter, in drawArc()
604 m.postConcat(this->ctm()); in drawStrokedLine()
622 this->ctm().preservesRightAngles() && origSrcPath.isLine(points)) { in drawPath()
624 SkScalar strokeWidth = this->ctm().getMaxScale() * paint.getStrokeWidth(); in drawPath()
638 this->ctm(), &grPaint)) { in drawPath()
642 this->ctm(), origSrcPath, GrStyle(paint)); in drawPath()
650 paint, this->ctm(), shape); in drawPath()
803 viewMatrix.setConcat(this->ctm(), m); in drawBitmap()
1100 SkMatrix ctm = this->ctm(); in drawSpecial() local
1101 ctm.postTranslate(-SkIntToScalar(left), -SkIntToScalar(top)); in drawSpecial()
1102 tmpUnfiltered.setMaskFilter(tmpUnfiltered.getMaskFilter()->makeWithMatrix(ctm)); in drawSpecial()
1182 paint.getFilterQuality(), this->ctm(), srcToDstMatrix, in drawBitmapRect()
1197 if (this->shouldTileImageID(bitmap.getGenerationID(), bitmap.getSubset(), this->ctm(), in drawBitmapRect()
1200 this->drawTiledBitmap(bitmap, this->ctm(), srcToDstMatrix, *src, clippedSrcRect, in drawBitmapRect()
1206 this->drawTextureProducer(&maker, src, dst, constraint, this->ctm(), paint, true); in drawBitmapRect()
1337 SkMatrix viewMatrix = this->ctm(); in drawImage()
1383 this->drawTextureProducer(&maker, src, &dst, constraint, this->ctm(), paint, false); in drawImageRect()
1389 image->alphaType(), src, &dst, constraint, this->ctm(), paint); in drawImageRect()
1396 if (this->shouldTileImage(image, src, constraint, paint.getFilterQuality(), this->ctm(), in drawImageRect()
1407 this->drawTextureProducer(&maker, src, &dst, constraint, this->ctm(), paint, true); in drawImageRect()
1412 this->drawTextureProducer(&maker, src, &dst, constraint, this->ctm(), paint, true); in drawImageRect()
1479 fRenderTargetContext->drawImageLattice(this->clip(), std::move(grPaint), this->ctm(), in drawProducerLattice()
1533 sampler.filter(), mode, this->ctm(), in drawImageSet()
1664 this->ctm(), in wireframeVertices()
1688 this->ctm(), mode, hasTexs, hasColors, &grPaint)) { in drawVertices()
1691 fRenderTargetContext->drawVertices(this->clip(), std::move(grPaint), this->ctm(), in drawVertices()
1703 if (!fRenderTargetContext->drawFastShadow(this->clip(), this->ctm(), path, rec)) { in drawShadow()
1728 p, this->ctm(), (SkBlendMode)mode, &grPaint)) { in drawAtlas()
1733 this->ctm(), &grPaint)) { in drawAtlas()
1739 this->clip(), std::move(grPaint), this->ctm(), count, xform, texRect, colors); in drawAtlas()
1749 const SkMatrix& ctm = this->ctm(); in drawGlyphRunList() local
1750 if (!ctm.isFinite() || !glyphRunList.allFontsFinite()) { in drawGlyphRunList()
1754 fRenderTargetContext->drawGlyphRunList(this->clip(), ctm, glyphRunList); in drawGlyphRunList()
1762 const SkMatrix& ctm = canvas->getTotalMatrix(); in drawDrawable() local
1763 const SkMatrix& combinedMatrix = matrix ? SkMatrix::Concat(ctm, *matrix) : ctm; in drawDrawable()