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 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
    [all...]
  /external/freetype/src/psaux/
t1decode.c 84 5, /* seac */
118 /* implement the SEAC Type 1 operator. */
166 /* Implements the `seac' Type 1 operator for a Type 1 decoder. */
205 if ( decoder->seac )
207 FT_ERROR(( "t1operator_seac: invalid nested seac\n" ));
211 /* seac weirdness */
245 " invalid seac character code arguments\n" ));
293 /* the seac operator must not be nested */
294 decoder->seac = TRUE;
296 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 82 milliseconds