HomeSort by relevance Sort by last modified time
    Searched full:bounds_rect (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium_org/ui/gl/
gl_image_stub.cc 22 const Rect& bounds_rect,
gl_image_android_native_buffer.h 27 const Rect& bounds_rect,
gl_image_stub.h 30 const Rect& bounds_rect,
gl_image_egl.cc 60 const Rect& bounds_rect,
gl_image_egl.h 32 const Rect& bounds_rect,
gl_image_glx.h 34 const Rect& bounds_rect,
gl_image_io_surface.cc 70 const Rect& bounds_rect,
gl_image_io_surface.h 35 const Rect& bounds_rect,
gl_image_memory.h 37 const Rect& bounds_rect,
gl_image_surface_texture.h 36 const Rect& bounds_rect,
gl_surface.h 116 // |bounds_rect| specify where it is supposed to be on the screen in pixels.
118 // |bounds_rect|.
122 const Rect& bounds_rect,
184 const Rect& bounds_rect,
gl_surface_ozone.cc 54 const Rect& bounds_rect,
57 widget_, z_order, transform, bounds_rect, crop_rect);
132 const Rect& bounds_rect,
135 widget_, z_order, transform, bounds_rect, crop_rect);
gl_image.h 55 const Rect& bounds_rect,
gl_surface.cc 232 const Rect& bounds_rect,
353 const Rect& bounds_rect,
356 z_order, transform, image, bounds_rect, crop_rect);
gl_image_android_native_buffer.cc 123 const Rect& bounds_rect,
gl_image_surface_texture.cc 87 const Rect& bounds_rect,
gl_image_glx.cc 200 const Rect& bounds_rect,
  /external/chromium_org/ui/ozone/gpu/
gpu_memory_buffer_factory_ozone_native_buffer.cc 30 const gfx::Rect& bounds_rect,
33 widget, z_order, transform, pixmap_, bounds_rect, crop_rect);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_positioner.cc 194 gfx::Rect bounds_rect(display_.work_area());
198 bounds_rect.Inset(window_size_.width() / 2 + min_distance_from_edge_,
201 anchor.SetToMax(bounds_rect.origin());
202 anchor.SetToMin(bounds_rect.bottom_right());
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
ViewClippingTests.java 24 final Rect BOUNDS_RECT = new Rect(0, 0, 80, 80);
78 .runWithVerifier(makeClipVerifier(BOUNDS_RECT));
  /external/chromium_org/gpu/command_buffer/service/
stream_texture_manager_in_process_android.cc 38 const gfx::Rect& bounds_rect,
87 const gfx::Rect& bounds_rect,
texture_definition.cc 44 const gfx::Rect& bounds_rect,
105 const gfx::Rect& bounds_rect,
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.cc 110 gfx::Rect bounds_rect = gfx::Rect(x, y, width, height); local
111 bounds_rect.AdjustToFit(screen_rect);
112 window->SetBounds(bounds_rect);
  /external/chromium_org/content/common/gpu/
stream_texture_android.h 48 const gfx::Rect& bounds_rect,
  /external/chromium_org/cc/layers/
painted_scrollbar_layer_impl.cc 79 gfx::Rect bounds_rect(bounds());

Completed in 596 milliseconds

1 2