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

/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp2107 static bool text_must_be_pathed(const SkPaint& paint, const SkMatrix& matrix) { function
2123 if (text_must_be_pathed(paint, *d.fMatrix)) {
2173 if (text_must_be_pathed(paint, *d.fMatrix)) {
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp2261 static bool text_must_be_pathed(const SkPaint& paint, const SkMatrix& matrix) { function
2277 if (text_must_be_pathed(paint, *d.fMatrix)) {
2327 if (text_must_be_pathed(paint, *d.fMatrix)) {

Completed in 115 milliseconds