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

  /external/pdfium/third_party/freetype/src/cff/
cf2intrp.c 291 FT_Bool hasWidthArg = (FT_Bool)( count & 1 );
296 if ( hasWidthArg && ! *haveWidth )
303 for ( i = hasWidthArg ? 1 : 0; i < count; i += 2 )
    [all...]
  /external/freetype/src/cff/
cf2intrp.c 294 FT_Bool hasWidthArg = (FT_Bool)( count & 1 );
300 if ( hasWidthArg && !*haveWidth )
307 for ( i = hasWidthArg ? 1 : 0; i < count; i += 2 )
    [all...]

Completed in 54 milliseconds