HomeSort by relevance Sort by last modified time
    Searched refs:seac (Results 1 - 3 of 3) sorted by null

  /external/freetype/src/psaux/
t1decode.c 85 5, /* seac */
119 * implement the SEAC Type 1 operator in the Adobe engine
172 * implement the SEAC Type 1 operator.
231 * Implements the `seac' Type 1 operator for a Type 1 decoder.
276 if ( decoder->seac )
278 FT_ERROR(( "t1operator_seac: invalid nested seac\n" ));
284 FT_ERROR(( "t1operator_seac: unexpected seac\n" ));
288 /* seac weirdness */
322 " invalid seac character code arguments\n" ));
370 /* the seac operator must not be nested *
    [all...]
cffdecode.c 208 5, /* seac */
232 if ( decoder->seac )
234 FT_ERROR(( "cff_operator_seac: invalid nested seac\n" ));
262 " invalid seac character code arguments\n" ));
311 /* the seac operator must not be nested */
312 decoder->seac = TRUE;
315 decoder->seac = FALSE;
341 /* the seac operator must not be nested */
342 decoder->seac = TRUE;
345 decoder->seac = FALSE
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 672 FT_Bool seac; member in struct:PS_Decoder_
678 FT_Service_PsCMaps psnames; /* for seac */
958 FT_Service_PsCMaps psnames; /* for seac */
985 FT_Bool seac; member in struct:T1_DecoderRec_
1212 FT_Bool seac; member in struct:CFF_Decoder_
    [all...]

Completed in 64 milliseconds