Searched refs:ShouldDrawTextAsPaths (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/core/
H A DSkDraw.h119 static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&, SkScalar sizeLimit = 1024);
H A DSkDraw.cpp1365 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm, SkScalar sizeLimit) { function in class:SkDraw
1548 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
1626 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
H A DSkPaint.cpp682 if (paint.isLinearText() || SkDraw::ShouldDrawTextAsPaths(paint, SkMatrix::I())) {
/external/skqp/src/core/
H A DSkDraw.h118 static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&, SkScalar sizeLimit = 1024);
H A DSkDraw.cpp1338 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm, SkScalar sizeLimit) { function in class:SkDraw
1521 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
1599 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
H A DSkPaint.cpp682 if (paint.isLinearText() || SkDraw::ShouldDrawTextAsPaths(paint, SkMatrix::I())) {
/external/skia/src/gpu/text/
H A DGrAtlasTextContext.cpp382 if (SkDraw::ShouldDrawTextAsPaths(paint, viewMatrix)) {
422 if (SkDraw::ShouldDrawTextAsPaths(paint, viewMatrix)) {
/external/skqp/src/gpu/text/
H A DGrAtlasTextContext.cpp58 !SkDraw::ShouldDrawTextAsPaths(skPaint, viewMatrix, fontCache->getGlyphSizeLimit());
238 } else if (SkDraw::ShouldDrawTextAsPaths(runPaint, viewMatrix)) {

Completed in 436 milliseconds