Home | History | Annotate | Download | only in pshinter

Lines Matching defs:hint

88     PS_Hint   hint = 0;
101 hint = table->hints + count - 1;
102 hint->pos = 0;
103 hint->len = 0;
104 hint->flags = 0;
109 *ahint = hint;
284 /* return last hint mask in a table, create one if the table is empty */
557 /* set a bit at a given index in the current hint mask */
567 /* get last hint mask */
673 PS_Hint hint = dim->hints.hints;
676 for ( idx = 0; idx < max; idx++, hint++ )
678 if ( hint->pos == pos && hint->len == len )
682 /* we need to create a new hint in the table */
685 error = ps_hint_table_alloc( &dim->hints, memory, &hint );
689 hint->pos = pos;
690 hint->len = len;
691 hint->flags = flags;
694 /* now, store the hint in the current mask */
767 /* end hint mask table */
883 FT_TRACE0(( "ps_hints_stem: called with invalid hint type (%d)\n",
940 FT_ERROR(( "ps_hints_t1stem3: called with invalid hint type\n" ));
981 /* invalid hint type */
1011 /* check bit count; must be equal to current total hint count */
1022 /* set-up new horizontal and vertical hint mask now */
1056 /* check bit count, must be equal to current total hint count */
1067 /* set-up new horizontal and vertical hint mask now */