Searched defs:ShouldDrawTextAsPaths (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp1376 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) { function in class:SkDraw
1572 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
1720 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
/external/skia/src/core/
H A DSkDraw.cpp1363 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) { function in class:SkDraw
1559 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
1707 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {

Completed in 38 milliseconds