OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_tiles_x_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/base/
tiling_data.h
42
bool has_empty_bounds() const { return !
num_tiles_x_
|| !num_tiles_y_; }
43
int num_tiles_x() const { return
num_tiles_x_
; }
188
DCHECK_LT(i,
num_tiles_x_
);
200
int
num_tiles_x_
;
member in class:cc::TilingData
tiling_data.cc
70
if (
num_tiles_x_
<= 1)
76
return std::min(std::max(x, 0),
num_tiles_x_
- 1);
90
if (
num_tiles_x_
<= 1)
96
return std::min(std::max(x, 0),
num_tiles_x_
- 1);
110
if (
num_tiles_x_
<= 1)
116
return std::min(std::max(x, 0),
num_tiles_x_
- 1);
176
if (i + 1 ==
num_tiles_x_
)
228
DCHECK_LT(x_index,
num_tiles_x_
);
250
DCHECK_LT(x_index,
num_tiles_x_
);
252
if (!x_index &&
num_tiles_x_
== 1
[
all
...]
Completed in 79 milliseconds