Home
last modified time | relevance | path

Searched refs:exitAnchor (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/layout/
DCursiveAttachmentSubtables.cpp31 LEPoint entryAnchor, exitAnchor; in process() local
33 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor); in process()
47 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor); in process()
48 glyphIterator->setCursiveExitPoint(exitAnchor); in process()
DGlyphPositionAdjustments.cpp92 LEPoint entryAnchor, exitAnchor, pixels; in applyCursiveAdjustments() local
98 exitAnchor.fX = exitAnchor.fY = 0; in applyCursiveAdjustments()
111 float anchorDiffX = exitAnchor.fX - entryAnchor.fX; in applyCursiveAdjustments()
112 float anchorDiffY = exitAnchor.fY - entryAnchor.fY; in applyCursiveAdjustments()
136 if (getExitPoint(i, exitAnchor) != NULL) { in applyCursiveAdjustments()
DCursiveAttachmentSubtables.h27 Offset exitAnchor; member
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh883 return_trace (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base)); in sanitize()
892 exitAnchor; /* Offset to ExitAnchor table--from member
921 if (!this_record.exitAnchor) return_trace (false); in apply()
934 (this+this_record.exitAnchor).get_anchor (c->font, buffer->info[i].codepoint, &exit_x, &exit_y); in apply()