Searched refs:line_rect (Results 1 – 1 of 1) sorted by relevance
351 GdkRectangle line_rect = GetRectForLine( in InvalidateLine() local353 gdk_window_invalidate_rect(window_->window, &line_rect, FALSE); in InvalidateLine()605 gfx::Rect line_rect = GetRectForLine(i, window_rect.width()); in HandleExpose() local607 if (!line_rect.Intersects(damage_rect)) in HandleExpose()618 line_rect.x(), line_rect.y(), in HandleExpose()619 line_rect.width(), line_rect.height()); in HandleExpose()623 (line_rect.width() - kIconLeftPadding - kIconWidth); in HandleExpose()627 icon_start_x, line_rect.y() + kIconTopPadding); in HandleExpose()656 int content_y = std::max(line_rect.y(), in HandleExpose()657 line_rect.y() + ((kHeightPerResult - actual_content_height) / 2)); in HandleExpose()