Searched refs:pointfx_to_nrpoint (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/libnrtype/ |
H A D | FontInstance.cpp | 346 static inline Geom::Point pointfx_to_nrpoint(const POINTFX &p, double scale) function 414 path_builder.moveTo(pointfx_to_nrpoint(polyHeader->pfxStart, scale)); 425 path_builder.lineTo(pointfx_to_nrpoint(*p++, scale)); 434 Geom::Point this_control = pointfx_to_nrpoint(*p++, scale); 436 Geom::Point new_control = pointfx_to_nrpoint(*p++, scale); 440 Geom::Point end = pointfx_to_nrpoint(*p++, scale); 448 path_builder.curveTo(pointfx_to_nrpoint(p[0], scale), 449 pointfx_to_nrpoint(p[1], scale), 450 pointfx_to_nrpoint(p[2], scale));
|
Completed in 16 milliseconds