Home
last modified time | relevance | path

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

1234

/dports/x11/hs-xmobar/xmobar-0.39/src/Xmobar/X11/
H A DParsers.hs51 type FontIndex = Int type
55 -> IO [(Widget, TextRenderInfo, FontIndex, Maybe [Action])]
66 -> FontIndex
68 -> Parser [(Widget, TextRenderInfo, FontIndex, Maybe [Action])]
78 stringParser :: TextRenderInfo -> FontIndex -> Maybe [Action]
83 textParser :: TextRenderInfo -> FontIndex -> Maybe [Action]
106 -> FontIndex
129 iconParser :: TextRenderInfo -> FontIndex -> Maybe [Action]
136 actionParser :: TextRenderInfo -> FontIndex -> Maybe [Action]
155 colorParser :: TextRenderInfo -> FontIndex -> Maybe [Action]
[all …]
/dports/games/avp/avp-20170505/src/avp/support/
H A Dindexfnt.hpp46 static IndexedFont* GetFont( FontIndex I_Font_ToGet );
49 static void UnloadFont( FontIndex I_Font_ToGet );
154 FontIndex I_Font_New
158 FontIndex I_Font_Val;
246 IndexedFont_HUD(FontIndex I_Font_New) in IndexedFont_HUD()
326 FontIndex I_Font_New in IndexedFont_Proportional()
408 FontIndex I_Font_New in IndexedFont_Kerned()
461 FontIndex I_Font_New,
466 FontIndex I_Font_Old
474 FontIndex I_Font_New,
[all …]
H A Dscstring.cpp102 FontIndex i = IndexedFonts_MAX_NUMBER_OF_FONTS; in SCString()
106 i = (FontIndex)(i-1); in SCString()
194 i = (FontIndex)(i-1); in SCString()
283 i = (FontIndex)(i-1); in SCString()
369 i = (FontIndex)(i-1); in SCString()
464 i = (FontIndex)(i-1); in SCString()
560 i = (FontIndex)(i-1); in SCString()
664 i = (FontIndex)(i-1); in SCString()
763 i = (FontIndex)(i-1); in SCString()
870 i = (FontIndex)(i-1); in SCString()
[all …]
H A Dscstring.hpp114 FontIndex I_Font
119 OurBool bCanRenderFully( FontIndex I_Font );
123 static void UpdateAfterFontChange( FontIndex I_Font_Changed );
176 FontIndex I_Font in CalcSize()
182 inline OurBool SCString::bCanRenderFully( FontIndex I_Font ) in bCanRenderFully()
H A Dtallfont.hpp75 FontIndex I_Font_New,
87 FontIndex I_Font_New,
206 FontIndex I_Font_New,
225 FontIndex I_Font_New,
H A Dindexfnt.cpp69 /*static*/ void IndexedFont :: UnloadFont( FontIndex I_Font_ToGet ) in UnloadFont()
148 FontIndex I_Font_New in IndexedFont()
1011 FontIndex I_Font_New, in PFLoadHook()
1033 FontIndex // I_Font_Old in PFUnLoadHook() argument
1045 FontIndex I_Font_New, in IndexedFont_Proportional_PF()
1088 FontIndex I_Font_New, in INDEXFNT_PFLoadHook()
/dports/graphics/ftgl/ftgl-2.4.0/test/
H A DFTCharmap-Test.cpp93 CPPUNIT_ASSERT_EQUAL(FONT_INDEX_OF_A, charmap->FontIndex(CHARACTER_CODE_A)); in testGetFontIndex()
94 CPPUNIT_ASSERT_EQUAL(BIG_FONT_INDEX, charmap->FontIndex(BIG_CHARACTER_CODE)); in testGetFontIndex()
95 CPPUNIT_ASSERT_EQUAL(NULL_FONT_INDEX, charmap->FontIndex(NULL_CHARACTER_CODE)); in testGetFontIndex()
100 CPPUNIT_ASSERT_EQUAL(FONT_INDEX_OF_A, charmap->FontIndex(CHARACTER_CODE_A)); in testGetFontIndex()
101 CPPUNIT_ASSERT_EQUAL(BIG_FONT_INDEX, charmap->FontIndex(BIG_CHARACTER_CODE)); in testGetFontIndex()
102 CPPUNIT_ASSERT_EQUAL(NULL_FONT_INDEX, charmap->FontIndex(NULL_CHARACTER_CODE)); in testGetFontIndex()
110 CPPUNIT_ASSERT_EQUAL(FONT_INDEX_OF_A, charmap->FontIndex(CHARACTER_CODE_A)); in testInsertCharacterIndex()
113 CPPUNIT_ASSERT_EQUAL(FONT_INDEX_OF_A, charmap->FontIndex(CHARACTER_CODE_A)); in testInsertCharacterIndex()
H A DFTGlyphContainer-Test.cpp79 CPPUNIT_ASSERT_EQUAL(glyphContainer->FontIndex(CHARACTER_CODE_A), FONT_INDEX_OF_A); in testGlyphIndex()
80 CPPUNIT_ASSERT_EQUAL(glyphContainer->FontIndex(BIG_CHARACTER_CODE), BIG_FONT_INDEX); in testGlyphIndex()
/dports/games/critterding/critterding-beta12/src/utils/ftgl/
H A DFTGlyphContainer.cpp66 unsigned int FTGlyphContainer::FontIndex(const unsigned int charCode) const in FontIndex() function in FTGlyphContainer
68 return charMap->FontIndex(charCode); in FontIndex()
95 unsigned int left = charMap->FontIndex(charCode); in Advance()
96 unsigned int right = charMap->FontIndex(nextCharCode); in Advance()
106 unsigned int left = charMap->FontIndex(charCode); in Render()
107 unsigned int right = charMap->FontIndex(nextCharCode); in Render()
/dports/devel/upp/upp/bazaar/FTGL/src/
H A DFTGlyphContainer.cpp66 unsigned int FTGlyphContainer::FontIndex(const unsigned int charCode) const in FontIndex() function in FTGlyphContainer
68 return charMap->FontIndex(charCode); in FontIndex()
95 unsigned int left = charMap->FontIndex(charCode); in Advance()
96 unsigned int right = charMap->FontIndex(nextCharCode); in Advance()
106 unsigned int left = charMap->FontIndex(charCode); in Render()
107 unsigned int right = charMap->FontIndex(nextCharCode); in Render()
/dports/graphics/ftgl/ftgl-2.4.0/src/
H A DFTGlyphContainer.cpp66 unsigned int FTGlyphContainer::FontIndex(const unsigned int charCode) const in FontIndex() function in FTGlyphContainer
68 return charMap->FontIndex(charCode); in FontIndex()
96 unsigned int left = charMap->FontIndex(charCode); in Advance()
97 unsigned int right = charMap->FontIndex(nextCharCode); in Advance()
111 unsigned int left = charMap->FontIndex(charCode); in Render()
112 unsigned int right = charMap->FontIndex(nextCharCode); in Render()
/dports/cad/opencascade/opencascade-7.6.0/src/IGESDraw/
H A DIGESDraw_SegmentedViewsVisible.cxx116 (const Standard_Integer FontIndex) const in IsFontDefinition()
118 return ( !theLineFontDefinitions->Value(FontIndex).IsNull() ); in IsFontDefinition()
122 (const Standard_Integer FontIndex) const in LineFontValue()
124 return theLineFontValues->Value(FontIndex); in LineFontValue()
129 (const Standard_Integer FontIndex) const in Handle()
131 return theLineFontDefinitions->Value(FontIndex); in Handle()
H A DIGESDraw_SegmentedViewsVisible.hxx114 Standard_EXPORT Standard_Boolean IsFontDefinition (const Standard_Integer FontIndex) const;
119 Standard_EXPORT Standard_Integer LineFontValue (const Standard_Integer FontIndex) const;
124 …EXPORT Handle(IGESData_LineFontEntity) LineFontDefinition (const Standard_Integer FontIndex) const;
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DIGESDraw_SegmentedViewsVisible.hxx114 Standard_EXPORT Standard_Boolean IsFontDefinition (const Standard_Integer FontIndex) const;
119 Standard_EXPORT Standard_Integer LineFontValue (const Standard_Integer FontIndex) const;
124 …EXPORT Handle(IGESData_LineFontEntity) LineFontDefinition (const Standard_Integer FontIndex) const;
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DIGESDraw_SegmentedViewsVisible.hxx117 Standard_EXPORT Standard_Boolean IsFontDefinition (const Standard_Integer FontIndex) const;
122 Standard_EXPORT Standard_Integer LineFontValue (const Standard_Integer FontIndex) const;
127 …EXPORT Handle(IGESData_LineFontEntity) LineFontDefinition (const Standard_Integer FontIndex) const;
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/
H A DFontIndex.java37 public class FontIndex extends DefaultHandler implements EntityResolver { class
39 return new FontIndex(path).getFontIndexData(); in parseIndex()
42 private FontIndex(String path) { in FontIndex() method in FontIndex
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/videolan/
H A DFontIndex.java37 public class FontIndex extends DefaultHandler implements EntityResolver { class
39 return new FontIndex(path).getFontIndexData(); in parseIndex()
42 private FontIndex(String path) { in FontIndex() method in FontIndex
/dports/editors/lazarus/lazarus/lcl/
H A Dpostscriptunicode.pas324 FontIndex: Integer;
347 FontIndex := IndexOfFont(Font, FontSize, FontStyle, b);
348 if (FontIndex<0) or (FontIndex<>FLastFontIndex) then begin
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpostscriptunicode.pas324 FontIndex: Integer;
347 FontIndex := IndexOfFont(Font, FontSize, FontStyle, b);
348 if (FontIndex<0) or (FontIndex<>FLastFontIndex) then begin
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dpostscriptunicode.pas324 FontIndex: Integer;
347 FontIndex := IndexOfFont(Font, FontSize, FontStyle, b);
348 if (FontIndex<0) or (FontIndex<>FLastFontIndex) then begin
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dpostscriptunicode.pas324 FontIndex: Integer;
347 FontIndex := IndexOfFont(Font, FontSize, FontStyle, b);
348 if (FontIndex<0) or (FontIndex<>FLastFontIndex) then begin
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.e156 extern char * GetShowFontChar ARGS_DECL((int FontIndex));
161 extern void GetPSFontStr ARGS_DECL((int FontIndex, int Style, char *));
186 extern int NeedEncode ARGS_DECL((char *FontName, int FontIndex,
250 extern int ChangeObjTextFont ARGS_DECL((struct ObjRec *, int FontIndex));
251 extern int ChangeFont ARGS_DECL((int FontIndex, int ForceNewChoice));
/dports/games/avp/avp-20170505/src/avp/
H A Dprojfont.h39 typedef enum fonts FontIndex; typedef
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/ui/
H A DFontFactory.java32 import org.videolan.FontIndex;
57 FontIndexData fontIndexData[] = FontIndex.parseIndex(path); in readDiscFonts()
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/dvb/ui/
H A DFontFactory.java32 import org.videolan.FontIndex;
57 FontIndexData fontIndexData[] = FontIndex.parseIndex(path); in readDiscFonts()

1234