Searched refs:ShouldDrawTextAsPaths (Results 1 – 4 of 4) sorted by relevance
116 static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&);
32 !SkDraw::ShouldDrawTextAsPaths(skPaint, viewMatrix); in canDraw()219 } else if (SkDraw::ShouldDrawTextAsPaths(runPaint, viewMatrix)) { in RegenerateTextBlob()
1394 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) { in ShouldDrawTextAsPaths() function in SkDraw1576 if (ShouldDrawTextAsPaths(paint, *fMatrix)) { in drawText()1656 if (ShouldDrawTextAsPaths(paint, *fMatrix)) { in drawPosText()
736 if (paint.isLinearText() || SkDraw::ShouldDrawTextAsPaths(paint, SkMatrix::I())) { in SkCanonicalizePaint()