Home
last modified time | relevance | path

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

/external/skia/tests/
DPathOpsExtendedTest.h32 extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths);
DPathOpsExtendedTest.cpp233 bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths) { in drawAsciiPaths() function
312 drawAsciiPaths(scaledOne, scaledTwo, false); in showPathOpPath()