Home
last modified time | relevance | path

Searched refs:text_obj (Results 1 – 25 of 158) sorted by relevance

1234567

/dports/games/foobillard/foobillard-3.0a/src/
H A Dmenu.c37 menu->entry[menu->nr].text_obj = (textObj *)0; in menu_add_submenu()
64 menu->entry[menu->nr].text_obj = (textObj *)0; in menu_add_entry()
84 menu->entry[menu->nr].text_obj = (textObj *)0; in menu_add_arg_entry()
140 if( entry->text_obj != (textObj *)0 ){ in menu_entry_set_text()
143 textObj_setText( entry->text_obj, str ); in menu_entry_set_text()
156 if( entry->text_obj != (textObj *)0 ){ in menu_entry_set_settingtext()
159 textObj_setText( entry->text_obj, str ); in menu_entry_set_settingtext()
176 if( entry->text_obj == (textObj *)0 ){ in menu_create_textobj()
326 if( entry->text_obj == (textObj *)0 ){ in menu_draw_entry()
329 textObj_draw_centered(entry->text_obj); in menu_draw_entry()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Defl_ui_internal_text_scroller.c39 Efl_Canvas_Textblock *text_obj; member
93 if (sd->text_obj) in _efl_ui_internal_text_scroller_efl_canvas_group_group_calculate()
100 efl_event_freeze(sd->text_obj); in _efl_ui_internal_text_scroller_efl_canvas_group_group_calculate()
102 efl_gfx_entity_size_set(sd->text_obj, view.size); in _efl_ui_internal_text_scroller_efl_canvas_group_group_calculate()
103 fsz = efl_canvas_textblock_size_formatted_get(sd->text_obj); in _efl_ui_internal_text_scroller_efl_canvas_group_group_calculate()
105 efl_gfx_entity_size_set(sd->text_obj, sz); in _efl_ui_internal_text_scroller_efl_canvas_group_group_calculate()
106 efl_event_thaw(sd->text_obj); in _efl_ui_internal_text_scroller_efl_canvas_group_group_calculate()
153 Efl_Canvas_Textblock *text_obj, in _efl_ui_internal_text_scroller_initialize() argument
162 sd->text_obj = text_obj; in _efl_ui_internal_text_scroller_initialize()
H A Defl_ui_textpath.c57 Evas_Object *text_obj; member
105 r = efl_gfx_entity_geometry_get(pd->text_obj); in _segment_draw()
287 r = efl_gfx_entity_geometry_get(pd->text_obj); in _text_on_line_draw()
338 sz = efl_gfx_entity_size_get(pd->text_obj); in _text_draw()
392 evas_object_map_set(pd->text_obj, map); in _text_draw()
568 if (!pd->text_obj) return; in _ellipsis_set()
614 r = efl_gfx_entity_geometry_get(pd->text_obj); in _path_start_angle_adjust()
715 evas_object_smart_member_add(priv->text_obj, obj); in _efl_ui_textpath_efl_canvas_group_group_add()
716 elm_widget_sub_object_add(obj, priv->text_obj); in _efl_ui_textpath_efl_canvas_group_group_add()
739 if (pd->text_obj) evas_object_del(pd->text_obj); in _efl_ui_textpath_efl_object_destructor()
[all …]
H A Defl_ui_textbox.c1290 Eo *text_obj = sd->text_obj; in _start_handler_mouse_down_cb() local
1367 Eo *text_obj = sd->text_obj; in _end_handler_mouse_down_cb() local
1653 Eo *text_obj; in _efl_ui_textbox_efl_object_constructor() local
1677 sd->text_obj = text_obj; in _efl_ui_textbox_efl_object_constructor()
2202 Eo *text_obj = pd->text_obj; in _efl_ui_textbox_efl_access_text_access_text_get() local
2298 Eo *text_obj = pd->text_obj; in _efl_ui_textbox_efl_access_text_offset_at_point_get() local
2331 Eo *text_obj = pd->text_obj; in _efl_ui_textbox_efl_access_text_character_extents_get() local
2363 Eo *text_obj = pd->text_obj; in _efl_ui_textbox_efl_access_text_range_extents_get() local
2571 Eo *text_obj = pd->text_obj; in _efl_ui_textbox_efl_access_editable_text_delete() local
2710 text_obj = sd->text_obj; in _update_text_cursors()
[all …]
/dports/textproc/p5-PDF-API2-Simple/PDF-API2-Simple-1.1.5/lib/PDF/API2/
H A DSimple.pm179 my $text_obj = $self->current_page->text();
186 $text_obj->font( $font, $font_size );
187 $text_obj->strokecolor( $stroke_color );
188 $text_obj->fillcolor( $fill_color );
190 return $text_obj;
196 $text_obj->translate( $x, $y );
199 my $width = $text_obj->text_center( $text );
213 my $width = $text_obj->text_right( $text );
226 my $width = $text_obj->text( $text );
233 return $text_obj->text( $text );
[all …]
/dports/devel/efl/efl-1.25.1/src/examples/evas/
H A Devas-images2.c45 Evas_Object *logo, *noise_img, *proxy_img, *text_obj, *bg; member
184 else if (source == d.noise_img) source = d.text_obj; in _on_keydown()
291 d.text_obj = evas_object_textblock_add(d.evas); in main()
292 evas_object_textblock_text_markup_set(d.text_obj, "Hello world! :)"); in main()
295 evas_object_textblock_style_set(d.text_obj, st); in main()
296 evas_object_move(d.text_obj, WIDTH / 16, HEIGHT * 9 / 16); in main()
297 evas_object_resize(d.text_obj, WIDTH / 4, 0); in main()
298 evas_object_show(d.text_obj); in main()
/dports/astro/py-metpy/MetPy-1.1.0/src/metpy/plots/
H A D_mpl.py77 text_obj = TextCollection(x, y, texts, offset=loc, **new_kw)
91 self.add_artist(text_obj)
96 text_obj.clipbox = self.bbox
98 self.update_datalim(text_obj.get_datalim(self.transData))
100 return text_obj
/dports/devel/efl/efl-1.25.1/src/lib/evas/canvas/
H A Defl_text_cursor_object.c12 Efl_Canvas_Object *text_obj; member
121 pd_dest->text_obj = pd->text_obj; in _efl_text_cursor_object_copy()
451 void efl_text_cursor_object_text_object_set(Eo *cursor, Eo *canvas_text_obj, Eo *text_obj) in efl_text_cursor_object_text_object_set() argument
458 pd->text_obj = text_obj; in efl_text_cursor_object_text_object_set()
476 return pd->text_obj; in _efl_text_cursor_object_text_object_get()
488 if (pd->text_obj) in _efl_text_cursor_object_efl_object_destructor()
490 pd->text_obj = NULL; in _efl_text_cursor_object_efl_object_destructor()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/accessibility/
H A Dbrowser_accessibility_android_unittest.cc100 BrowserAccessibility* text_obj = manager->GetFromID(111); in TEST_F() local
101 EXPECT_TRUE(text_obj->PlatformIsLeaf()); in TEST_F()
102 EXPECT_FALSE(text_obj->CanFireEvents()); in TEST_F()
104 text_obj, BrowserAccessibilityManager::RetargetEventType:: in TEST_F()
139 BrowserAccessibility* text_obj = manager->GetFromID(111); in TEST_F() local
140 EXPECT_TRUE(text_obj->PlatformIsLeaf()); in TEST_F()
141 EXPECT_FALSE(text_obj->CanFireEvents()); in TEST_F()
143 text_obj, BrowserAccessibilityManager::RetargetEventType:: in TEST_F()
179 BrowserAccessibility* text_obj = manager->GetFromID(111); in TEST_F() local
180 EXPECT_TRUE(text_obj->PlatformIsLeaf()); in TEST_F()
[all …]
/dports/graphics/p5-Chart-Graph/Chart-Graph-3.2/xrt2d/
H A Dxrt_2d.c48 XrtTextHandle text_obj; in graph_xrt_bar() local
91 text_obj = XrtTextAreaCreate(graph); in graph_xrt_bar()
92 XrtTextAreaSetValues(text_obj, in graph_xrt_bar()
/dports/databases/py-qt5-sql/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/www/py-qt5-websockets/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/www/py-qt5-webkit/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/x11-toolkits/py-qt5-quickwidgets/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/net/py-qt5-network/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/devel/py-qt5-test/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/devel/py-qt5-remoteobjects/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/misc/py-qt5-demo/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);
/dports/lang/py-qt5-qml/PyQt5-5.15.4/sip/QtGui/
H A Dqclipboard.sip56 PyObject *text_obj = sipConvertFromNewType(text, sipType_QString, NULL);
59 if (text_obj && subtype_obj)
60 sipRes = PyTuple_Pack(2, text_obj, subtype_obj);
62 Py_XDECREF(text_obj);

1234567