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
1648 , mnCharStrCount( 0) in CffGlobal()
1717 mnCharStrCount = (mpReadPtr[0]<<8) + mpReadPtr[1]; in initialCffRead()
1809 assert( nGlyphIndex < mnCharStrCount); in getFDSelect()
1824 assert( nRangeCount <= mnCharStrCount); in getFDSelect()
1855 assert( nGlyphIndex < mnCharStrCount); in getGlyphSID()
1856 if( (nGlyphIndex < 0) || (nGlyphIndex >= mnCharStrCount)) in getGlyphSID()
2375 assert( (nCffGlyphId >= 0) && (nCffGlyphId < mnCharStrCount)); in emitAsType1()