Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 68298) sorted by last modified time

12345678910>>...2732

/dports/x11-wm/wmii/wmii-3.6/cmd/
H A Dutil.c150 utflcpy(char *to, const char *from, int l) { in utflcpy()
/dports/x11-wm/wmii/wmii-3.6/cmd/wmii/
H A Darea.c184 send_to_area(Area *to, Frame *f) { in send_to_area()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/
H A Dxmlproc.c252 int from , to ; in convert_xml_tag() local
/dports/x11-wm/jewel/jewel-0.12.41/goodies/setrootimage/
H A Dsetrootimage.cc91 BColor to, from; in main() local
H A Dimage.hh73 BColor bg, from, to; member in BImage
/dports/x11-wm/compizconfig-backend-gconf/compizconfig-backend-gconf-0.8.8/settings-backend/
H A Dgconf.c672 const gchar *to, in copyGconfValues()
736 const gchar *to, in copyGconfRecursively()
786 const gchar *to, in copyGconfTree()
/dports/x11-wm/blackbox/blackbox-0.70.1/lib/
H A DImage.cc596 const Color from = texture.color1(), to = texture.color2(); in render() local
1196 void bt::Image::dgradient(const Color &from, const Color &to, in dgradient()
1287 void bt::Image::hgradient(const Color &from, const Color &to, in hgradient()
1364 void bt::Image::vgradient(const Color &from, const Color &to, in vgradient()
1417 void bt::Image::pgradient(const Color &from, const Color &to, in pgradient()
1519 void bt::Image::rgradient(const Color &from, const Color &to, in rgradient()
1627 void bt::Image::egradient(const Color &from, const Color &to, in egradient()
1735 void bt::Image::pcgradient(const Color &from, const Color &to, in pcgradient()
1843 void bt::Image::cdgradient(const Color &from, const Color &to, in cdgradient()
/dports/x11-wm/libcompizconfig/libcompizconfig-0.8.8/src/
H A Dmain.c695 copyValue (CCSSettingValue * from, CCSSettingValue * to) in copyValue()
/dports/x11-wm/wmakerconf/wmakerconf-2.12/src/
H A Dtexture.c1608 char *to = g_strdup ("white"); in show_texture_dialog() local
1669 char *to = g_strdup ("white"); in show_texture_dialog() local
/dports/x11-wm/lxappearance-obconf/lxappearance-obconf-0.2.3/src/
H A Darchive.c82 const gchar *to) in create_theme_archive()
174 static gchar* install_theme_to(const gchar *file, const gchar *to) in install_theme_to()
/dports/x11-wm/wmii-devel/wmii+ixp-3.9.2/cmd/wmii/
H A Devent.c191 print_focus(const char *fn, Client *c, const char *to) { in print_focus()
/dports/x11-wm/obconf-qt/obconf-qt-0.16.1/src/
H A Darchive.cpp62 const gchar *to) in create_theme_archive()
157 static gchar* install_theme_to(const gchar *file, const gchar *to) in install_theme_to()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/wayland/
H A Dgdkdevice-wayland.c643 GdkSurface *to, in device_emit_grab_crossing()
/dports/x11-toolkits/Xaw3d/xc/lib/Xaw3d/
H A DText.c3429 XawTextInvalidate(Widget w, XawTextPosition from, XawTextPosition to) in XawTextInvalidate()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gdk/wayland/
H A Dgdkdevice-wayland.c717 GdkWindow *to, in device_emit_grab_crossing()
/dports/x11-toolkits/plib/plib-1.8.5/src/net/
H A DnetSocket.cxx288 int flags, const netAddress* to ) in sendto()
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/devices/
H A DSoQtKeyboard.cpp77 SoKeyboardEvent::Key to; // So val member
/dports/x11-toolkits/soqt/soqt/src/Inventor/Qt/common/viewers/
H A DSoGuiExaminerViewer.cpp.in539 SbVec3f to = PRIVATE(this)->spinprojector->project(posn); local
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DARMv7Assembler.h475 LinkRecord(intptr_t from, intptr_t to, JumpType type, Condition condition) in LinkRecord()
491 intptr_t to() const { return data.realTypes.m_to; } in to() function
2045 JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to) in computeJumpType()
2089 JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) in computeJumpType()
2111 void ALWAYS_INLINE link(LinkRecord& record, uint8_t* from, uint8_t* to) in link()
2158 void linkJump(AssemblerLabel from, AssemblerLabel to, JumpType type, Condition condition) in linkJump()
2165 static void linkJump(void* code, AssemblerLabel from, void* to) in linkJump()
2173 static void linkCall(void* code, AssemblerLabel from, void* to) in linkCall()
2187 static void relinkJump(void* from, void* to) in relinkJump()
2197 static void relinkCall(void* from, void* to) in relinkCall()
[all …]
H A DARM64Assembler.h631 LinkRecord(intptr_t from, intptr_t to, JumpType type, Condition condition) in LinkRecord()
665 intptr_t to() const { return data.realTypes.m_to; } in to() function
2786 void linkJump(AssemblerLabel from, AssemblerLabel to) in linkJump()
2793 static void linkJump(void* code, AssemblerLabel from, void* to) in linkJump()
2799 static void linkCall(void* code, AssemblerLabel from, void* to) in linkCall()
2810 static void replaceWithJump(void* where, void* to) in replaceWithJump()
2963 static void relinkJump(void* from, void* to) in relinkJump()
2969 static void relinkCall(void* from, void* to) in relinkCall()
3203 static void linkJumpOrCall(int* from, void* to) in linkJumpOrCall()
3241 static void linkConditionalBranch(Condition condition, int* from, void* to) in linkConditionalBranch()
[all …]
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A Dquaternion.h658 inline core::quaternion& quaternion::rotationFromTo(const vector3df& from, const vector3df& to) in rotationFromTo()
H A Dmatrix4.h1936 …CMatrix4<T>& CMatrix4<T>::buildRotateFromTo(const core::vector3df& from, const core::vector3df& to) in buildRotateFromTo()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCBlit.h1231 const core::position2d<s32>& to, const video::SColor &color) in drawLine()
/dports/x11-toolkits/py-fltk/pyFltk-1.3.4.1/python/
H A Dfltk_wrap.cpp2301 swig_type_info *to = sobj->ty; in SWIG_Python_ConvertPtrAndOwn() local
2418 swig_type_info *to = SwigPyPacked_UnpackData(obj, ptr, sz); in SWIG_Python_ConvertPacked() local
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/assembler/
H A DARMv7Assembler.h475 LinkRecord(intptr_t from, intptr_t to, JumpType type, Condition condition) in LinkRecord()
491 intptr_t to() const { return data.realTypes.m_to; } in to() function
2045 JumpLinkType computeJumpType(JumpType jumpType, const uint8_t* from, const uint8_t* to) in computeJumpType()
2089 JumpLinkType computeJumpType(LinkRecord& record, const uint8_t* from, const uint8_t* to) in computeJumpType()
2111 void ALWAYS_INLINE link(LinkRecord& record, uint8_t* from, uint8_t* to) in link()
2158 void linkJump(AssemblerLabel from, AssemblerLabel to, JumpType type, Condition condition) in linkJump()
2165 static void linkJump(void* code, AssemblerLabel from, void* to) in linkJump()
2173 static void linkCall(void* code, AssemblerLabel from, void* to) in linkCall()
2187 static void relinkJump(void* from, void* to) in relinkJump()
2197 static void relinkCall(void* from, void* to) in relinkCall()
[all …]

12345678910>>...2732