HomeSort by relevance Sort by last modified time
    Searched refs:exitAnchor (Results 1 - 3 of 3) sorted by null

  /external/icu4c/layout/
CursiveAttachmentSubtables.cpp 28 LEPoint entryAnchor, exitAnchor;
30 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor);
44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
45 glyphIterator->setCursiveExitPoint(exitAnchor);
CursiveAttachmentSubtables.h 27 Offset exitAnchor;
GlyphPositionAdjustments.cpp 92 LEPoint entryAnchor, exitAnchor, pixels;
97 // using exitAnchor before it's been initialized.
98 exitAnchor.fX = exitAnchor.fY = 0;
111 float anchorDiffX = exitAnchor.fX - entryAnchor.fX;
112 float anchorDiffY = exitAnchor.fY - entryAnchor.fY;
136 if (getExitPoint(i, exitAnchor) != NULL) {

Completed in 72 milliseconds