Home
last modified time | relevance | path

Searched refs:x_count (Results 1 – 2 of 2) sorted by relevance

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