/external/chromium_org/ui/gl/ |
gl_image_stub.cc | 23 const RectF& crop_rect) {
|
gl_image.h | 56 const RectF& crop_rect) = 0;
|
gl_image_android_native_buffer.h | 28 const RectF& crop_rect) OVERRIDE;
|
gl_image_stub.h | 31 const RectF& crop_rect) OVERRIDE;
|
gl_image_egl.h | 33 const RectF& crop_rect) OVERRIDE;
|
gl_image_glx.h | 35 const RectF& crop_rect) OVERRIDE;
|
gl_image_io_surface.h | 36 const RectF& crop_rect) OVERRIDE;
|
gl_image_surface_texture.h | 37 const RectF& crop_rect) OVERRIDE;
|
gl_surface.h | 117 // |crop_rect| specifies the region within the buffer to be placed inside 123 const RectF& crop_rect); 185 const RectF& crop_rect) OVERRIDE;
|
gl_image_egl.cc | 61 const RectF& crop_rect) {
|
gl_image_io_surface.cc | 71 const RectF& crop_rect) {
|
gl_image_memory.h | 38 const RectF& crop_rect) OVERRIDE;
|
gl_image_surface_texture.cc | 88 const RectF& crop_rect) {
|
gl_surface_ozone.cc | 55 const RectF& crop_rect) OVERRIDE { 57 widget_, z_order, transform, bounds_rect, crop_rect); 133 const RectF& crop_rect) OVERRIDE { 135 widget_, z_order, transform, bounds_rect, crop_rect);
|
/external/chromium_org/ui/ozone/public/ |
overlay_candidates_ozone.h | 33 gfx::RectF crop_rect; member in struct:ui::OverlayCandidatesOzone::OverlaySurfaceCandidate
|
surface_factory_ozone.cc | 79 const gfx::RectF& crop_rect) {
|
surface_factory_ozone.h | 137 // |crop_rect| specifies the region within the buffer to be placed 145 const gfx::RectF& crop_rect);
|
/external/chromium_org/ui/ozone/platform/dri/ |
hardware_display_controller.cc | 63 crop_rect(0, 0, 1, 1), 70 const gfx::RectF& crop_rect) 75 crop_rect(crop_rect), 318 gfx::RectF crop_rect = plane.crop_rect; local 319 crop_rect.Scale(size.width(), size.height()); 323 crop_rect,
|
hardware_display_controller.h | 36 const gfx::RectF& crop_rect); 44 gfx::RectF crop_rect; member in struct:ui::OverlayPlane
|
gbm_surface_factory.h | 48 const gfx::RectF& crop_rect) OVERRIDE;
|
/external/chromium_org/media/filters/ |
skcanvas_video_renderer_unittest.cc | 341 const gfx::Rect crop_rect = cropped_frame()->visible_rect(); local 351 canvas.scale(static_cast<SkScalar>(crop_rect.width()) / kWidth, 352 static_cast<SkScalar>(crop_rect.height()) / kHeight); 359 GetColorAt(&canvas, offset_x + crop_rect.width() - 1, offset_y)); 361 GetColorAt(&canvas, offset_x, offset_y + crop_rect.height() - 1)); 364 offset_x + crop_rect.width() - 1, 365 offset_y + crop_rect.height() - 1)); 370 const gfx::Rect crop_rect = cropped_frame()->visible_rect(); local 385 const gfx::Rect crop_rect = cropped_frame()->visible_rect(); local 400 const gfx::Rect crop_rect = cropped_frame()->visible_rect() local [all...] |
/external/chromium_org/ui/ozone/gpu/ |
gpu_memory_buffer_factory_ozone_native_buffer.cc | 31 const gfx::RectF& crop_rect) OVERRIDE { 33 widget, z_order, transform, pixmap_, bounds_rect, crop_rect);
|
/external/chromium_org/cc/test/ |
test_context_support.h | 48 const gfx::RectF& crop_rect)>
|
/external/chromium_org/content/common/gpu/ |
stream_texture_android.h | 49 const gfx::RectF& crop_rect) OVERRIDE;
|
/external/chromium_org/gpu/command_buffer/service/ |
stream_texture_manager_in_process_android.cc | 39 const gfx::RectF& crop_rect) OVERRIDE; 88 const gfx::RectF& crop_rect) {
|