Lines Matching refs:path
28 // Fills a path's bounding box, with subpixel outset to avoid possible T-junctions with extreme
29 // edges of the path.
180 // Create a program that draws a bounding box over the path and fills its stencil coverage
248 for (auto [pathMatrix, path, color] : *fPathDrawList) {
250 for (PathMiddleOutFanIter it(path); !it.done();) {
278 for (auto [pathMatrix, path, color] : *fPathDrawList) {
286 if (path.isInverseFillType()) {
296 vertexWriter << path.getBounds();
299 vertexWriter << path.getBounds();
337 // Stencil the rest of the path.