Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx36 const int* pStartGlyphs, const sal_uInt16* pExtraGlyphIds ) in CmapResult() argument
38 , mpStartGlyphs( pStartGlyphs) in CmapResult()
404 int* pStartGlyphs = NULL; in ParseCMAP() local
417 pStartGlyphs = new int[ nRangeCount ]; in ParseCMAP()
440 pStartGlyphs[i] = -(int)aGlyphIdArray.size(); in ParseCMAP()
455 pStartGlyphs = new int[ nRangeCount ]; in ParseCMAP()
475 pStartGlyphs[i] = nGlyphId; in ParseCMAP()
484 delete[] pStartGlyphs; in ParseCMAP()
576 delete[] pStartGlyphs; in ParseCMAP()
577 pStartGlyphs = NULL; in ParseCMAP()
[all …]
/trunk/main/vcl/inc/
H A Dimpfont.hxx223 const int* pStartGlyphs = 0, const sal_uInt16* pGlyphIds = NULL );

Completed in 22 milliseconds