Searched defs:dest_rect (Results 1 - 4 of 4) sorted by relevance

/external/chromium/webkit/glue/media/
H A Dvideo_renderer_impl.cc53 const gfx::Rect& dest_rect) {
60 static_cast<float>(dest_rect.x()),
61 static_cast<float>(dest_rect.y()),
62 static_cast<float>(dest_rect.right()),
63 static_cast<float>(dest_rect.bottom()),
66 if (CanFastPaint(canvas, dest_rect)) {
67 FastPaint(video_frame, canvas, dest_rect);
69 SlowPaint(video_frame, canvas, dest_rect);
102 const gfx::Rect& dest_rect) {
143 TransformToSkIRect(canvas->getTotalMatrix(), dest_rect,
52 Paint(SkCanvas* canvas, const gfx::Rect& dest_rect) argument
101 CanFastPaint(SkCanvas* canvas, const gfx::Rect& dest_rect) argument
154 SlowPaint(media::VideoFrame* video_frame, SkCanvas* canvas, const gfx::Rect& dest_rect) argument
201 FastPaint(media::VideoFrame* video_frame, SkCanvas* canvas, const gfx::Rect& dest_rect) argument
304 TransformToSkIRect(const SkMatrix& matrix, const gfx::Rect& src_rect, SkIRect* dest_rect) argument
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/photon/
H A DSDL_ph_image.c1011 PhArea_t dest_rect; local
1034 dest_rect.pos.x=rects[i].x;
1035 dest_rect.pos.y=rects[i].y;
1039 dest_rect.size.w=rects[i].w;
1040 dest_rect.size.h=rects[i].h;
1042 PgContextBlitArea(OCImage.offscreen_context, &src_rect, NULL, &dest_rect);
/external/chromium/chrome/browser/tab_contents/
H A Dthumbnail_generator.cc393 const SkRect dest_rect = { 0, 0, local
396 const float dest_aspect = dest_rect.width() / dest_rect.height();
401 if (bitmap.width() < dest_rect.width() ||
402 bitmap.height() < dest_rect.height()) {
406 src_rect.set(0, 0, static_cast<S16CPU>(dest_rect.width()),
407 static_cast<S16CPU>(dest_rect.height()));
/external/chromium/webkit/glue/
H A Dwebmediaplayer_impl.cc127 const gfx::Rect& dest_rect) {
130 video_renderer_->Paint(canvas, dest_rect);
126 Paint(SkCanvas* canvas, const gfx::Rect& dest_rect) argument

Completed in 123 milliseconds