Home
last modified time | relevance | path

Searched refs:ShouldDrawTextAsPaths (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkDraw.h116 static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&);
DSkDraw.cpp1392 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) { in ShouldDrawTextAsPaths() function in SkDraw
1574 if (ShouldDrawTextAsPaths(paint, *fMatrix)) { in drawText()
1652 if (ShouldDrawTextAsPaths(paint, *fMatrix)) { in drawPosText()
DSkPaint.cpp686 if (paint.isLinearText() || SkDraw::ShouldDrawTextAsPaths(paint, SkMatrix::I())) { in SkCanonicalizePaint()
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp29 !SkDraw::ShouldDrawTextAsPaths(skPaint, viewMatrix); in canDraw()
206 } else if (SkDraw::ShouldDrawTextAsPaths(runPaint, viewMatrix)) { in RegenerateTextBlob()