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

  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.h 92 FT_UInt tuplecount; /* shared tuples in `gvar' */ member in struct:GX_BlendRec_
93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */
107 /* Flags used within the `TupleCount' field of the `gvar' table. */
ttgxvar.c 408 blend->tuplecount = gvar_head.globalCoordCount;
446 if ( blend->tuplecount != 0 )
449 gvar_head.axisCount * blend->tuplecount ) )
453 FT_FRAME_ENTER( blend->tuplecount * gvar_head.axisCount * 2L ) )
456 for ( i = 0; i < blend->tuplecount; ++i )
    [all...]
  /external/freetype/src/truetype/
ttgxvar.h 92 FT_UInt tuplecount; /* shared tuples in `gvar' */ member in struct:GX_BlendRec_
93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */
107 /* Flags used within the `TupleCount' field of the `gvar' table. */
ttgxvar.c 410 blend->tuplecount = gvar_head.globalCoordCount;
448 if ( blend->tuplecount != 0 )
451 gvar_head.axisCount * blend->tuplecount ) )
455 FT_FRAME_ENTER( blend->tuplecount * gvar_head.axisCount * 2L ) )
458 for ( i = 0; i < blend->tuplecount; ++i )
    [all...]

Completed in 8549 milliseconds