Searched refs:entryAnchor (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/layout/
H A DCursiveAttachmentSubtables.cpp28 LEPoint entryAnchor, exitAnchor; local
29 Offset entryOffset = SWAPW(entryExitRecords[coverageIndex].entryAnchor);
35 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor);
36 glyphIterator->setCursiveEntryPoint(entryAnchor);
H A DCursiveAttachmentSubtables.h26 Offset entryAnchor; member in struct:EntryExitRecord
H A DGlyphPositionAdjustments.cpp92 LEPoint entryAnchor, exitAnchor, pixels; local
110 if (lastExitPoint >= 0 && getEntryPoint(i, entryAnchor) != NULL) {
111 float anchorDiffX = exitAnchor.fX - entryAnchor.fX;
112 float anchorDiffY = exitAnchor.fY - entryAnchor.fY;
/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));
863 entryAnchor; /* Offset to EntryAnchor table--from member in struct:OT::EntryExitRecord
904 if (!next_record.entryAnchor) return TRACE_RETURN (false);
911 (this+next_record.entryAnchor).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y);
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh858 return TRACE_RETURN (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base));
863 entryAnchor; /* Offset to EntryAnchor table--from member in struct:OT::EntryExitRecord
904 if (!next_record.entryAnchor) return TRACE_RETURN (false);
911 (this+next_record.entryAnchor).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y);

Completed in 134 milliseconds