OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tile_j_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/resources/
picture_layer_tiling.h
110
operator bool() const { return
tile_j_
<= bottom_; }
113
int j() const { return
tile_j_
; }
123
int
tile_j_
;
member in class:cc::PictureLayerTiling::CoverageIterator
picture_layer_tiling.cc
195
tile_j_
(0),
211
tile_j_
(0),
245
tile_j_
= top_;
254
if (
tile_j_
> bottom_)
262
tile_j_
++;
264
if (
tile_j_
> bottom_) {
270
current_tile_ = tiling_->TileAt(tile_i_,
tile_j_
);
277
gfx::Rect content_rect = tiling_->tiling_data_.TileBounds(tile_i_,
tile_j_
);
321
gfx::Rect rect = tiling_->tiling_data_.TileBoundsWithBorder(tile_i_,
tile_j_
);
328
tiling_->tiling_data_.TileBoundsWithBorder(tile_i_,
tile_j_
).origin()
[
all
...]
Completed in 57 milliseconds