Home
last modified time | relevance | path

Searched refs:NMAXITEMS (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx7991 static const int NMAXITEMS = 16; in GetFontCharMap() local
7995 static CharMapCacheItem aCache[ NMAXITEMS ]; in GetFontCharMap()
8019 if( ++nCurItem >= NMAXITEMS ) in GetFontCharMap()
8022 if( ++nUsedItems >= NMAXITEMS ) in GetFontCharMap()
8023 nUsedItems = NMAXITEMS; in GetFontCharMap()

Completed in 50 milliseconds