Searched defs:crop_rect (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/ozone/public/
H A Doverlay_candidates_ozone.h33 gfx::RectF crop_rect; member in struct:ui::OverlayCandidatesOzone::OverlaySurfaceCandidate
H A Dsurface_factory_ozone.cc65 gfx::RectF crop_rect) {
59 ScheduleOverlayPlane( gfx::AcceleratedWidget w, int plane_z_order, gfx::OverlayTransform plane_transform, ui::NativeBufferOzone buffer, const gfx::Rect& display_bounds, gfx::RectF crop_rect) argument
/external/chromium_org/media/filters/
H A Dskcanvas_video_renderer_unittest.cc277 const gfx::Rect crop_rect = cropped_frame()->visible_rect(); local
287 canvas.scale(static_cast<SkScalar>(crop_rect.width()) / kWidth,
288 static_cast<SkScalar>(crop_rect.height()) / kHeight);
295 GetColorAt(&canvas, offset_x + crop_rect.width() - 1, offset_y));
297 GetColorAt(&canvas, offset_x, offset_y + crop_rect.height() - 1));
300 offset_x + crop_rect.width() - 1,
301 offset_y + crop_rect.height() - 1));

Completed in 142 milliseconds