Lines Matching refs:GL2PSDLL_API

55 #      define GL2PSDLL_API __declspec(dllexport)  in uadecode()
57 # define GL2PSDLL_API __declspec(dllimport) in uadecode()
60 # define GL2PSDLL_API in uadecode()
63 # define GL2PSDLL_API in uadecode()
202 GL2PSDLL_API GLint gl2psBeginPage(const char *title, const char *producer, in proto_register_ua_msg()
208 GL2PSDLL_API GLint gl2psEndPage(void); in proto_register_ua_msg()
209 GL2PSDLL_API GLint gl2psSetOptions(GLint options); in proto_register_ua_msg()
210 GL2PSDLL_API GLint gl2psGetOptions(GLint *options); in proto_register_ua_msg()
211 GL2PSDLL_API GLint gl2psBeginViewport(GLint viewport[4]); in proto_register_ua_msg()
212 GL2PSDLL_API GLint gl2psEndViewport(void); in proto_register_ua_msg()
213 GL2PSDLL_API GLint gl2psText(const char *str, const char *fontname, in proto_register_ua_msg()
215 GL2PSDLL_API GLint gl2psTextOpt(const char *str, const char *fontname, in proto_register_ua_msg()
217 GL2PSDLL_API GLint gl2psTextOptColor(const char *str, const char *fontname, in proto_register_ua_msg()
220 GL2PSDLL_API GLint gl2psTextOptColorBL(const char *str, const char *fontname, in proto_register_ua_msg()
223 GL2PSDLL_API GLint gl2psSpecial(GLint format, const char *str); in proto_register_ua_msg()
224 GL2PSDLL_API GLint gl2psSpecialColor(GLint format, const char *str, GL2PSrgba rgba); in proto_register_ua_msg()
225 GL2PSDLL_API GLint gl2psDrawPixels(GLsizei width, GLsizei height, in proto_register_ua_msg()
228 GL2PSDLL_API GLint gl2psEnable(GLint mode); in proto_register_ua_msg()
229 GL2PSDLL_API GLint gl2psDisable(GLint mode); in proto_register_ua_msg()
230 GL2PSDLL_API GLint gl2psPointSize(GLfloat value); in proto_register_ua_msg()
231 GL2PSDLL_API GLint gl2psLineCap(GLint value); in proto_register_ua_msg()
232 GL2PSDLL_API GLint gl2psLineJoin(GLint value); in proto_register_ua_msg()
233 GL2PSDLL_API GLint gl2psLineWidth(GLfloat value); in proto_register_ua_msg()
234 GL2PSDLL_API GLint gl2psBlendFunc(GLenum sfactor, GLenum dfactor); in proto_register_ua_msg()
235 GL2PSDLL_API GLint gl2psSorting(GLint mode); in proto_register_ua_msg()
238 GL2PSDLL_API GLint gl2psForceRasterPos(GL2PSvertex *vert); in proto_register_ua_msg()
239 GL2PSDLL_API void gl2psAddPolyPrimitive(GLshort type, GLshort numverts, in proto_register_ua_msg()
247 GL2PSDLL_API GLint gl2psDrawImageMap(GLsizei width, GLsizei height, in proto_register_ua_msg()
250 GL2PSDLL_API const char *gl2psGetFileExtension(GLint format); in proto_register_ua_msg()
251 GL2PSDLL_API const char *gl2psGetFormatDescription(GLint format); in proto_register_ua_msg()
252 GL2PSDLL_API GLint gl2psGetFileFormat(); in proto_register_ua_msg()
253 GL2PSDLL_API GLint gl2psSetTexScaling(GLfloat scaling); in proto_register_ua_msg()