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

  /external/freetype/src/cff/
cffgload.h 157 FT_Bool seac; member in struct:CFF_Decoder_
cffgload.c 208 5, /* seac */
729 if ( decoder->seac )
731 FT_ERROR(( "cff_operator_seac: invalid nested seac\n" ));
759 " invalid seac character code arguments\n" ));
808 /* the seac operator must not be nested */
809 decoder->seac = TRUE;
812 decoder->seac = FALSE;
838 /* the seac operator must not be nested */
839 decoder->seac = TRUE;
842 decoder->seac = FALSE
    [all...]
  /external/freetype/src/psaux/
t1decode.c 83 5, /* seac */
117 /* implement the SEAC Type 1 operator. */
165 /* Implements the `seac' Type 1 operator for a Type 1 decoder. */
204 if ( decoder->seac )
206 FT_ERROR(( "t1operator_seac: invalid nested seac\n" ));
210 /* seac weirdness */
244 " invalid seac character code arguments\n" ));
292 /* the seac operator must not be nested */
293 decoder->seac = TRUE;
295 decoder->seac = FALSE
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 669 FT_Service_PsCMaps psnames; /* for seac */
695 FT_Bool seac; member in struct:T1_DecoderRec_
    [all...]

Completed in 625 milliseconds