/external/chromium_org/remoting/codec/ |
D | video_encoder_vpx_unittest.cc | 56 frame->mutable_updated_region()->SetRect( in TEST() 80 frame->mutable_updated_region()->SetRect( in TEST() 104 frame->mutable_updated_region()->SetRect( in TEST() 123 frame->mutable_updated_region()->SetRect( in TEST() 131 frame->mutable_updated_region()->SetRect( in TEST()
|
/external/chromium_org/chrome/browser/devtools/ |
D | devtools_contents_resizing_strategy.cc | 38 new_devtools_bounds->SetRect( in ApplyDevToolsContentsResizingStrategy() 43 new_contents_bounds->SetRect( in ApplyDevToolsContentsResizingStrategy() 52 new_contents_bounds->SetRect(left, top, width, height); in ApplyDevToolsContentsResizingStrategy()
|
/external/chromium_org/ui/gfx/geometry/ |
D | rect_base_impl.h | 39 SetRect(Type x, Type y, Type width, Type height) { in SetRect() function 167 SetRect(0, 0, 0, 0); in Intersect() 179 SetRect(rx, ry, rr - rx, rb - ry); in Intersect() 202 SetRect(rx, ry, rr - rx, rb - ry); in Union() 216 SetRect(0, 0, 0, 0); in Subtract() 240 SetRect(rx, ry, rr - rx, rb - ry); in Subtract() 257 SetRect(new_x, new_y, new_width, new_height); in AdjustToFit() 283 SetRect(new_x, new_y, new_width, new_height); in ClampToCenteredSize() 297 left_half->SetRect(x(), y(), width() / 2, height()); in SplitVertically() 298 right_half->SetRect(left_half->right(), in SplitVertically()
|
/external/chromium_org/ui/views/controls/ |
D | label_unittest.cc | 392 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() 408 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() 437 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() 453 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() 469 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() 519 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() 536 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() 562 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() 579 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() 596 text_bounds.SetRect(0, 0, 0, 0); in TEST_F() [all …]
|
/external/chromium_org/printing/ |
D | page_setup.cc | 48 printable_area_.SetRect(0, 0, 0, 0); in Clear() 49 overlay_area_.SetRect(0, 0, 0, 0); in Clear() 50 content_area_.SetRect(0, 0, 0, 0); in Clear()
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | printing_gtk2_util.cc | 61 printable_area_device_units.SetRect( in InitPrintSettingsGtk() 74 printable_area_device_units.SetRect( in InitPrintSettingsGtk()
|
/external/chromium_org/ash/display/ |
D | mouse_cursor_event_filter.cc | 128 src_indicator_bounds_.SetRect(0, 0, 0, 0); in ShowSharedEdgeIndicator() 129 dst_indicator_bounds_.SetRect(0, 0, 0, 0); in ShowSharedEdgeIndicator() 160 src_edge_bounds_in_native_.SetRect(0, 0, 0, 0); in OnDisplayConfigurationChanged() 161 dst_edge_bounds_in_native_.SetRect(0, 0, 0, 0); in OnDisplayConfigurationChanged() 329 dst_indicator_bounds_.SetRect( in UpdateVerticalEdgeBounds()
|
/external/chromium_org/ui/views/ |
D | view_unittest.cc | 608 touch_rect.SetRect(15, 15, 100, 100); in TEST_F() 615 touch_rect.SetRect(50, 50, 5, 10); in TEST_F() 622 touch_rect.SetRect(95, 96, 21, 22); in TEST_F() 628 touch_rect.SetRect(95, 10, 300, 120); in TEST_F() 635 touch_rect.SetRect(20, 20, 400, 100); in TEST_F() 642 touch_rect.SetRect(-700, -15, 1050, 110); in TEST_F() 648 touch_rect.SetRect(15, 15, 1, 1); in TEST_F() 655 touch_rect.SetRect(0, 200, 110, 100); in TEST_F() 662 touch_rect.SetRect(80, 280, 15, 15); in TEST_F() 670 touch_rect.SetRect(0, 200, 200, 100); in TEST_F() [all …]
|
D | mouse_watcher_view_host.cc | 38 bounds.SetRect(view_topleft.x() - hot_zone_insets_.left(), in IsCursorInViewZone()
|
/external/chromium_org/ppapi/cpp/ |
D | rect.h | 245 void SetRect(int32_t x, int32_t y, int32_t w, int32_t h) { in SetRect() function 255 void SetRect(const PP_Rect& rect) { in SetRect() function 630 void SetRect(float x, float y, float w, float h) { in SetRect() function 640 void SetRect(const PP_FloatRect& rect) { in SetRect() function
|
/external/chromium_org/remoting/host/ |
D | fake_desktop_capturer.cc | 108 frame->mutable_updated_region()->SetRect( in GenerateFrame() 112 frame->mutable_updated_region()->SetRect(webrtc::DesktopRect::MakeXYWH( in GenerateFrame()
|
/external/chromium_org/cc/base/ |
D | simple_enclosed_region.cc | 63 rect_.SetRect( in Subtract() 123 rect_.SetRect(left, top, right - left, bottom - top); in Union()
|
/external/qemu/distrib/sdl-1.2.15/src/video/macdsp/ |
D | SDL_dspvideo.c | 440 SetRect (&bounds, 0, 0, 320, 240); in DSp_IsHWAvailable() 938 SetRect (&rect, 0, 0, width, height); in DSp_SetVideoMode() 986 SetRect (&rect, 0, 0, surface->w, surface->h); in DSp_MakeHWMask() 1058 SetRect (&bounds, 0, 0, width, height); in DSp_NewHWSurface() 1157 SetRect (&src_rect, srcrect->x, srcrect->y, srcrect->x + srcrect->w, srcrect->y + srcrect->h); in DSp_HWAccelBlit() 1158 SetRect (&dst_rect, dstrect->x, dstrect->y, dstrect->x + dstrect->w, dstrect->y + dstrect->h); in DSp_HWAccelBlit() 1220 SetRect (&fill_rect, rect->x, rect->y, rect->x + rect->w, rect->y + rect->h); in DSp_FillHWRect() 1247 SetRect (&rect, 0, 0, surface->w-1, surface->h-1); in DSp_FlipHWSurface()
|
/external/chromium_org/chrome/browser/ui/window_sizer/ |
D | window_sizer.cc | 66 bounds->SetRect(left, top, std::max(0, right - left), in GetPersistentState() 81 work_area->SetRect(work_area_left, work_area_top, in GetPersistentState() 341 default_bounds->SetRect(kWindowTilePixels + work_area.x(), in GetDefaultWindowBounds()
|
/external/chromium_org/chrome/browser/ui/panels/ |
D | detached_panel_browsertest.cc | 199 secondary_display_area.SetRect(400, 100, 300, 400); in IN_PROC_BROWSER_TEST_F() 200 secondary_work_area.SetRect(400, 100, 300, 360); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/ash/shell/ |
D | toplevel_window.cc | 87 bounds->SetRect(10, 150, 300, 300); in GetSavedWindowPlacement()
|
/external/chromium_org/pdf/ |
D | control.h | 55 virtual void SetRect(const pp::Rect& rc, bool invalidate);
|
D | page_indicator.cc | 45 Control::SetRect(rc, false); in Configure()
|
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 97 SetRect(&rect, 0, 0, width, height); in graw_create_window_and_screen()
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | graw_gdi.c | 97 SetRect(&rect, 0, 0, width, height); in graw_create_window_and_screen()
|
/external/chromium_org/remoting/host/chromeos/ |
D | aura_desktop_capturer.cc | 114 frame->mutable_updated_region()->SetRect(rect); in OnFrameCaptured()
|
/external/chromium_org/third_party/webrtc/modules/desktop_capture/ |
D | desktop_region.h | 106 void SetRect(const DesktopRect& rect);
|
/external/chromium_org/android_webview/native/ |
D | aw_pdf_exporter.cc | 77 printable_area_device_units.SetRect(0, 0, width_in_dots, height_in_dots); in CreatePdfSettings()
|
/external/chromium_org/chrome/browser/ui/views/omnibox/ |
D | omnibox_result_view.cc | 487 icon_bounds_.SetRect(edge_item_padding_ + in Layout() 504 keyword_text_bounds_.SetRect( in Layout() 511 text_bounds_.SetRect(text_x, 0, std::max(text_width, 0), height()); in Layout()
|
/external/chromium_org/ui/gfx/ipc/ |
D | gfx_param_traits.cc | 197 r->SetRect(values[0], values[1], values[2], values[3]); in Read() 218 r->SetRect(values[0], values[1], values[2], values[3]); in Read()
|