Searched refs:entryAnchor (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/layout/ |
D | CursiveAttachmentSubtables.cpp | 31 LEPoint entryAnchor, exitAnchor; in process() local 32 Offset entryOffset = SWAPW(entryExitRecords[coverageIndex].entryAnchor); in process() 38 entryAnchorTable->getAnchor(glyphID, fontInstance, entryAnchor); in process() 39 glyphIterator->setCursiveEntryPoint(entryAnchor); in process()
|
D | GlyphPositionAdjustments.cpp | 92 LEPoint entryAnchor, exitAnchor, pixels; in applyCursiveAdjustments() local 110 if (lastExitPoint >= 0 && getEntryPoint(i, entryAnchor) != NULL) { in applyCursiveAdjustments() 111 float anchorDiffX = exitAnchor.fX - entryAnchor.fX; in applyCursiveAdjustments() 112 float anchorDiffY = exitAnchor.fY - entryAnchor.fY; in applyCursiveAdjustments()
|
D | CursiveAttachmentSubtables.h | 26 Offset entryAnchor; member
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-gpos-table.hh | 869 return TRACE_RETURN (entryAnchor.sanitize (c, base) && exitAnchor.sanitize (c, base)); in sanitize() 874 entryAnchor; /* Offset to EntryAnchor table--from member 915 if (!next_record.entryAnchor) return TRACE_RETURN (false); in apply() 922 …(this+next_record.entryAnchor).get_anchor (c->font, buffer->info[j].codepoint, &entry_x, &entry_y); in apply()
|