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

  /external/chromium_org/third_party/freetype/src/truetype/
ttgxvar.h 95 FT_UInt gv_glyphcnt; member in struct:GX_BlendRec_
ttgxvar.c 411 blend->gv_glyphcnt = gvar_head.glyphCount;
421 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
427 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 4L ) )
430 for ( i = 0; i <= blend->gv_glyphcnt; ++i )
438 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 2L ) )
441 for ( i = 0; i <= blend->gv_glyphcnt; ++i )
    [all...]
  /external/freetype/src/truetype/
ttgxvar.h 95 FT_UInt gv_glyphcnt; member in struct:GX_BlendRec_
ttgxvar.c 411 blend->gv_glyphcnt = gvar_head.glyphCount;
421 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
427 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 4L ) )
430 for ( i = 0; i <= blend->gv_glyphcnt; ++i )
438 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 2L ) )
441 for ( i = 0; i <= blend->gv_glyphcnt; ++i )
    [all...]

Completed in 983 milliseconds