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

  /external/freetype/src/truetype/
ttgxvar.h 95 FT_UInt gv_glyphcnt; member in struct:GX_BlendRec_
ttgxvar.c 409 blend->gv_glyphcnt = gvar_head.glyphCount;
419 if ( FT_NEW_ARRAY( blend->glyphoffsets, blend->gv_glyphcnt + 1 ) )
425 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 4L ) )
428 for ( i = 0; i <= blend->gv_glyphcnt; ++i )
436 if ( FT_FRAME_ENTER( ( blend->gv_glyphcnt + 1 ) * 2L ) )
439 for ( i = 0; i <= blend->gv_glyphcnt; ++i )
    [all...]

Completed in 266 milliseconds