Searched refs:strikethrough_rect (Results 1 – 1 of 1) sorted by relevance
1873 gfx::Rect strikethrough_rect = WindowBoundsFromIters(&iter_min, &iter_max); in HandleExposeEvent() local1875 if (!expose_rect.Intersects(strikethrough_rect)) in HandleExposeEvent()1887 strikethrough_rect.Inset(kStrikethroughStrokeWidth, in HandleExposeEvent()1892 cairo_move_to(cr, strikethrough_rect.x(), strikethrough_rect.bottom()); in HandleExposeEvent()1893 cairo_line_to(cr, strikethrough_rect.right(), strikethrough_rect.y()); in HandleExposeEvent()