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

  /external/freetype/src/truetype/
ttgxvar.h 95 FT_UInt gv_glyphcnt; member in struct:GX_BlendRec_
ttgxvar.c 451 blend->gv_glyphcnt = gvar_head.glyphCount;
474 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
480 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 4L ) )
483 for ( i = 0; i <= blend->gv_glyphcnt; i++ )
491 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 2L ) )
494 for ( i = 0; i <= blend->gv_glyphcnt; i++ )
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/truetype/
ttgxvar.h 95 FT_UInt gv_glyphcnt; member in struct:GX_BlendRec_
ttgxvar.c 508 blend->gv_glyphcnt = gvar_head.glyphCount;
514 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
520 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 4L ) )
523 for ( i = 0; i <= blend->gv_glyphcnt; i++ )
531 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 2L ) )
534 for ( i = 0; i <= blend->gv_glyphcnt; i++ )
    [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgxvar.h 95 FT_UInt gv_glyphcnt; member in struct:GX_BlendRec_
ttgxvar.c 451 blend->gv_glyphcnt = gvar_head.glyphCount;
474 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
480 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 4L ) )
483 for ( i = 0; i <= blend->gv_glyphcnt; i++ )
491 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 2L ) )
494 for ( i = 0; i <= blend->gv_glyphcnt; i++ )
    [all...]

Completed in 84 milliseconds