Searched defs:font (Results 1 - 25 of 70) sorted by relevance

123

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
H A Dgcstruct.h274 struct _Font *font; member in struct:_GC
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
H A Dgcstruct.h274 struct _Font *font; member in struct:_GC
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddmxfont.h36 * Interface for font-related functions. \see dmxfont.c */
46 XFontStruct **font; member in struct:_dmxFontPriv
H A Dgcstruct.h303 struct _Font *font; member in struct:_GC
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
H A Dgcstruct.h303 struct _Font *font; member in struct:_GC
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
H A Dgcstruct.h304 struct _Font *font; member in struct:_GC
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Ddmxfont.h35 * Interface for font-related functions. \see dmxfont.c */
45 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddmxfont.h36 * Interface for font-related functions. \see dmxfont.c */
46 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddmxfont.h36 * Interface for font-related functions. \see dmxfont.c */
46 XFontStruct **font; member in struct:_dmxFontPriv
/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupPaneTextPane.cpp152 m_pLabel->setFont(tuneFont(m_pLabel->font()));
174 QFontMetrics fm(m_pLabel->font(), m_pLabel);
198 QFont UIPopupPaneTextPane::tuneFont(QFont font) argument
201 font.setPointSize(font.pointSize() - 2);
203 font.setPointSize(font.pointSize() - 1);
205 return font;
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsItem.cpp155 const QFont &font, QPaintDevice *pPaintDevice,
159 QFontMetrics fm(font, pPaintDevice);
164 pPainter->setFont(font);
154 paintText(QPainter *pPainter, QPoint point, const QFont &font, QPaintDevice *pPaintDevice, const QString &strText, const QColor &color) argument
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c15 /** Fill a BITMAP with a character C from thew current font
31 * draw the entire font into a single pixmap (careful with
121 void stubUseXFont( Display *dpy, Font font, int first, int count, int listbase ) argument
137 fs = XQueryFont(dpy, font);
139 crWarning("Couldn't get font structure information");
177 values.font = fs->fid;
216 for the pixmap for capturing the X11 font. This is slightly

Completed in 3486 milliseconds

123