Home | History | Annotate | Download | only in src

Lines Matching defs:Anchor

43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
291 * Anchor table (may be NULL) */
295 * Anchor table (may be NULL) */
300 struct Anchor
339 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
341 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
359 OffsetTo<Anchor>
360 matrix[VAR]; /* Matrix of offsets to Anchor tables--
378 OffsetTo<Anchor>
379 markAnchor; /* Offset to Anchor table--from
396 const Anchor& mark_anchor = this + record.markAnchor;
398 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
399 /* If this subtable doesn't have an anchor for this base and this class,
852 OffsetTo<Anchor>
856 OffsetTo<Anchor>