Searched defs:exitAnchor (Results 1 - 5 of 5) sorted by last modified time

/external/icu/icu4c/source/layout/
H A DCursiveAttachmentSubtables.cpp28 LEPoint entryAnchor, exitAnchor; local
30 Offset exitOffset = SWAPW(entryExitRecords[coverageIndex].exitAnchor);
44 exitAnchorTable->getAnchor(glyphID, fontInstance, exitAnchor);
45 glyphIterator->setCursiveExitPoint(exitAnchor);
H A DCursiveAttachmentSubtables.h27 Offset exitAnchor; member in struct:EntryExitRecord
H A DGlyphPositionAdjustments.cpp92 LEPoint entryAnchor, exitAnchor, pixels; local
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/
H A Dhb-ot-layout-gpos-table.hh858 return TRACE_RETURN (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base));
867 exitAnchor; /* Offset to ExitAnchor table--from member in struct:OT::EntryExitRecord
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);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh858 return TRACE_RETURN (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base));
867 exitAnchor; /* Offset to ExitAnchor table--from member in struct:OT::EntryExitRecord
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);

Completed in 132 milliseconds