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

  /external/icu/icu4c/source/layout/
CursiveAttachmentSubtables.cpp 31 LEPoint entryAnchor, exitAnchor;
33 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor);
47 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
48 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) {
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 883 return_trace (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base));
892 exitAnchor; /* Offset to ExitAnchor table--from
921 if (!this_record.exitAnchor) return_trace (false);
934 (this+this_record.exitAnchor).get_anchor (c->font, buffer->info[i].codepoint, &exit_x, &exit_y);
    [all...]

Completed in 458 milliseconds