Home
last modified time | relevance | path

Searched refs:entryAnchor (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/layout/
DCursiveAttachmentSubtables.cpp28 LEPoint entryAnchor, exitAnchor; in process() local
29 Offset entryOffset = SWAPW(entryExitRecords[coverageIndex].entryAnchor); in process()
35 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor); in process()
36 glyphIterator->setCursiveEntryPoint(entryAnchor); in process()
DGlyphPositionAdjustments.cpp92 LEPoint entryAnchor, exitAnchor, pixels; in applyCursiveAdjustments() local
110 if (lastExitPoint >= 0 && getEntryPoint(i, entryAnchor) != NULL) { in applyCursiveAdjustments()
111 float anchorDiffX = exitAnchor.fX - entryAnchor.fX; in applyCursiveAdjustments()
112 float anchorDiffY = exitAnchor.fY - entryAnchor.fY; in applyCursiveAdjustments()
DCursiveAttachmentSubtables.h26 Offset entryAnchor; member