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

  /external/libchrome/base/metrics/
histogram_base.cc 139 int x_count = static_cast<int>(k_line_length * (current_size / max_size) local
141 int x_remainder = k_line_length - x_count;
143 while (0 < x_count--)
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
pfrgload.c 255 FT_UInt flags, x_count, y_count, i, count, mask; local
266 x_count = 0;
273 x_count = count & 15;
281 x_count = PFR_NEXT_BYTE( p );
291 count = x_count + y_count;
307 glyph->y_control = glyph->x_control + x_count;
393 if ( format_low >= x_count )
445 if ( idx >= x_count )

Completed in 386 milliseconds