Home
last modified time | relevance | path

Searched refs:drawAsciiPaths (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/tests/
DPathOpsExtendedTest.h33 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
DPathOpsExtendedTest.cpp189 bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths) { in drawAsciiPaths() function
265 drawAsciiPaths(scaledOne, scaledTwo, true); in showPathOpPath()