Lines Matching defs:Anchor
43 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
297 * Anchor table (may be NULL) */
301 * Anchor table (may be NULL) */
306 struct Anchor
345 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
347 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
365 OffsetTo<Anchor>
366 matrix[VAR]; /* Matrix of offsets to Anchor tables--
384 OffsetTo<Anchor>
385 markAnchor; /* Offset to Anchor table--from
403 const Anchor& mark_anchor = this + record.markAnchor;
405 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
406 /* If this subtable doesn't have an anchor for this base and this class,
862 OffsetTo<Anchor>
866 OffsetTo<Anchor>