Searched refs:growAmount (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLEInsertionList.cpp51 : head(NULL), tail(NULL), growAmount(0), append(rightToLeft)
71 growAmount = 0;
76 return growAmount;
94 growAmount += count - 1;
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 24 milliseconds