Home
last modified time | relevance | path

Searched refs:GCursor (Results 1 – 17 of 17) sorted by relevance

/dports/print/fontforge/fontforge-20201107/fontforgeexe/
H A Dcursors.c36 GCursor ct_magplus, ct_magminus, ct_mypointer, ct_circle, ct_square, ct_triangle,
39 GCursor ct_rect, ct_elipse, ct_poly, ct_star, ct_pencil, ct_shift, ct_line,
41 GCursor ct_updown, ct_leftright, ct_nesw, ct_nwse;
42 GCursor ct_rbearing, ct_kerning, ct_lbearing;
43 GCursor ct_prohibition, ct_ddcursor, ct_features;
44 GCursor ct_spiroleft, ct_spiroright;
H A DsftextfieldP.h66 GCursor old_cursor;
H A Dcvpointer.c450 static GCursor cursors[ee_max]; in SetCur()
H A Dlookupui.c2275 GCursor cursor_current;
3435 GCursor ct = ct_mypointer; in PSTKern_Mouse()
H A Dcvpalettes.c102 static GCursor tools[cvt_max+1] = { ct_pointer }, spirotools[cvt_max+1];
H A Dmetricsview.c2825 GCursor ct; in MVMenuAutotrace()
H A Dfontview.c2728 GCursor ct=0; in FVMenuAutotrace()
H A Dcharview.c10627 GCursor ct; in CVMenuAutotrace()
/dports/print/fontforge/fontforge-20201107/inc/
H A Dgdraw.h221 ct_user, ct_user2 /* and so on */ } GCursor; typedef
239 GCursor cursor;
290 extern GCursor GDrawCreateCursor(GWindow src,GWindow mask,Color fg,Color bg,
293 extern void GDrawDestroyCursor(GDisplay *gdisp, GCursor ct);
338 extern void GDrawSetCursor(GWindow w, GCursor ct);
339 extern GCursor GDrawGetCursor(GWindow w);
/dports/print/fontforge/fontforge-20201107/gdraw/
H A DgdrawP.h182 GCursor (*createCursor)(GWindow src, GWindow mask, Color fg, Color bg, int16 x, int16 y);
184 void (*destroyCursor)(GDisplay *,GCursor);
206 void (*setCursor)(GWindow, GCursor);
207 GCursor (*getCursor)(GWindow);
H A Dgdraw.c90 GCursor GDrawCreateCursor(GWindow src,GWindow mask,Color fg,Color bg, in GDrawCreateCursor()
103 void GDrawDestroyCursor(GDisplay *gdisp, GCursor ct) { in GDrawDestroyCursor()
222 void GDrawSetCursor(GWindow w, GCursor ct) { in GDrawSetCursor()
226 GCursor GDrawGetCursor(GWindow w) { in GDrawGetCursor()
H A DggadgetP.h306 GCursor old_cursor;
404 GCursor old_cursor;
H A DgxdrawP.h140 GCursor cursor;
H A DggdkdrawP.h268 GCursor current_cursor;
H A Dggdkdraw.c55 static void GGDKDrawSetCursor(GWindow w, GCursor gcursor);
1315 static GCursor GGDKDrawCreateCursor(GWindow src, GWindow mask, Color fg, Color bg, int16 x, int16 y… in GGDKDrawCreateCursor()
1346 static void GGDKDrawDestroyCursor(GDisplay *disp, GCursor gcursor) { in GGDKDrawDestroyCursor()
1679 static void GGDKDrawSetCursor(GWindow w, GCursor gcursor) { in GGDKDrawSetCursor()
1736 static GCursor GGDKDrawGetCursor(GWindow gw) { in GGDKDrawGetCursor()
2628 GGDKDrawDestroyCursor((GDisplay *)gdisp, (GCursor)(ct_user + i)); in _GGDKDraw_DestroyDisplay()
H A Dgxdraw.c1084 static GCursor GXDrawCreateCursor(GWindow src,GWindow mask,Color fg,Color bg, in GXDrawCreateCursor()
1125 static void GXDestroyCursor(GDisplay *gdisp,GCursor ct) { in GXDestroyCursor()
1444 static void GXDrawSetCursor(GWindow w, GCursor ct) { in GXDrawSetCursor()
1453 static GCursor GXDrawGetCursor(GWindow w) { in GXDrawGetCursor()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dfontforgeui.h44 extern GCursor ct_magplus, ct_magminus, ct_mypointer,