Home
last modified time | relevance | path

Searched refs:TrueTypeFont (Results 1 – 10 of 10) sorted by relevance

/AOO41X/main/vcl/inc/
H A Dsft.hxx263 typedef struct _TrueTypeFont TrueTypeFont; typedef
287 … OpenTTFontBuffer(void* pBuffer, sal_uInt32 nLen, sal_uInt32 facenum, TrueTypeFont** ttf); /*FOLD0…
298 int VCL_DLLPUBLIC OpenTTFontFile(const char *fname, sal_uInt32 facenum, TrueTypeFont** ttf);
305 void VCL_DLLPUBLIC CloseTTFont(TrueTypeFont *);
320 int GetTTGlyphPoints(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray);
334 GlyphData *GetTTRawGlyphData(TrueTypeFont *ttf, sal_uInt32 glyphID);
351 …int GetTTGlyphComponents(TrueTypeFont *ttf, sal_uInt32 glyphID, std::vector< sal_uInt32 >& glyphli…
364 int GetTTNameRecords(TrueTypeFont *ttf, NameRecord **nr);
395 …int CreateT3FromTTGlyphs(TrueTypeFont *ttf, FILE *outf, const char *fname, sal_uInt16 *glyphArray…
419 int CreateTTFromTTGlyphs(TrueTypeFont *ttf,
[all …]
/AOO41X/main/vcl/source/fontsubset/
H A Dsft.cxx420 _inline const sal_uInt8* getTable( TrueTypeFont *ttf, sal_uInt32 ord) in getTable()
425 _inline sal_uInt32 getTableSize(TrueTypeFont *ttf, sal_uInt32 ord) in getTableSize()
498 static void GetMetrics(TrueTypeFont *ttf, sal_uInt32 glyphID, TTGlyphMetrics *metrics) in GetMetrics()
526 static int GetTTGlyphOutline(TrueTypeFont *, sal_uInt32 , ControlPoint **, TTGlyphMetrics *, std::v…
529 static int GetSimpleTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTG… in GetSimpleTTOutline()
620 static int GetCompoundTTOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, T… in GetCompoundTTOutline()
825 static int GetTTGlyphOutline(TrueTypeFont *ttf, sal_uInt32 glyphID, ControlPoint **pointArray, TTGl… in GetTTGlyphOutline()
1091 static void GetNames(TrueTypeFont *t) in GetNames()
1393 static void FindCmap(TrueTypeFont *ttf) in FindCmap()
1492 static void GetKern(TrueTypeFont *ttf) in GetKern()
[all …]
H A Dttcr.hxx226 sal_uInt32 glyfAdd(TrueTypeTable *, GlyphData *glyphdata, TrueTypeFont *fnt);
H A Dttcr.cxx1273 sal_uInt32 glyfAdd(TrueTypeTable *table, GlyphData *glyphdata, TrueTypeFont *fnt) in glyfAdd()
/AOO41X/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx559 TrueTypeFont* pTTFont = NULL; in ReadGsubTable()
1480 inline TrueTypeFont * get() const { return m_pFont; } in get()
1483 TrueTypeFont * m_pFont;
/AOO41X/main/vcl/unx/generic/printergfx/
H A Dglyphset.cxx796 static void CreatePSUploadableFont( TrueTypeFont* pSrcFont, FILE* pTmpFile, in CreatePSUploadableFont()
839 TrueTypeFont *pTTFont; in PSUploadFont()
/AOO41X/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx419 TrueTypeFont* pTTFont = NULL; in queryMetricPage()
1813 int nNameRecords = GetTTNameRecords( (TrueTypeFont*)pTTFont, &pNameRecords ); in analyzeTrueTypeFamilyName()
1865 TrueTypeFont* pTTFont = NULL; in analyzeTrueTypeFile()
3070 TrueTypeFont* pTTFont = NULL; in isFontDownloadingAllowed()
3594 TrueTypeFont* pTTFont; in getAlternativeFamilyNames()
3684 TrueTypeFont* pTTFont = NULL; // TODO: rename to SfntFont in createFontSubset()
3777 TrueTypeFont* pTTFont = NULL; in getGlyphWidths()
/AOO41X/main/vcl/win/source/gdi/
H A Dsalgdi3.cxx1279 TrueTypeFont* pTTFont = NULL; in ReadGsubTable()
2684 inline TrueTypeFont * get() const { return m_pFont; } in get()
2687 TrueTypeFont * m_pFont;
/AOO41X/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx2085 TrueTypeFont* pSftFont = NULL; in CreateFontSubset()
2196 TrueTypeFont* pSftFont = NULL; in GetGlyphWidths()
/AOO41X/main/vcl/source/gdi/
H A Dfont.cxx876 TrueTypeFont* pTTF = NULL; in identifyTrueTypeFont()