Searched refs:bitmap_rect (Results 1 – 2 of 2) sorted by relevance
872 gfx::Rect bitmap_rect(gfx::Point(), backing_store->size()); in OnPaint() local886 gfx::Rect paint_rect = bitmap_rect.Intersect(gfx::Rect(region_rects[i])); in OnPaint()911 if (damaged_rect.right() > bitmap_rect.right()) { in OnPaint()913 r.left = std::max(bitmap_rect.right(), damaged_rect.x()); in OnPaint()916 r.bottom = std::min(bitmap_rect.bottom(), damaged_rect.bottom()); in OnPaint()919 if (damaged_rect.bottom() > bitmap_rect.bottom()) { in OnPaint()923 r.top = std::max(bitmap_rect.bottom(), damaged_rect.y()); in OnPaint()
64 params.bitmap_rect = gfx::Rect(0, 0, kBitmapWidth, kBitmapHeight);65 params.view_size = params.bitmap_rect.size();