OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_y_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/base/
tiling_data.h
70
operator bool() const { return index_x_ != -1 &&
index_y_
!= -1; }
73
int index_y() const { return
index_y_
; }
75
return std::make_pair(index_x_,
index_y_
);
82
index_y_
= -1;
87
int
index_y_
;
member in class:cc::TilingData::BaseIterator
117
index_y_
>= ignore_top_ &&
index_y_
<= ignore_bottom_;
145
index_y_
>= consider_top_ &&
index_y_
<= consider_bottom_;
149
index_y_
>= ignore_top_ && index_y_ <= ignore_bottom_
[
all
...]
tiling_data.cc
299
index_y_
(-1) {
320
index_y_
= tiling_data_->FirstBorderTileYIndexFromSrcCoord(rect.y());
323
top_left_tile = tiling_data_->TileBoundsWithBorder(index_x_,
index_y_
);
326
index_y_
= tiling_data_->TileYIndexFromSrcCoord(rect.y());
329
top_left_tile = tiling_data_->TileBounds(index_x_,
index_y_
);
346
index_y_
++;
347
if (
index_y_
> bottom_)
408
index_y_
= consider_top_;
424
index_y_
++;
431
index_y_
= ignore_bottom_ + 1
[
all
...]
Completed in 605 milliseconds