Home | History | Annotate | Download | only in src

Lines Matching refs:Anchor

52 /* Shared Tables: ValueRecord, Anchor Table, and MarkArray */
317 * Anchor table (may be NULL) */
321 * Anchor table (may be NULL) */
326 struct Anchor
366 inline const Anchor& get_anchor (unsigned int row, unsigned int col, unsigned int cols, bool *found) const {
368 if (unlikely (row >= rows || col >= cols)) return Null(Anchor);
387 OffsetTo<Anchor>
388 matrixZ[VAR]; /* Matrix of offsets to Anchor tables--
407 OffsetTo<Anchor>
408 markAnchor; /* Offset to Anchor table--from
426 const Anchor& mark_anchor = this + record.markAnchor;
428 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
429 /* If this subtable doesn't have an anchor for this base and this class,
875 OffsetTo<Anchor>
879 OffsetTo<Anchor>