Searched refs:entryAnchor (Results 1 – 3 of 3) sorted by relevance
28 LEPoint entryAnchor, exitAnchor; in process() local29 Offset entryOffset = SWAPW(entryExitRecords[coverageIndex].entryAnchor); in process()35 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor); in process()36 glyphIterator->setCursiveEntryPoint(entryAnchor); in process()
92 LEPoint entryAnchor, exitAnchor, pixels; in applyCursiveAdjustments() local110 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()
26 Offset entryAnchor; member