Home
last modified time | relevance | path

Searched refs:getPathOp (Results 1 – 4 of 4) sorted by relevance

/external/skia/modules/pathkit/tests/
Dpathops.spec.js103 function getPathOp(str) { function
132 let combined = path1.op(path2, getPathOp(test.op));
/external/skqp/modules/pathkit/tests/
Dpathops.spec.js114 function getPathOp(str) { function
142 let combined = path1.op(path2, getPathOp(test.op));
/external/skia/tools/fonts/
DTestSVGTypeface.h66 virtual bool getPathOp(SkColor, SkPathOp*) const = 0;
DTestSVGTypeface.cpp302 bool getPathOp(SkColor color, SkPathOp* op) const override { in Default() function in TestSVGTypeface::Default::DefaultTypeface
356 bool getPathOp(SkColor color, SkPathOp* op) const override { in Planets() function in TestSVGTypeface::Planets::PlanetTypeface
1307 if (fTypeface.getPathOp(color, &op)) { in onDrawPath()