Lines Matching refs:path
104 SkPath* path) {
105 // Glyph path encoding:
114 // "ks": <path data> // animatable path format, but always static
158 // Successfully parsed a static path. Whew.
159 path->addPath(path_node->getPath());
368 SkPath path;
369 if (!parse_glyph_path((*jchar)["data"], this, &path)) {
379 // Normalize the path and advance for 1pt.
380 path.transform(SkMatrix::Scale(kPtScale, kPtScale));
382 current_font->fCustomBuilder.setGlyph(glyph_id, advance * kPtScale, path);