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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DCursiveAttachmentSubtables.cpp53 LEPoint entryAnchor, exitAnchor; local
55 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor);
69 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
70 glyphIterator->setCursiveExitPoint(exitAnchor);
H A DCursiveAttachmentSubtables.h52 Offset exitAnchor; member in struct:EntryExitRecord
H A DGlyphPositionAdjustments.cpp117 LEPoint entryAnchor, exitAnchor, pixels; local
122 // using exitAnchor before it's been initialized.
123 exitAnchor.fX = exitAnchor.fY = 0;
136 float anchorDiffX = exitAnchor.fX - entryAnchor.fX;
137 float anchorDiffY = exitAnchor.fY - entryAnchor.fY;
161 if (getExitPoint(i, exitAnchor) != NULL) {

Completed in 29 milliseconds