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

  /external/freetype/src/truetype/
ttgxvar.c 435 GX_GVar_Head gvar_head; local
467 if ( FT_STREAM_READ_FIELDS( gvar_fields, &gvar_head ) )
470 if ( gvar_head.version != 0x00010000L )
477 if ( gvar_head.axisCount != (FT_UShort)blend->mmvar->num_axis )
486 if ( (FT_ULong)gvar_head.globalCoordCount * gvar_head.axisCount >
497 if ( (FT_ULong)gvar_head.glyphCount *
498 ( ( gvar_head.flags & 1 ) ? 8 : 6 ) > table_len )
508 blend->tuplecount = gvar_head.globalCoordCount;
509 blend->gv_glyphcnt = gvar_head.glyphCount
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.c 434 GX_GVar_Head gvar_head; local
466 if ( FT_STREAM_READ_FIELDS( gvar_fields, &gvar_head ) )
469 if ( gvar_head.version != 0x00010000L )
476 if ( gvar_head.axisCount != (FT_UShort)blend->mmvar->num_axis )
485 if ( (FT_ULong)gvar_head.globalCoordCount * gvar_head.axisCount >
496 if ( (FT_ULong)gvar_head.glyphCount *
497 ( ( gvar_head.flags & 1 ) ? 8 : 6 ) > table_len )
507 blend->tuplecount = gvar_head.globalCoordCount;
508 blend->gv_glyphcnt = gvar_head.glyphCount
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.c 415 GX_GVar_Head gvar_head; local
447 if ( FT_STREAM_READ_FIELDS( gvar_fields, &gvar_head ) )
450 blend->tuplecount = gvar_head.globalCoordCount;
451 blend->gv_glyphcnt = gvar_head.glyphCount;
452 offsetToData = gvar_start + gvar_head.offsetToData;
454 if ( gvar_head.version != 0x00010000L )
463 if ( gvar_head.axisCount != (FT_UShort)blend->mmvar->num_axis )
477 if ( gvar_head.flags & 1 )
504 gvar_head.axisCount * blend->tuplecount ) )
507 if ( FT_STREAM_SEEK( gvar_start + gvar_head.offsetToCoord ) |
    [all...]

Completed in 233 milliseconds