Searched defs:growAmount (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEInsertionList.h186 le_int32 growAmount; member in class:LEInsertionList
H A DLEGlyphStorage.cpp585 le_int32 growAmount = fInsertionList->getGrowAmount(); local
587 if (growAmount <= 0) {
591 le_int32 newGlyphCount = fGlyphCount + growAmount;

Completed in 27 milliseconds