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

  /external/freetype/src/otvalid/
otvcommn.c 598 FT_UInt ScriptCount;
605 ScriptCount = FT_NEXT_USHORT( p );
607 OTV_TRACE(( " (ScriptCount = %d)\n", ScriptCount ));
609 OTV_LIMIT_CHECK( ScriptCount * 6 );
614 for ( ; ScriptCount > 0; ScriptCount-- )
  /external/v8/src/
api.cc     [all...]

Completed in 81 milliseconds