HomeSort by: relevance | last modified time | path
    Searched refs:Ignore (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/
fterrdef.h 244 FT_ERRORDEF_( Ignore, 0xA2,
245 "ignore" )
  /xsrc/external/mit/freetype/dist/src/type1/
t1load.c 803 error = FT_ERR( Ignore );
887 error = FT_ERR( Ignore );
993 error = FT_ERR( Ignore );
1103 error = FT_ERR( Ignore );
1696 parser->root.error = FT_ERR( Ignore );
1997 /* To catch this we ignore `def' if */
2434 if ( FT_ERR_EQ( parser->root.error, Ignore ) )
2566 /* we don't use it currently so just warn, reset, and ignore */
  /xsrc/external/mit/MesaLib/dist/src/freedreno/decode/scripts/
texturator-to-unit-test.lua 92 -- ignore any texture state w/ DEPTH=1, these aren't the 3d tex state we
146 -- Ignore it, 1 is the default
  /xsrc/external/mit/libXt/dist/src/
Converters.c 190 static enum { Check, Report, Ignore } report_it = Check;
208 report_it = *(Boolean *) value.addr ? Report : Ignore;
218 report_it = report ? Report : Ignore;
TMstate.c 471 * there are certain cases where you want to ignore the event and stay
475 Ignore(TMEventPtr event)
1005 if (!Ignore(curEventPtr)) {
  /xsrc/external/mit/freetype/dist/src/type42/
t42parse.c 517 parser->root.error = FT_ERR( Ignore );
672 /* Ignore it. */
  /xsrc/external/mit/freetype/dist/src/psaux/
psobjs.c 386 /* skip octal escape or ignore backslash */
778 /* array; in this case we ignore `max_coords' */
855 /* array; in this case we ignore `max_values' */
1353 error = FT_ERR( Ignore );

Completed in 17 milliseconds