Home
last modified time | relevance | path

Searched refs:get_cursor_base (Results 1 – 5 of 5) sorted by relevance

/dports/math/R/R-4.1.2/src/extra/graphapp/
H A Dcursors.c94 static object get_cursor_base(void) in get_cursor_base() function
105 cursor c = new_object(CursorObject, hc, get_cursor_base()); in new_cursor_object()
/dports/math/libRmath/R-4.1.1/src/extra/graphapp/
H A Dcursors.c94 static object get_cursor_base(void) in get_cursor_base() function
105 cursor c = new_object(CursorObject, hc, get_cursor_base()); in new_cursor_object()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmlobject.c512 get_cursor_base (HTMLObject *self, in get_cursor_base() function
872 klass->get_cursor_base = get_cursor_base; in html_object_class_init()
1411 (* HO_CLASS (self)->get_cursor_base) (self, painter, offset, x, y); in html_object_get_cursor_base()
H A Dhtmlobject.h215 void (* get_cursor_base) (HTMLObject *self, HTMLPainter *painter, guint offset, member
H A Dhtmltext.c3046 object_class->get_cursor_base = html_text_get_cursor_base; in html_text_class_init()