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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
otvmath.c 319 FT_UInt vcnt, table_size; local
330 vcnt = FT_NEXT_USHORT( p );
332 OTV_LIMIT_CHECK( 4 * vcnt );
333 table_size = 4 + 4 * vcnt;
335 for ( i = 0; i < vcnt; ++i )
359 FT_UInt vcnt, hcnt, i, table_size; local
373 vcnt = FT_NEXT_USHORT( p );
376 OTV_LIMIT_CHECK( 2 * vcnt + 2 * hcnt );
377 table_size = 10 + 2 * vcnt + 2 * hcnt;
381 otv_Coverage_validate( table + VCoverage, otvalid, (FT_Int)vcnt );
    [all...]
  /external/libedit/src/
terminal.c 1272 ssize_t vcnt = ct_visual_char(visbuf, VISUAL_WIDTH_MAX, c); local
1273 if (vcnt < 0)
1274 vcnt = 0;
1275 visbuf[vcnt] = '\0';
1276 terminal_overwrite(el, visbuf, (size_t)vcnt);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
rdopt.c 1545 int vcnt=0; local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
rdopt.c 1543 int vcnt=0; local
    [all...]

Completed in 175 milliseconds