Home | History | Annotate | Download | only in base

Lines Matching refs:right

137   int index_right = TileXIndexFromSrcCoord(rect.right() - 1);
153 int index_right = LastBorderTileXIndexFromSrcCoord(rect.right() - 1);
321 right_ = tiling_data_->LastBorderTileXIndexFromSrcCoord(rect.right() - 1);
327 right_ = tiling_data_->TileXIndexFromSrcCoord(rect.right() - 1);
384 consider_right_ = tiling_data_->TileXIndexFromSrcCoord(consider.right() - 1);
391 ignore_right_ = tiling_data_->TileXIndexFromSrcCoord(ignore.right() - 1);
462 direction_(RIGHT),
486 consider_right_ = tiling_data_->TileXIndexFromSrcCoord(consider.right() - 1);
493 ignore_right_ = tiling_data_->TileXIndexFromSrcCoord(ignore.right() - 1);
527 // Determine around right, such that it is between -1 and num_tiles_x.
528 int right_src_coord = center.right() - 1;
556 // The current index is the bottom right of the around rect, which is also
591 case RIGHT:
625 case RIGHT:
662 if (direction_ == RIGHT || direction_ == LEFT) {