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

1 23 4

  /external/chromium_org/pdf/
fading_controls.cc 236 SetRect(rc, false);
progress_control.cc 71 Control::SetRect(rc, false);
  /external/chromium_org/remoting/codec/
video_decoder_vpx.cc 92 transparent_region_.SetRect(webrtc::DesktopRect::MakeSize(screen_size_));
  /external/chromium_org/remoting/host/
video_scheduler_unittest.cc 226 frame->mutable_updated_region()->SetRect(
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
window_capturer_x11.cc 305 frame->mutable_updated_region()->SetRect(
screen_capturer_x11.cc 447 updated_region->SetRect(screen_rect);
desktop_region.cc 83 void DesktopRegion::SetRect(const DesktopRect& rect) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
docobj.h 171 virtual HRESULT WINAPI SetRect(LPRECT prcView) = 0;
191 HRESULT (WINAPI *SetRect)(IOleDocumentView *This,LPRECT prcView);
213 #define IOleDocumentView_SetRect(This,prcView) (This)->lpVtbl->SetRect(This,prcView)
    [all...]
  /external/chromium_org/ash/display/
display_info.cc 40 bounds->SetRect(x, y, width, height);
  /external/chromium_org/chrome/browser/printing/
printing_message_filter.cc 66 params->printable_area.SetRect(
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_unittest.cc 230 params.bounds.SetRect(10, 20, 300, 400);
tab_strip.cc     [all...]
  /external/chromium_org/ui/views/widget/
native_widget_aura_unittest.cc 257 params.bounds.SetRect(10, 20, 300, 400);
  /external/chromium_org/win8/metro_driver/ime/
text_service.cc 426 SetRect(rect, left_top.x, left_top.y, right_bottom.x, right_bottom.y);
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h 162 void SetRect(const CLST_Rect & rect);
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 49 void CFX_ListItem::SetRect(const CLST_Rect & rect)
172 pListItem->SetRect(CLST_Rect(0.0f,fPosY,0.0f,fPosY + fListItemHeight));
  /external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
dsa_old.cpp 721 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));
dsa.cpp 1185 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));
dsa_new.cpp 1116 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/
glass_browser_frame_view.cc 499 avatar_bounds_.SetRect(avatar_x, avatar_y, incognito_icon.width(),
opaque_browser_frame_view_layout.cc 425 avatar_bounds_.SetRect(
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 206 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/
SDL_romvideo.c 496 SetRect(&wrect, 0, 0, width, height);
  /external/chromium_org/ash/wm/workspace/
workspace_layout_manager_unittest.cc 434 window_bounds.SetRect(-150, -150, 200, 200);
454 window_bounds.SetRect(-1900, -1900, 3000, 3000);
    [all...]
  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp     [all...]

Completed in 1556 milliseconds

1 23 4