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

  /external/icu/icu4c/source/layout/
CursiveAttachmentSubtables.cpp 28 LEPoint entryAnchor, exitAnchor;
30 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor);
44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
45 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/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 858 return TRACE_RETURN (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base));
867 exitAnchor; /* Offset to ExitAnchor table--from
899 if (!this_record.exitAnchor) return TRACE_RETURN (false);
910 (this+this_record.exitAnchor).get_anchor (c->font, buffer->info[i].codepoint, &exit_x, &exit_y);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 858 return TRACE_RETURN (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base));
867 exitAnchor; /* Offset to ExitAnchor table--from
899 if (!this_record.exitAnchor) return TRACE_RETURN (false);
910 (this+this_record.exitAnchor).get_anchor (c->font, buffer->info[i].codepoint, &exit_x, &exit_y);
    [all...]

Completed in 199 milliseconds