OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_limit
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/cc/debug/
picture_record_benchmark.cc
106
int
x_limit
= std::max(1, content_bounds.width() - width);
local
108
for (int x = 0; x <
x_limit
; x += kPositionIncrement) {
/external/chromium_org/ui/surface/
accelerated_surface_transformer_win_unittest.cc
172
int
x_limit
= std::min(size.width() / 2, x + checker_square_size - 1);
local
174
for (int x_lo = x; x_lo <=
x_limit
; x_lo++) {
205
int
x_limit
= std::min(size.width(), x + checker_square_size);
local
207
for (int square_x = x; square_x <
x_limit
; square_x++) {
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp
1745
int
x_limit
= x_step;
local
[
all
...]
Completed in 128 milliseconds