Searched refs:SetRect (Results 51 - 75 of 88) sorted by relevance

1234

/external/chromium_org/remoting/codec/
H A Dvideo_decoder_vpx.cc92 transparent_region_.SetRect(webrtc::DesktopRect::MakeSize(screen_size_));
/external/chromium_org/remoting/host/
H A Dvideo_scheduler_unittest.cc226 frame->mutable_updated_region()->SetRect(
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc305 frame->mutable_updated_region()->SetRect(
H A Dscreen_capturer_x11.cc447 updated_region->SetRect(screen_rect);
H A Ddesktop_region.cc83 void DesktopRegion::SetRect(const DesktopRect& rect) { function in class:webrtc::DesktopRegion
/external/chromium_org/ash/display/
H A Ddisplay_info.cc40 bounds->SetRect(x, y, width, height);
/external/chromium_org/chrome/browser/printing/
H A Dprinting_message_filter.cc66 params->printable_area.SetRect(
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_unittest.cc230 params.bounds.SetRect(10, 20, 300, 400);
H A Dtab_strip.cc1170 clip->SetRect(
1185 clip->SetRect(x, 0, tab_bounds.width() - x, tab_bounds.height());
1470 newtab_button_bounds_.SetRect(0,
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura_unittest.cc257 params.bounds.SetRect(10, 20, 300, 400);
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_service.cc426 SetRect(rect, left_top.x, left_top.y, right_bottom.x, right_bottom.y);
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h162 void SetRect(const CLST_Rect & rect);
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp49 void CFX_ListItem::SetRect(const CLST_Rect & rect) function in class:CFX_ListItem
172 pListItem->SetRect(CLST_Rect(0.0f,fPosY,0.0f,fPosY + fListItemHeight));
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa_old.cpp721 rect.SetRect(TPoint(0, 0), TSize(asz.iWidth, (asz.iWidth * dh) >> 16));
726 rect.SetRect(TPoint(0, 0), TSize((asz.iHeight * dw) >> 16, asz.iHeight));
H A Ddsa.cpp1185 rect.SetRect(TPoint(0, 0), TSize(asz.iWidth, (asz.iWidth * dh) >> 16));
1190 rect.SetRect(TPoint(0, 0), TSize((asz.iHeight * dw) >> 16, asz.iHeight));
H A Ddsa_new.cpp1116 rect.SetRect(TPoint(0, 0), TSize(asz.iWidth, (asz.iWidth * dh) >> 16));
1121 rect.SetRect(TPoint(0, 0), TSize((asz.iHeight * dw) >> 16, asz.iHeight));
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc499 avatar_bounds_.SetRect(avatar_x, avatar_y, incognito_icon.width(),
H A Dopaque_browser_frame_view_layout.cc425 avatar_bounds_.SetRect(
/external/pdfium/fpdfsdk/include/javascript/
H A DField.h206 static void SetRect(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, const CPDF_Rect& rect);
/external/qemu/distrib/sdl-1.2.15/src/video/macrom/
H A DSDL_romvideo.c496 SetRect(&wrect, 0, 0, width, height);
/external/chromium_org/ash/wm/workspace/
H A Dworkspace_layout_manager_unittest.cc434 window_bounds.SetRect(-150, -150, 200, 200);
454 window_bounds.SetRect(-1900, -1900, 3000, 3000);
H A Dworkspace_event_handler_unittest.cc152 restored_bounds.SetRect(220, 20, 50, 50);
/external/pdfium/fpdfsdk/src/javascript/
H A DField.cpp2395 Field::SetRect(m_pDocument, m_FieldName, m_nFormControlIndex, crRect);
2432 void Field::SetRect(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, const CPDF_Rect& rect) function in class:Field
2475 pWidget->SetRect(crRect);
2509 pWidget->SetRect(crRect);
4086 Field::SetRect(pDocument, pData->sFieldName, pData->nControlIndex, pData->rect);
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.cc1111 GetWindow(payload.window_id, windows)->bounds.SetRect(payload.x,
1127 GetWindow(payload.window_id, windows)->bounds.SetRect(payload.x,
/external/chromium_org/chrome/browser/ui/panels/
H A Dpanel_resize_browsertest.cc565 panel1_expected_bounds.SetRect(

Completed in 564 milliseconds

1234