Lines Matching refs:path
242 // represents a distance along the path measured in the current user coordinate
249 // along the entire path."
378 // Quick & dirty way to "skip" rendering of glyphs off path.
391 // We're in a textPath scope, reposition the glyph on path.
399 // In addition to the path matrix, the final glyph matrix also includes:
403 // -- explicit rotation adjustment (composing with the path glyph rotation)
621 it.font().getPaths(it.glyphs(), it.glyphCount(), [](const SkPath* path,
627 if (!path) {
635 get_paths_ctx->builder.addPath(path->makeTransform(glyph_matrix));
645 auto path = builder.detach();
646 this->mapToParent(&path);
648 return path;