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

/external/chromium_org/third_party/skia/include/core/
H A DSkDraw.h121 static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&);
/external/skia/include/core/
H A DSkDraw.h121 static bool ShouldDrawTextAsPaths(const SkPaint&, const SkMatrix&);
/external/chromium_org/third_party/skia/src/core/
H A DSkDraw.cpp34 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) { function in class:SkDraw
1676 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
1905 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
/external/skia/src/core/
H A DSkDraw.cpp34 bool SkDraw::ShouldDrawTextAsPaths(const SkPaint& paint, const SkMatrix& ctm) { function in class:SkDraw
1676 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {
1905 if (ShouldDrawTextAsPaths(paint, *fMatrix)) {

Completed in 126 milliseconds