HomeSort by relevance Sort by last modified time
    Searched refs:x_count (Results 1 - 6 of 6) 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 )
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h 117 jint x_count,
jni_shader_program.cpp 239 jint x_count,
243 program->SetTileCounts(x_count, y_count);
  /frameworks/base/media/mca/filterfw/native/core/
shader_program.h 355 void SetTileCounts(int x_count, int y_count);
shader_program.cpp 602 void ShaderProgram::SetTileCounts(int x_count, int y_count) {
603 tile_x_count_ = x_count;
    [all...]

Completed in 4096 milliseconds