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

  /external/freetype/src/truetype/
ttgxvar.c 508 blend->tuplecount = gvar_head.globalCoordCount;
513 blend->tuplecount ));
542 if ( blend->tuplecount != 0 )
545 gvar_head.axisCount * blend->tuplecount ) )
549 FT_FRAME_ENTER( blend->tuplecount * gvar_head.axisCount * 2L ) )
552 for ( i = 0; i < blend->tuplecount; i++ )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.c 507 blend->tuplecount = gvar_head.globalCoordCount;
512 blend->tuplecount ));
541 if ( blend->tuplecount != 0 )
544 gvar_head.axisCount * blend->tuplecount ) )
548 FT_FRAME_ENTER( blend->tuplecount * gvar_head.axisCount * 2L ) )
551 for ( i = 0; i < blend->tuplecount; i++ )
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 450 blend->tuplecount = gvar_head.globalCoordCount;
472 blend->tuplecount ));
501 if ( blend->tuplecount != 0 )
504 gvar_head.axisCount * blend->tuplecount ) )
508 FT_FRAME_ENTER( blend->tuplecount * gvar_head.axisCount * 2L ) )
511 for ( i = 0; i < blend->tuplecount; i++ )
    [all...]
  /external/icu/icu4c/source/test/intltest/
numfmtst.h 224 void expectPositions(FieldPositionIterator& iter, int32_t *values, int32_t tupleCount,
numfmtst.cpp     [all...]

Completed in 2333 milliseconds