• Home
  • Raw
  • Download

Lines Matching refs:ctm

179     SkMatrix matrix = this->ctm();  in filterTexture()
283 this->ctm(), &grPaint)) { in drawPaint()
287 fRenderTargetContext->drawPaint(this->clip(), std::move(grPaint), this->ctm()); in drawPaint()
316 this->ctm(), &grPaint)) { in drawPoints()
324 this->ctm(), path, style); in drawPoints()
329 bool isHairline = (0 == width) || (1 == width && this->ctm().getMinMaxScales(scales) && in drawPoints()
338 draw.fMatrix = &this->ctm(); in drawPoints()
346 const SkMatrix* viewMatrix = &this->ctm(); in drawPoints()
386 this->clip(), paint, this->ctm(), shape); in drawRect()
392 this->ctm(), &grPaint)) { in drawRect()
397 this->ctm(), rect, &style); in drawRect()
431 this->ctm(), clip, nullptr); in tmp_drawEdgeAAQuad()
435 this->ctm(), rect); in tmp_drawEdgeAAQuad()
459 this->clip(), paint, this->ctm(), shape); in drawRRect()
467 this->ctm(), &grPaint)) { in drawRRect()
472 this->ctm(), rrect, style); in drawRRect()
492 this->ctm(), &grPaint)) { in drawDRRect()
497 GrAA(paint.isAntiAlias()), this->ctm(), outer, inner); in drawDRRect()
512 paint, this->ctm(), shape); in drawDRRect()
528 this->ctm(), &grPaint)) { in drawRegion()
533 this->ctm(), region, GrStyle(paint)); in drawRegion()
548 this->ctm(), &grPaint)) { in drawOval()
553 this->ctm(), oval, GrStyle(paint)); in drawOval()
566 this->ctm(), &grPaint)) { in drawArc()
571 this->ctm(), oval, startAngle, sweepAngle, useCenter, in drawArc()
618 m.postConcat(this->ctm()); in drawStrokedLine()
636 this->ctm().preservesRightAngles() && origSrcPath.isLine(points)) { in drawPath()
638 SkScalar strokeWidth = this->ctm().getMaxScale() * paint.getStrokeWidth(); in drawPath()
652 this->ctm(), &grPaint)) { in drawPath()
656 this->ctm(), origSrcPath, GrStyle(paint)); in drawPath()
664 paint, this->ctm(), shape); in drawPath()
1062 SkMatrix ctm = this->ctm(); in drawSpecial() local
1063 ctm.postTranslate(-SkIntToScalar(left), -SkIntToScalar(top)); in drawSpecial()
1064 tmpUnfiltered.setMaskFilter(tmpUnfiltered.getMaskFilter()->makeWithMatrix(ctm)); in drawSpecial()
1148 paint.getFilterQuality(), this->ctm(), srcToDstMatrix, in drawBitmapRect()
1163 if (this->shouldTileImageID(bitmap.getGenerationID(), bitmap.getSubset(), this->ctm(), in drawBitmapRect()
1166 this->drawTiledBitmap(bitmap, this->ctm(), srcToDstMatrix, *src, clippedSrcRect, in drawBitmapRect()
1172 this->drawTextureProducer(&maker, src, dst, constraint, this->ctm(), paint, true); in drawBitmapRect()
1373 fRenderTargetContext->drawImageLattice(this->clip(), std::move(grPaint), this->ctm(), in drawProducerLattice()
1504 this->ctm(), in wireframeVertices()
1528 this->ctm(), mode, hasTexs, hasColors, &grPaint)) { in drawVertices()
1531 fRenderTargetContext->drawVertices(this->clip(), std::move(grPaint), this->ctm(), in drawVertices()
1543 if (!fRenderTargetContext->drawFastShadow(this->clip(), this->ctm(), path, rec)) { in drawShadow()
1568 p, this->ctm(), (SkBlendMode)mode, &grPaint)) { in drawAtlas()
1573 this->ctm(), &grPaint)) { in drawAtlas()
1579 this->clip(), std::move(grPaint), this->ctm(), count, xform, texRect, colors); in drawAtlas()
1589 const SkMatrix& ctm = this->ctm(); in drawGlyphRunList() local
1590 if (!ctm.isFinite() || !glyphRunList.allFontsFinite()) { in drawGlyphRunList()
1594 fRenderTargetContext->drawGlyphRunList(this->clip(), ctm, glyphRunList); in drawGlyphRunList()
1602 const SkMatrix& ctm = canvas->getTotalMatrix(); in drawDrawable() local
1603 const SkMatrix& combinedMatrix = matrix ? SkMatrix::Concat(ctm, *matrix) : ctm; in drawDrawable()