Home | History | Annotate | Download | only in cff

Lines Matching full:seac

211     5, /* seac */
747 if ( decoder->seac )
749 FT_ERROR(( "cff_operator_seac: invalid nested seac\n" ));
777 " invalid seac character code arguments\n" ));
826 /* the seac operator must not be nested */
827 decoder->seac = TRUE;
830 decoder->seac = FALSE;
856 /* the seac operator must not be nested */
857 decoder->seac = TRUE;
860 decoder->seac = FALSE;
1959 FT_TRACE4(( " seac\n" ));
1976 /* We are going to emulate the seac operator. */
2542 /********** extract the value from either a `sbw' or `seac' *********/