Searched refs:ShouldDrawTextAsPaths (Results 1 – 4 of 4) sorted by relevance
116 static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&);
1392 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) { in ShouldDrawTextAsPaths() function in SkDraw1574 if (ShouldDrawTextAsPaths(paint, *fMatrix)) { in drawText()1652 if (ShouldDrawTextAsPaths(paint, *fMatrix)) { in drawPosText()
686 if (paint.isLinearText() || SkDraw::ShouldDrawTextAsPaths(paint, SkMatrix::I())) { in SkCanonicalizePaint()
29 !SkDraw::ShouldDrawTextAsPaths(skPaint, viewMatrix); in canDraw()206 } else if (SkDraw::ShouldDrawTextAsPaths(runPaint, viewMatrix)) { in RegenerateTextBlob()