HomeSort by relevance Sort by last modified time
    Searched refs:SetRect (Results 1 - 25 of 97) sorted by null

1 2 3 4

  /external/chromium_org/chrome/browser/devtools/
devtools_contents_resizing_strategy.cc 38 new_devtools_bounds->SetRect(
43 new_contents_bounds->SetRect(
52 new_contents_bounds->SetRect(left, top, width, height);
  /external/chromium_org/remoting/codec/
video_encoder_vpx_unittest.cc 56 frame->mutable_updated_region()->SetRect(
80 frame->mutable_updated_region()->SetRect(
104 frame->mutable_updated_region()->SetRect(
123 frame->mutable_updated_region()->SetRect(
131 frame->mutable_updated_region()->SetRect(
video_encoder_helper_unittest.cc 24 frame.mutable_updated_region()->SetRect(DesktopRect::MakeLTRB(0, 0, 16, 16));
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
printing_gtk2_util.cc 61 printable_area_device_units.SetRect(
74 printable_area_device_units.SetRect(
  /external/chromium_org/ui/gfx/geometry/
rect_base_impl.h 39 SetRect(Type x, Type y, Type width, Type height) {
167 SetRect(0, 0, 0, 0);
179 SetRect(rx, ry, rr - rx, rb - ry);
202 SetRect(rx, ry, rr - rx, rb - ry);
216 SetRect(0, 0, 0, 0);
240 SetRect(rx, ry, rr - rx, rb - ry);
257 SetRect(new_x, new_y, new_width, new_height);
283 SetRect(new_x, new_y, new_width, new_height);
297 left_half->SetRect(x(), y(), width() / 2, height());
298 right_half->SetRect(left_half->right()
    [all...]
  /external/chromium_org/printing/
page_setup.cc 48 printable_area_.SetRect(0, 0, 0, 0);
49 overlay_area_.SetRect(0, 0, 0, 0);
50 content_area_.SetRect(0, 0, 0, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ddstream.idl 85 HRESULT SetRect(
  /external/chromium_org/pdf/
control.h 55 virtual void SetRect(const pp::Rect& rc, bool invalidate);
page_indicator.cc 45 Control::SetRect(rc, false);
  /external/chromium_org/ui/views/
mouse_watcher_view_host.cc 38 bounds.SetRect(view_topleft.x() - hot_zone_insets_.left(),
view_unittest.cc 608 touch_rect.SetRect(15, 15, 100, 100);
615 touch_rect.SetRect(50, 50, 5, 10);
622 touch_rect.SetRect(95, 96, 21, 22);
628 touch_rect.SetRect(95, 10, 300, 120);
635 touch_rect.SetRect(20, 20, 400, 100);
642 touch_rect.SetRect(-700, -15, 1050, 110);
648 touch_rect.SetRect(15, 15, 1, 1);
655 touch_rect.SetRect(0, 200, 110, 100);
662 touch_rect.SetRect(80, 280, 15, 15);
670 touch_rect.SetRect(0, 200, 200, 100)
    [all...]
  /external/chromium_org/ui/views/controls/
label_unittest.cc 392 text_bounds.SetRect(0, 0, 0, 0);
408 text_bounds.SetRect(0, 0, 0, 0);
437 text_bounds.SetRect(0, 0, 0, 0);
453 text_bounds.SetRect(0, 0, 0, 0);
469 text_bounds.SetRect(0, 0, 0, 0);
519 text_bounds.SetRect(0, 0, 0, 0);
536 text_bounds.SetRect(0, 0, 0, 0);
562 text_bounds.SetRect(0, 0, 0, 0);
579 text_bounds.SetRect(0, 0, 0, 0);
596 text_bounds.SetRect(0, 0, 0, 0)
    [all...]
  /external/chromium_org/cc/base/
simple_enclosed_region.cc 63 rect_.SetRect(
123 rect_.SetRect(left, top, right - left, bottom - top);
  /external/chromium_org/remoting/host/
fake_desktop_capturer.cc 108 frame->mutable_updated_region()->SetRect(
112 frame->mutable_updated_region()->SetRect(webrtc::DesktopRect::MakeXYWH(
  /external/chromium_org/ash/shell/
toplevel_window.cc 87 bounds->SetRect(10, 150, 300, 300);
  /external/chromium_org/ppapi/cpp/
rect.h 245 void SetRect(int32_t x, int32_t y, int32_t w, int32_t h) {
255 void SetRect(const PP_Rect& rect) {
630 void SetRect(float x, float y, float w, float h) {
640 void SetRect(const PP_FloatRect& rect) {
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.cc 128 src_indicator_bounds_.SetRect(0, 0, 0, 0);
129 dst_indicator_bounds_.SetRect(0, 0, 0, 0);
160 src_edge_bounds_in_native_.SetRect(0, 0, 0, 0);
161 dst_edge_bounds_in_native_.SetRect(0, 0, 0, 0);
329 dst_indicator_bounds_.SetRect(
  /external/chromium_org/android_webview/native/
aw_pdf_exporter.cc 77 printable_area_device_units.SetRect(0, 0, width_in_dots, height_in_dots);
  /external/chromium_org/remoting/host/chromeos/
aura_desktop_capturer.cc 114 frame->mutable_updated_region()->SetRect(rect);
  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/
graw_gdi.c 97 SetRect(&rect, 0, 0, width, height);
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
desktop_region.h 106 void SetRect(const DesktopRect& rect);
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 97 SetRect(&rect, 0, 0, width, height);
  /external/chromium_org/chrome/browser/ui/panels/
detached_panel_browsertest.cc 199 secondary_display_area.SetRect(400, 100, 300, 400);
200 secondary_work_area.SetRect(400, 100, 300, 360);
  /external/qemu/distrib/sdl-1.2.15/src/video/macdsp/
SDL_dspvideo.c 440 SetRect (&bounds, 0, 0, 320, 240);
938 SetRect (&rect, 0, 0, width, height);
986 SetRect (&rect, 0, 0, surface->w, surface->h);
1058 SetRect (&bounds, 0, 0, width, height);
    [all...]
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 66 bounds->SetRect(left, top, std::max(0, right - left),
81 work_area->SetRect(work_area_left, work_area_top,
341 default_bounds->SetRect(kWindowTilePixels + work_area.x(),

Completed in 1014 milliseconds

1 2 3 4