Home
last modified time | relevance | path

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

/trunk/main/vcl/source/fontsubset/
H A Dcff.cxx325 int mnCharStrCount; member
1626 , mnCharStrCount( 0) in CffGlobal()
1695 mnCharStrCount = (mpReadPtr[0]<<8) + mpReadPtr[1]; in initialCffRead()
1787 assert( nGlyphIndex < mnCharStrCount); in getFDSelect()
1802 assert( nRangeCount <= mnCharStrCount); in getFDSelect()
1833 assert( nGlyphIndex < mnCharStrCount); in getGlyphSID()
1834 if( (nGlyphIndex < 0) || (nGlyphIndex >= mnCharStrCount)) in getGlyphSID()
2353 assert( (nCffGlyphId >= 0) && (nCffGlyphId < mnCharStrCount)); in emitAsType1()

Completed in 45 milliseconds