Searched refs:exitAnchor (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/layout/ |
D | CursiveAttachmentSubtables.cpp | 28 LEPoint entryAnchor, exitAnchor; in process() local 30 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor); in process() 44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor); in process() 45 glyphIterator->setCursiveExitPoint(exitAnchor); in process()
|
D | GlyphPositionAdjustments.cpp | 92 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()
|
D | CursiveAttachmentSubtables.h | 27 Offset exitAnchor; member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 848 return TRACE_RETURN (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base)); in sanitize() 857 exitAnchor; /* Offset to ExitAnchor table--from member 888 if (!this_record.exitAnchor) return TRACE_RETURN (false); in apply() 899 …(this+this_record.exitAnchor).get_anchor (c->font, c->buffer->info[i].codepoint, &exit_x, &exit_y); in apply()
|