Searched refs:Font (Results 1 - 25 of 73) sorted by relevance

123

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
H A DXdefs.h86 typedef XID Font; typedef
H A DXlib.h207 Font font; /* default text font for text operations */
1045 Font fid; /* Font id for this font */
1069 Font font; /* font to print it in, None don't change */
1081 Font font; /* font to print it in, None don't change */
1577 Font /* source_font */,
1578 Font /* mask_font */,
1588 extern Font XLoadFont(
3226 Font /* font */
3505 Font /* fon
[all...]
H A DX.h100 typedef XID Font; typedef
357 #define BadFont 7 /* parameter not a Font */
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
H A DtkFont.py20 """Given the name of a tk named font, returns a Font representation.
22 return Font(name=name, exists=True)
24 class Font: class in inherits:
99 return self.name == other.name and isinstance(other, Font)
118 return Font(self._root, **self.actual())
186 f = Font(family="times", size=30, weight=NORMAL)
202 f = Font(font=("Courier", 20, "bold"))
211 fb = Font(font=w["font"]).copy()
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
H A DtkFont.py20 """Given the name of a tk named font, returns a Font representation.
22 return Font(name=name, exists=True)
24 class Font: class in inherits:
99 return self.name == other.name and isinstance(other, Font)
118 return Font(self._root, **self.actual())
186 f = Font(family="times", size=30, weight=NORMAL)
202 f = Font(font=("Courier", 20, "bold"))
211 fb = Font(font=w["font"]).copy()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkFont.py20 """Given the name of a tk named font, returns a Font representation.
22 return Font(name=name, exists=True)
24 class Font: class in inherits:
99 return self.name == other.name and isinstance(other, Font)
118 return Font(self._root, **self.actual())
186 f = Font(family="times", size=30, weight=NORMAL)
202 f = Font(font=("Courier", 20, "bold"))
211 fb = Font(font=w["font"]).copy()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DtkFont.py20 """Given the name of a tk named font, returns a Font representation.
22 return Font(name=name, exists=True)
24 class Font: class in inherits:
99 return self.name == other.name and isinstance(other, Font)
118 return Font(self._root, **self.actual())
186 f = Font(family="times", size=30, weight=NORMAL)
202 f = Font(font=("Courier", 20, "bold"))
211 fb = Font(font=w["font"]).copy()
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplusheaders.h4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection,
328 class Font: public GdiplusBase class in inherits:GdiplusBase
333 Font(const FontFamily *family, REAL emSize,
336 Font(HDC hdc, HFONT hfont);
337 Font(HDC hdc, const LOGFONTA *logfont);
338 Font(HDC hdc, const LOGFONTW *logfont);
339 Font(HDC hdc);
340 Font(const WCHAR *familyName, REAL emSize,
344 ~Font();
345 Font* Clon
366 Font(GpFont *font, Status status): function in class:Font
[all...]
H A Dgdiplusimpl.h4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection, FontFamily,
742 // Font
744 __inline__ Font::Font(const FontFamily *family, function in class:Font
753 __inline__ Font::Font(HDC hdc, HFONT hfont): function in class:Font
766 __inline__ Font::Font(HDC hdc, const LOGFONTA *logfont): function in class:Font
773 __inline__ Font::Font(HD function in class:Font
780 __inline__ Font::Font(HDC hdc): function in class:Font
786 __inline__ Font::Font(const WCHAR *familyName, REAL emSize, INT style, function in class:Font
[all...]
H A Dgdiplusgraphics.h37 friend class Font;
283 const Font *font, const Brush *brush,
619 Status DrawString(const WCHAR *string, INT length, const Font *font,
630 const Font *font, const PointF& origin,
642 const Font *font, const RectF& layoutRect,
1248 const Font *font, const RectF& layoutRect,
1272 const Font *font, const PointF *positions, INT flags,
1283 const Font *font, const RectF& layoutRect,
1292 const Font *font, const RectF& layoutRect,
1305 const Font *fon
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplusheaders.h4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection,
328 class Font: public GdiplusBase class in inherits:GdiplusBase
333 Font(const FontFamily *family, REAL emSize,
336 Font(HDC hdc, HFONT hfont);
337 Font(HDC hdc, const LOGFONTA *logfont);
338 Font(HDC hdc, const LOGFONTW *logfont);
339 Font(HDC hdc);
340 Font(const WCHAR *familyName, REAL emSize,
344 ~Font();
345 Font* Clon
366 Font(GpFont *font, Status status): function in class:Font
[all...]
H A Dgdiplusimpl.h4 * GDI+ Bitmap, CachedBitmap, CustomLineCap, Font, FontCollection, FontFamily,
742 // Font
744 __inline__ Font::Font(const FontFamily *family, function in class:Font
753 __inline__ Font::Font(HDC hdc, HFONT hfont): function in class:Font
766 __inline__ Font::Font(HDC hdc, const LOGFONTA *logfont): function in class:Font
773 __inline__ Font::Font(HD function in class:Font
780 __inline__ Font::Font(HDC hdc): function in class:Font
786 __inline__ Font::Font(const WCHAR *familyName, REAL emSize, INT style, function in class:Font
[all...]
H A Dgdiplusgraphics.h37 friend class Font;
283 const Font *font, const Brush *brush,
619 Status DrawString(const WCHAR *string, INT length, const Font *font,
630 const Font *font, const PointF& origin,
642 const Font *font, const RectF& layoutRect,
1248 const Font *font, const RectF& layoutRect,
1272 const Font *font, const PointF *positions, INT flags,
1283 const Font *font, const RectF& layoutRect,
1292 const Font *font, const RectF& layoutRect,
1305 const Font *fon
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
H A D__init__.py114 getbaseclasses(Font)
181 'mFNT' : Font,
H A DMetrowerks_Shell_Suite.py1135 """Remember Font - Display a source file with its own font settings. """
1613 class Font(aetools.ComponentItem): class in inherits:aetools.ComponentItem
1614 """Font - """
1633 """Text Font - The font used in editing windows. """
2016 Font._superclassnames = []
2017 Font._privpropdict = {
2025 Font._privelemdict = {
2174 'mFNT' : Font,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
H A D__init__.py114 getbaseclasses(Font)
181 'mFNT' : Font,
H A DMetrowerks_Shell_Suite.py1135 """Remember Font - Display a source file with its own font settings. """
1613 class Font(aetools.ComponentItem): class in inherits:aetools.ComponentItem
1614 """Font - """
1633 """Text Font - The font used in editing windows. """
2016 Font._superclassnames = []
2017 Font._privpropdict = {
2025 Font._privelemdict = {
2174 'mFNT' : Font,
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dcomdef.h204 #if !defined(Font)
205 struct Font : IFontDisp {}; struct in inherits:IFontDisp
207 _COM_SMARTPTR_TYPEDEF(Font,__uuidof(IDispatch));
H A Dntddvdeo.h320 UCHAR Font[1]; member in struct:_VIDEO_LOAD_FONT_INFORMATION
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dcomdef.h204 #if !defined(Font)
205 struct Font : IFontDisp {}; struct in inherits:IFontDisp
207 _COM_SMARTPTR_TYPEDEF(Font,__uuidof(IDispatch));
H A Dntddvdeo.h320 UCHAR Font[1]; member in struct:_VIDEO_LOAD_FONT_INFORMATION
/prebuilts/jdk/jdk8/darwin-x86/sample/scripting/scriptpad/src/resources/
H A Dscriptpad.js69 c.setFont(new guiPkgs.Font("monospaced", guiPkgs.Font.PLAIN, 12));
/prebuilts/jdk/jdk8/linux-x86/sample/scripting/scriptpad/src/resources/
H A Dscriptpad.js69 c.setFont(new guiPkgs.Font("monospaced", guiPkgs.Font.PLAIN, 12));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
H A Dxfixesproto.h55 #define Font CARD32 macro
597 #undef Font macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
H A Dglx.h238 extern void glXUseXFont( Font font, int first, int count, int list );

Completed in 390 milliseconds

123