Searched refs:dst_rect (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dblit.h21 const Rect& dst_rect,
27 const Rect& dst_rect,
33 const Rect& dst_rect,
39 const Rect& dst_rect,
H A Dblit.cc62 const Rect& dst_rect,
66 BitBlt(dst_context, dst_rect.x(), dst_rect.y(),
67 dst_rect.width(), dst_rect.height(),
75 Rect src_rect(src_origin, dst_rect.size());
87 CGContextDrawImage(dst_context, dst_rect.ToCGRect(), src_sub_image);
96 dst_rect.x()-surface_x, dst_rect.y()-surface_y);
97 cairo_rectangle(dst_context, dst_rect
61 BlitContextToContext(NativeDrawingContext dst_context, const Rect& dst_rect, NativeDrawingContext src_context, const Point& src_origin) argument
107 BlitContextToCanvas(SkCanvas *dst_canvas, const Rect& dst_rect, NativeDrawingContext src_context, const Point& src_origin) argument
112 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect, local
117 BlitCanvasToContext(NativeDrawingContext dst_context, const Rect& dst_rect, SkCanvas *src_canvas, const Point& src_origin) argument
127 BlitCanvasToCanvas(SkCanvas *dst_canvas, const Rect& dst_rect, SkCanvas *src_canvas, const Point& src_origin) argument
133 BlitContextToContext(skia::BeginPlatformPaint(dst_canvas), dst_rect, local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_compositor.h190 struct u_rect *dst_rect,
203 struct u_rect *dst_rect,
215 struct u_rect *dst_rect,
H A Dvl_compositor.c873 struct u_rect *dst_rect,
892 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
927 struct u_rect *dst_rect,
947 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
956 struct u_rect *dst_rect,
975 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
868 vl_compositor_set_buffer_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_video_buffer *buffer, struct u_rect *src_rect, struct u_rect *dst_rect, enum vl_compositor_deinterlace deinterlace) argument
921 vl_compositor_set_palette_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *indexes, struct pipe_sampler_view *palette, struct u_rect *src_rect, struct u_rect *dst_rect, bool include_color_conversion) argument
951 vl_compositor_set_rgba_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *rgba, struct u_rect *src_rect, struct u_rect *dst_rect, struct vertex4f *colors) argument
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_compositor.h190 struct u_rect *dst_rect,
203 struct u_rect *dst_rect,
215 struct u_rect *dst_rect,
H A Dvl_compositor.c873 struct u_rect *dst_rect,
892 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
927 struct u_rect *dst_rect,
947 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
956 struct u_rect *dst_rect,
975 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
868 vl_compositor_set_buffer_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_video_buffer *buffer, struct u_rect *src_rect, struct u_rect *dst_rect, enum vl_compositor_deinterlace deinterlace) argument
921 vl_compositor_set_palette_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *indexes, struct pipe_sampler_view *palette, struct u_rect *src_rect, struct u_rect *dst_rect, bool include_color_conversion) argument
951 vl_compositor_set_rgba_layer(struct vl_compositor_state *s, struct vl_compositor *c, unsigned layer, struct pipe_sampler_view *rgba, struct u_rect *src_rect, struct u_rect *dst_rect, struct vertex4f *colors) argument
/external/chromium_org/ash/wm/overview/
H A Dscoped_transform_overview_window.cc183 const gfx::Rect& dst_rect) {
185 DCHECK(!dst_rect.IsEmpty());
187 transform.Translate(dst_rect.x() - src_rect.x(),
188 dst_rect.y() - src_rect.y());
189 transform.Scale(static_cast<float>(dst_rect.width()) / src_rect.width(),
190 static_cast<float>(dst_rect.height()) / src_rect.height());
181 GetTransformForRect( const gfx::Rect& src_rect, const gfx::Rect& dst_rect) argument
H A Dscoped_transform_overview_window.h46 // Returns the transform turning |src_rect| into |dst_rect|.
48 const gfx::Rect& dst_rect);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/
H A Dxvmc_private.h94 struct u_rect dst_rect; member in struct:__anon13240
H A Dsurface.c358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
422 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true);
425 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
H A Dsubpicture.c440 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; local
465 subpicture_priv->dst_rect = dst_rect;
/external/mesa3d/src/gallium/state_trackers/xvmc/
H A Dxvmc_private.h94 struct u_rect dst_rect; member in struct:__anon26813
H A Dsurface.c358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
422 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true);
425 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
H A Dsubpicture.c440 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; local
465 subpicture_priv->dst_rect = dst_rect;
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dcarbonvideorenderer.cc102 CGRect dst_rect = CGRectMake(x, y, CGImageGetWidth(image_ref), local
104 CGContextDrawImage(context, dst_rect, image_ref);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Doutput.c293 struct u_rect dst_rect; local
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
427 struct u_rect dst_rect; local
498 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
638 struct u_rect src_rect, dst_rect; local
668 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
697 struct u_rect src_rect, dst_rect; local
727 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
/external/mesa3d/src/gallium/state_trackers/vdpau/
H A Doutput.c293 struct u_rect dst_rect; local
392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
427 struct u_rect dst_rect; local
498 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
638 struct u_rect src_rect, dst_rect; local
668 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
697 struct u_rect src_rect, dst_rect; local
727 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
/external/qemu/distrib/sdl-1.2.15/src/video/gem/
H A DSDL_gemvideo.c1197 short icon_rect[4], dst_rect[4]; local
1214 dst_rect[0] = rect[0]-wind_pxy[0];
1215 dst_rect[1] = rect[1]-wind_pxy[1];
1216 dst_rect[2] = rect[2]-rect[0]+1;
1217 dst_rect[3] = rect[3]-rect[1]+1;
1220 if (!rc_intersect((GRECT *)icon_rect, (GRECT *)dst_rect)) {
1226 surface->w-1,surface->h-1, dst_rect[0],dst_rect[1],dst_rect[2],dst_rect[
[all...]
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.cc177 SkRect dst_rect = SkRect::Make(src_rect); local
178 canvas_->drawBitmapRect(back_bitmap, &src_rect, dst_rect, NULL);
/external/qemu/android/skin/
H A Dsurface.c290 SkinRect* dst_rect,
293 int x = dst_rect->pos.x;
294 int y = dst_rect->pos.y;
295 int w = dst_rect->size.w;
296 int h = dst_rect->size.h;
288 skin_blit_init_fill( SkinBlit* blit, SkinSurface* dst, SkinRect* dst_rect, uint32_t color ) argument
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
H A DSDL_dspvideo.c1149 Rect src_rect, dst_rect; local
1158 SetRect (&dst_rect, dstrect->x, dstrect->y, dstrect->x + dstrect->w, dstrect->y + dstrect->h);
1176 &src_rect, &src_rect, &dst_rect,
1198 &src_rect, &dst_rect, mode, NULL );
1204 &src_rect, &dst_rect, srcCopy, NULL );
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp494 FX_RECT dst_rect(0, 0, width, height);
495 dst_rect.Intersect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight());
496 int dst_width = dst_rect.Width();
497 int dst_height = dst_rect.Height();

Completed in 3401 milliseconds