Lines Matching full:dst_rect
55 const Rect& dst_rect,
59 BitBlt(dst_context, dst_rect.x(), dst_rect.y(),
60 dst_rect.width(), dst_rect.height(),
68 Rect src_rect(src_origin, dst_rect.size());
80 CGContextDrawImage(dst_context, dst_rect.ToCGRect(), src_sub_image);
89 dst_rect.x()-surface_x, dst_rect.y()-surface_y);
90 cairo_rectangle(dst_context, dst_rect.x(), dst_rect.y(),
91 dst_rect.width(), dst_rect.height());
101 const Rect& dst_rect,
105 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect,
111 const Rect& dst_rect,
115 BlitContextToContext(dst_context, dst_rect,
121 const Rect& dst_rect,
126 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect,