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

  /xsrc/external/mit/freetype/dist/src/truetype/
ttinterp.h 194 FT_UInt numFDefs; /* number of function defs */
ttinterp.c 421 exec->numFDefs = size->num_function_defs;
519 size->num_function_defs = exec->numFDefs;
3710 limit = FT_OFFSET( rec, exc->numFDefs );
3722 if ( exc->numFDefs >= exc->maxFDefs )
3727 exc->numFDefs++;
3964 /* exc->maxFunc+1 == exc->numFDefs */
3970 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F )
3977 limit = def + exc->numFDefs;
4052 /* exc->maxFunc+1 == exc->numFDefs */
4058 if ( exc->maxFunc + 1 != exc->numFDefs || def->opc != F
    [all...]

Completed in 7 milliseconds