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

  /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 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/icu4c/test/intltest/
numfmtst.h 157 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
numfmtst.cpp     [all...]

Completed in 270 milliseconds