Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DFontTable.cxx42 FontTable::FontTable() in FontTable() function in writerfilter::dmapper::FontTable
50 FontTable::~FontTable() in ~FontTable()
99 void FontTable::lcl_sprm(Sprm& rSprm) in lcl_sprm()
163 void FontTable::lcl_startSectionGroup() in lcl_startSectionGroup()
167 void FontTable::lcl_endSectionGroup() in lcl_endSectionGroup()
171 void FontTable::lcl_startParagraphGroup() in lcl_startParagraphGroup()
175 void FontTable::lcl_endParagraphGroup() in lcl_endParagraphGroup()
179 void FontTable::lcl_startCharacterGroup() in lcl_startCharacterGroup()
183 void FontTable::lcl_endCharacterGroup() in lcl_endCharacterGroup()
211 void FontTable::lcl_endShape( ) in lcl_endShape()
[all …]
H A DFontTable.hxx42 class FontTable : public LoggedProperties, public LoggedTable class
48 FontTable();
49 virtual ~FontTable() override;
84 typedef tools::SvRef< FontTable > FontTablePtr;
89 EmbeddedFontHandler(FontTable& rFontTable, const OUString& fontName, const char* style);
94 FontTable& fontTable;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/source/dmapper/
H A DFontTable.cxx43 FontTable::FontTable() in FontTable() function in writerfilter::dmapper::FontTable
51 FontTable::~FontTable() in ~FontTable()
100 void FontTable::lcl_sprm(Sprm& rSprm) in lcl_sprm()
164 void FontTable::lcl_startSectionGroup() in lcl_startSectionGroup()
168 void FontTable::lcl_endSectionGroup() in lcl_endSectionGroup()
172 void FontTable::lcl_startParagraphGroup() in lcl_startParagraphGroup()
176 void FontTable::lcl_endParagraphGroup() in lcl_endParagraphGroup()
180 void FontTable::lcl_startCharacterGroup() in lcl_startCharacterGroup()
184 void FontTable::lcl_endCharacterGroup() in lcl_endCharacterGroup()
212 void FontTable::lcl_endShape( ) in lcl_endShape()
[all …]
H A DFontTable.hxx44 class FontTable : public LoggedProperties, public LoggedTable class
50 FontTable();
51 virtual ~FontTable() override;
83 typedef tools::SvRef< FontTable > FontTablePtr;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/platform/macos/
H A Dfont.rs31 pub struct FontTable { struct
49 impl FontTable { impl
50 pub fn wrap(data: CFData) -> FontTable { in wrap() argument
51 FontTable { data: data } in wrap()
55 impl FontTableMethods for FontTable { implementation
131 font_table: FontTable,
316 fn table_for_tag(&self, tag: FontTableTag) -> Option<FontTable> { in table_for_tag() argument
319 Some(FontTable::wrap(data)) in table_for_tag()
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dfont_sdlttf.c14 } FontTable; typedef
17 static FontTable fonttbl[FONTTABLEMAX];
36 static FontTable *font_lookup(int size, int type) { in font_lookup()
48 FontTable *tbl; in font_ttf_sel_font()
H A Dfont_gtk.c63 } FontTable; typedef
66 static FontTable fonttbl[FONTTABLEMAX];
92 static FontTable *font_lookup(int size, int type) { in font_lookup()
104 FontTable *tbl; in font_gtk_sel_font()
H A Dfont_freetype2.c46 } FontTable; typedef
49 static FontTable fonttbl[FONTTABLEMAX];
52 static FontTable *fontset;
137 static FontTable *font_lookup(int size, int type) { in font_lookup()
149 FontTable *tbl; in font_ttf_sel_font()
H A Dfont_x11.c48 } FontTable; typedef
51 static FontTable fonttbl[FONTTABLEMAX];
78 static FontTable *font_lookup(int size, int type) { in font_lookup()
93 FontTable *tbl; in font_x11_sel_font()
H A Dfont_ttf.c63 } FontTable; typedef
66 static FontTable fonttbl[FONTTABLEMAX];
93 static FontTable *font_lookup(int size, int type) { in font_lookup()
105 FontTable *tbl; in font_ttf_sel_font()
/dports/print/lyx/lyx-2.3.4.2/src/
H A DFontList.h33 class FontTable
37 FontTable(pos_type p, Font const & f) in FontTable() function
71 typedef std::vector<FontTable> List;
H A DFontList.cpp147 FontTable(pos - 1, list_[i].font())); in set()
149 FontTable(pos, font)); in set()
172 FontTable(pos, font)); in set()
178 FontTable(pos, font)); in set()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/platform/windows/
H A Dfont.rs31 pub struct FontTable { struct
35 impl FontTable { implementation
36 pub fn wrap(data: &[u8]) -> FontTable { in wrap() argument
37 FontTable { data: data.to_vec() } in wrap()
41 impl FontTableMethods for FontTable { implementation
375 fn table_for_tag(&self, tag: FontTableTag) -> Option<FontTable> { in table_for_tag() argument
376 self.face.get_font_table(tag).map(|bytes| FontTable { data: bytes }) in table_for_tag()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/clients/Motif-2.1/uil/
H A DMrmTypes.h98 FontTable; typedef
220 FontTable *FontTableNew(void);
221 void FontTableAppend(FontTable * this, FontSet * theFontSet, FontM * theFont);
H A DMrmTypes.c194 FontTableAppend(FontTable * this, FontSet * theFontSet, FontM * theFont) in FontTableAppend()
204 FontTableEmit(FontTable * this) in FontTableEmit()
224 FontTable *
227 FontTable *this = (FontTable *) malloc(sizeof(FontTable)); in FontTableNew()
H A Dglue.c534 FontTable *list = (FontTable *) l; in AddFont()
/dports/games/openttd/openttd-12.1/src/
H A Dfontcache_internal.h31 …typedef SmallMap<uint32, std::pair<size_t, const void *> > FontTable; ///< Table with font table c… typedef
32 FontTable font_tables; ///< Cached font tables.
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/gra/
H A Dfont.c76 return appendHashTable(FontTable, name, f); in initialiseFont()
86 if ( (f2 = getMemberHashTable(FontTable, name)) ) in getLookupFont()
106 answer(getMemberHashTable(FontTable, ref_name)); in getConvertFont()
115 { for_hash_table(FontTable, sy, in getConvertFont()
476 FontTable = globalObject(NAME_fonts, ClassHashTable, toInt(101), EAV); in makeClassFont()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/platform/freetype/
H A Dfont.rs46 pub struct FontTable { struct
50 impl FontTableMethods for FontTable { implementation
293 fn table_for_tag(&self, tag: FontTableTag) -> Option<FontTable> { in table_for_tag() argument
307 Some(FontTable { buffer: buf }) in table_for_tag()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Mrm-2.1/
H A DMrm.c165 FontTableType *FontTable; member
1033 FontName = theHeader->FontTable[i].FontName; in GetSymbolTableValue()
1034 TagName = theHeader->FontTable[i].Tag.name; in GetSymbolTableValue()
1679 FontTableType *FontTable; in ReadType() local
1683 FontTable = (FontTableType *) malloc(sizeof(FontTableType) * NumFonts); in ReadType()
1688 FontTableHeader->FontTable = FontTable; in ReadType()
1701 FontTable[j].Tag.name = __MrmStore(buffer); in ReadType()
1702 fread(&FontTable[j].Tag.DirectionRtoL, sizeof(int), 1, stdin); in ReadType()
1703 fread(&FontTable[j].Tag.WideChar, sizeof(int), 1, stdin); in ReadType()
1712 FontTable[j].FontName = __MrmStore(buffer); in ReadType()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/
H A Dfont.rs10 use platform::font::{FontHandle, FontTable};
65 fn table_for_tag(&self, FontTableTag) -> Option<FontTable>; in table_for_tag() argument
278 pub fn table_for_tag(&self, tag: FontTableTag) -> Option<FontTable> { in table_for_tag() argument
/dports/print/pstotext/pstotext-1.9/
H A Dptotdll.c339 typedef Font FontTable[]; typedef
354 FontTable *font;
425 t->font = (FontTable *)malloc(t->fontSize * sizeof(Font)); in pstotextInit()
572 t->font = (FontTable *)realloc( in ParseFont()
/dports/textproc/p5-RTF-Tokenizer/RTF-Tokenizer-1.20/
H A DCHANGES112 - Removal of RTF::Tokenizer::FontTable
135 - Added RTF::Tokenizer::FontTable, to pull font table info into
/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/
H A DLibrary_writerfilter.mk87 writerfilter/source/dmapper/FontTable \
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerfilter/
H A DLibrary_writerfilter.mk85 writerfilter/source/dmapper/FontTable \

12