Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkDraw.h116 static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&);
/external/skia/src/gpu/text/
DGrAtlasTextContext.cpp32 !SkDraw::ShouldDrawTextAsPaths(skPaint, viewMatrix); in canDraw()
219 } else if (SkDraw::ShouldDrawTextAsPaths(runPaint, viewMatrix)) { in RegenerateTextBlob()
/external/skia/src/core/
DSkDraw.cpp1394 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) { in ShouldDrawTextAsPaths() function in SkDraw
1576 if (ShouldDrawTextAsPaths(paint, *fMatrix)) { in drawText()
1656 if (ShouldDrawTextAsPaths(paint, *fMatrix)) { in drawPosText()
DSkPaint.cpp736 if (paint.isLinearText() || SkDraw::ShouldDrawTextAsPaths(paint, SkMatrix::I())) { in SkCanonicalizePaint()