OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_count
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/base/metrics/
histogram_base.cc
120
int
x_count
= static_cast<int>(k_line_length * (current_size / max_size)
local
122
int x_remainder = k_line_length -
x_count
;
124
while (0 <
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
609
void ShaderProgram::SetTileCounts(int
x_count
, int y_count) {
610
tile_x_count_ =
x_count
;
[
all
...]
/external/chromium/base/metrics/
histogram.cc
650
int
x_count
= static_cast<int>(k_line_length * (current_size / max_size)
local
652
int x_remainder = k_line_length -
x_count
;
654
while (0 <
x_count
--)
[
all
...]
Completed in 75 milliseconds