Searched refs:curveto (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/libs/pdflib/bind/pdflib/cpp/
H A Dpdflib.hpp164 void curveto(float x1, float y1, float x2, float y2, float x3, float y3)
H A Dpdflib.cpp555 PDFlib::curveto(float x1, float y1, float x2, float y2, float x3, float y3)
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgs.h652 int (*curveto) (hpgs_device *_this, const hpgs_point *p1, member in struct:hpgs_device_vtable_st
729 /*! PostScript curveto on the device. */
787 { return _this->vtable->curveto(_this,p1,p2,p3); }
H A Dhpgsfont.c2087 using the given moveto/linto/curveto functions and
2109 to the given device by issuing moveto/linto/curveto/fill operations.
2124 (hpgs_curveto_func_t)device->vtable->curveto,
2134 using the given moveto/linto/curveto/fill functions and
2191 to the given device by issuing moveto/linto/curveto/fill operations.
2202 (hpgs_curveto_func_t)device->vtable->curveto,
/haiku-fatelf/src/libs/pdflib/bind/pdflib/java/
H A Dpdflib.java475 public final void curveto( method in class:pdflib

Completed in 139 milliseconds