Home | History | Annotate | Download | only in printing

Lines Matching refs:bitmap_rect

119     gfx::Rect bitmap_rect(raster_size);
128 RECT rect = bitmap_rect.ToRECT();
619 gfx::Rect bitmap_rect(page_size);
620 RECT rect = bitmap_rect.ToRECT();
634 float(page_bounds.width()) / bitmap_rect.width(), 0,
635 0, float(page_bounds.height()) / bitmap_rect.height(),
640 ::BitBlt(hdc, 0, 0, bitmap_rect.width(), bitmap_rect.height(),
641 bitmap.context(), bitmap_rect.x(), bitmap_rect.y(), SRCCOPY);