Home
last modified time | relevance | path

Searched refs:facenum (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/inc/
H A Dsft.hxx287 …int VCL_DLLPUBLIC OpenTTFontBuffer(void* pBuffer, sal_uInt32 nLen, sal_uInt32 facenum, TrueTypeFon…
298 int VCL_DLLPUBLIC OpenTTFontFile(const char *fname, sal_uInt32 facenum, TrueTypeFont** ttf);
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx1652 static int doOpenTTFont( sal_uInt32 facenum, TrueTypeFont* t );
1655 int OpenTTFontFile( const char* fname, sal_uInt32 facenum, TrueTypeFont** ttf ) in OpenTTFontFile() argument
1702 return doOpenTTFont( facenum, *ttf ); in OpenTTFontFile()
1714 int OpenTTFontBuffer(void* pBuffer, sal_uInt32 nLen, sal_uInt32 facenum, TrueTypeFont** ttf) in OpenTTFontBuffer() argument
1724 return doOpenTTFont( facenum, *ttf ); in OpenTTFontBuffer()
1727 static int doOpenTTFont( sal_uInt32 facenum, TrueTypeFont* t ) in doOpenTTFont() argument
1745 if (facenum >= GetUInt32(t->ptr, 8, 1)) { in doOpenTTFont()
1749 tdoffset = GetUInt32(t->ptr, 12 + 4 * facenum, 1); in doOpenTTFont()
1808 if( facenum == (sal_uInt32)~0 ) { in doOpenTTFont()

Completed in 26 milliseconds