Searched refs:NMAXITEMS (Results 1 – 1 of 1) sorted by relevance
7991 static const int NMAXITEMS = 16; in GetFontCharMap() local7995 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 30 milliseconds