Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/
H A DBKE_font.h47 typedef struct EditFont { struct
67 } EditFont; argument
/dports/graphics/blender/blender-2.91.0/source/blender/editors/curve/
H A Deditfont.c382 EditFont *ef = cu->editfont; in insert_into_textbuf()
410 EditFont *ef = cu->editfont; in text_update_edited()
445 EditFont *ef = cu->editfont; in kill_selection()
494 EditFont *ef = cu->editfont; in font_paste_wchar()
772 EditFont *ef = cu->editfont; in set_style()
875 EditFont *ef = cu->editfont; in font_select_all_exec()
1123 EditFont *ef = cu->editfont; in move_cursor()
1314 EditFont *ef = cu->editfont; in change_spacing_exec()
1382 EditFont *ef = cu->editfont; in change_character_exec()
1440 EditFont *ef = cu->editfont; in line_break_exec()
[all …]
H A Deditfont_undo.c227 EditFont *ef = cu->editfont; in undofont_to_editfont()
255 EditFont *ef = cu->editfont; in undofont_from_editfont()
319 EditFont *ef = cu->editfont; in editfont_object_from_context()
/dports/net/olsrd/olsrd-0.9.8/gui/win32/Main/
H A DMyDialog1.cpp142 EditFont.CreatePointFont(90, "Courier New", NULL); in OnInitDialog()
143 m_OutputWindow.SetFont(&EditFont); in OnInitDialog()
H A DMyDialog1.h98 CFont EditFont; variable
H A DMyDialog2.h126 DECLARE_MESSAGE_MAP() CFont EditFont;
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_curve_types.h35 struct EditFont;
290 struct EditFont *editfont;
/dports/x11-fm/filerunner/filerunner/
H A Deditfont.tcl6 proc EditFont {font} { procedure
H A DtclIndex128 set auto_index(EditFont) [list source [file join $dir editfont.tcl]]
H A Dfr1402 set newGui [EditFont ListBoxFont]
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_edit_text.c93 EditFont *ef = cu->editfont; in edit_text_cache_populate_select()
138 EditFont *edit_font = cu->editfont; in edit_text_cache_populate_cursor()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dfont.c614 EditFont *ef = cu->editfont; in BKE_vfont_select_get()
654 EditFont *ef = cu->editfont; in BKE_vfont_select_clamp()
754 EditFont *ef = cu->editfont; in vfont_to_curve()
H A Dcurve.c344 EditFont *ef = cu->editfont; in BKE_curve_editfont_free()
5511 EditFont *ef = cu->editfont; in BKE_curve_material_remap()
H A Dobject.c1056 EditFont *ef = ((Curve *)id)->editfont; in BKE_object_data_editmode_flush_ptr_get()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwsstdctrls.pp1036 EditFont: TFont;
1048 EditFont := CreateEmulatedTextHintFont(AWinControl);
1050 SetFont(AWinControl, EditFont);
1052 EditFont.Free;
/dports/editors/lazarus/lazarus/lcl/interfaces/qt/
H A Dqtwsstdctrls.pp1057 EditFont: TFont;
1069 EditFont := TCustomEdit(AWinControl).CreateEmulatedTextHintFont;
1071 SetFont(AWinControl, EditFont);
1073 EditFont.Free;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt/
H A Dqtwsstdctrls.pp1057 EditFont: TFont;
1069 EditFont := TCustomEdit(AWinControl).CreateEmulatedTextHintFont;
1071 SetFont(AWinControl, EditFont);
1073 EditFont.Free;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt/
H A Dqtwsstdctrls.pp1036 EditFont: TFont;
1048 EditFont := CreateEmulatedTextHintFont(AWinControl);
1050 SetFont(AWinControl, EditFont);
1052 EditFont.Free;
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32callback.inc1318 EditFont: TFont;
1350 EditFont := TAccessCustomEdit(ChildWinControl).CreateEmulatedTextHintFont;
1352 WindowColor := EditFont.Color;
1354 EditFont.Free;
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32callback.inc1318 EditFont: TFont;
1350 EditFont := TAccessCustomEdit(ChildWinControl).CreateEmulatedTextHintFont;
1352 WindowColor := EditFont.Color;
1354 EditFont.Free;
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_cache_impl_curve.c187 EditFont *edit_font;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32callback.inc1370 EditFont: TFont;
1402 EditFont := CreateEmulatedTextHintFont(ChildWinControl);
1404 WindowColor := EditFont.Color;
1406 EditFont.Free;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32callback.inc1370 EditFont: TFont;
1402 EditFont := CreateEmulatedTextHintFont(ChildWinControl);
1404 WindowColor := EditFont.Color;
1406 EditFont.Free;
/dports/graphics/blender/blender-2.91.0/source/blender/editors/render/
H A Drender_shading.c330 EditFont *ef = ((Curve *)ob->data)->editfont; in material_slot_assign_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_edit.c335 EditFont *ef = cu->editfont; in view3d_orbit_calc_center()