Home | History | Annotate | Download | only in cff

Lines Matching refs:seac

207     5, /* seac */
728 if ( decoder->seac )
730 FT_ERROR(( "cff_operator_seac: invalid nested seac\n" ));
758 " invalid seac character code arguments\n" ));
807 /* the seac operator must not be nested */
808 decoder->seac = TRUE;
811 decoder->seac = FALSE;
837 /* the seac operator must not be nested */
838 decoder->seac = TRUE;
841 decoder->seac = FALSE;
1943 FT_TRACE4(( " seac\n" ));
1960 /* We are going to emulate the seac operator. */
2519 /********** extract the value from either a `sbw' or `seac' *********/