Home
last modified time | relevance | path

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

/third_party/skia/modules/pathkit/tests/
Dpathops.spec.js103 function getPathOp(str) { function
132 let combined = path1.op(path2, getPathOp(test.op));
/third_party/skia/tools/fonts/
DTestSVGTypeface.h68 virtual bool getPathOp(SkColor, SkPathOp*) const = 0;
DTestSVGTypeface.cpp303 bool getPathOp(SkColor color, SkPathOp* op) const override { in Default() function in TestSVGTypeface::Default::DefaultTypeface
357 bool getPathOp(SkColor color, SkPathOp* op) const override { in Planets() function in TestSVGTypeface::Planets::PlanetTypeface
1308 if (fTypeface.getPathOp(color, &op)) { in onDrawPath()