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

1 2 3 4

  /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(
  /external/chromium_org/chrome/browser/devtools/
devtools_contents_resizing_strategy.cc 44 new_devtools_bounds->SetRect(
56 new_contents_bounds->SetRect(left, top, width, height);
84 new_contents_bounds->SetRect(left, top, width, height);
  /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 44 Control::SetRect(rc, false);
control.cc 104 void Control::SetRect(const pp::Rect& rc, bool invalidate) {
  /external/chromium_org/ui/views/
mouse_watcher_view_host.cc 38 bounds.SetRect(view_topleft.x() - hot_zone_insets_.left(),
view_unittest.cc 985 touch_rect.SetRect(15, 15, 100, 100);
992 touch_rect.SetRect(50, 50, 5, 10);
999 touch_rect.SetRect(95, 96, 21, 22);
1005 touch_rect.SetRect(95, 10, 300, 120);
1012 touch_rect.SetRect(20, 20, 400, 100);
1019 touch_rect.SetRect(-700, -15, 1050, 110);
1025 touch_rect.SetRect(15, 15, 1, 1);
    [all...]
  /external/chromium_org/ui/views/controls/
label_unittest.cc 390 text_bounds.SetRect(0, 0, 0, 0);
406 text_bounds.SetRect(0, 0, 0, 0);
435 text_bounds.SetRect(0, 0, 0, 0);
451 text_bounds.SetRect(0, 0, 0, 0);
467 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/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/android_webview/native/
aw_pdf_exporter.cc 77 printable_area_device_units.SetRect(0, 0, width_in_dots, height_in_dots);
  /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 197 secondary_display_area.SetRect(400, 100, 300, 400);
198 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/ash/display/
mouse_cursor_event_filter.cc 166 src_indicator_bounds_.SetRect(0, 0, 0, 0);
167 dst_indicator_bounds_.SetRect(0, 0, 0, 0);
199 src_edge_bounds_in_native_.SetRect(0, 0, 0, 0);
200 dst_edge_bounds_in_native_.SetRect(0, 0, 0, 0);
415 dst_indicator_bounds_.SetRect(
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer.cc 65 bounds->SetRect(left, top, std::max(0, right - left),
80 work_area->SetRect(work_area_left, work_area_top,
325 default_bounds->SetRect(kWindowTilePixels + work_area.x(),
  /external/chromium_org/android_webview/browser/renderer_host/
print_manager.cc 94 params->printable_area.SetRect(
  /external/chromium_org/ash/wm/
window_positioner_unittest.cc 125 bounds->SetRect(450, 10, 100, 100);
  /external/chromium_org/remoting/host/
screen_capturer_fake.cc 70 queue_.current_frame()->mutable_updated_region()->SetRect(

Completed in 1373 milliseconds

1 2 3 4