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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DGlyphPositionAdjustments.h121 EntryExitPoint *fEntryExitPoints; member in class:GlyphPositionAdjustments
316 return fEntryExitPoints != NULL && fEntryExitPoints[index].isCursiveGlyph();
321 return fEntryExitPoints != NULL && fEntryExitPoints[index].baselineIsLogicalEnd();
397 return fEntryExitPoints != NULL;

Completed in 32 milliseconds