Home | History | Annotate | Download | only in ports

Lines Matching refs:skPath

583     void                                generatePath( const SkGlyph& glyph, SkPath* path);
1370 void SkScalerContext_Mac::generatePath(const SkGlyph& glyph, SkPath* path) {
1454 { SkPath *skPath = (SkPath *) info;
1460 skPath->moveTo( element->points[0].x, -element->points[0].y);
1464 skPath->lineTo( element->points[0].x, -element->points[0].y);
1468 skPath->quadTo( element->points[0].x, -element->points[0].y,
1473 skPath->cubicTo(element->points[0].x, -element->points[0].y,
1479 skPath->close();