Home
last modified time | relevance | path

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

/trunk/main/vcl/source/gdi/
H A Dimpfont.cxx35 const sal_UCS4* pRangeCodes, int nRangeCount, in CmapResult() argument
37 : mpRangeCodes( pRangeCodes) in CmapResult()
95 const sal_UCS4* pRangeCodes = aDefaultUnicodeRanges; in GetDefaultMap() local
96 int nCodesCount = sizeof(aDefaultUnicodeRanges) / sizeof(*pRangeCodes); in GetDefaultMap()
99 pRangeCodes = aDefaultSymbolRanges; in GetDefaultMap()
100 nCodesCount = sizeof(aDefaultSymbolRanges) / sizeof(*pRangeCodes); in GetDefaultMap()
103 CmapResult aDefaultCR( bSymbols, pRangeCodes, nCodesCount/2 ); in GetDefaultMap()
/trunk/main/vcl/inc/
H A Dimpfont.hxx222 const sal_uInt32* pRangeCodes = NULL, int nRangeCount = 0,

Completed in 21 milliseconds