Home
last modified time | relevance | path

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

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