/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseannot.h | 92 virtual void SetRect(const CPDF_Rect& rect) {} in SetRect() function 133 void SetRect(const CPDF_Rect& rect) override;
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | desktop_region.h | 107 void SetRect(const DesktopRect& rect);
|
D | window_capturer_win.cc | 240 frame->mutable_updated_region()->SetRect( in Capture()
|
D | screen_capturer_helper_unittest.cc | 36 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4)); in TEST_F()
|
D | screen_capturer_x11.cc | 372 updated_region->SetRect(screen_rect); in CaptureScreen()
|
D | window_capturer_x11.cc | 305 frame->mutable_updated_region()->SetRect( in Capture()
|
D | window_capturer_mac.mm | 225 frame->mutable_updated_region()->SetRect(
|
D | desktop_region.cc | 83 void DesktopRegion::SetRect(const DesktopRect& rect) { in SetRect() function in webrtc::DesktopRegion
|
/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/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_list.cpp | 40 void CFX_ListItem::SetRect(const CLST_Rect& rect) { in SetRect() function in CFX_ListItem 138 pListItem->SetRect(CLST_Rect(0.0f, fPosY, 0.0f, fPosY + fListItemHeight)); in ReArrange()
|
/external/v8/build/win/importlibs/x86/ |
D | user32.winxp.imports | 580 'SetRect@20',
|
/external/pdfium/fpdfsdk/include/fxedit/ |
D | fxet_list.h | 129 void SetRect(const CLST_Rect& rect);
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 2098 Field::SetRect(m_pDocument, m_FieldName, m_nFormControlIndex, crRect); in rect() 2129 void Field::SetRect(CPDFSDK_Document* pDocument, in SetRect() function in Field 2154 pWidget->SetRect(crRect); in SetRect() 2178 pWidget->SetRect(crRect); in SetRect() 3578 Field::SetRect(pDocument, pData->sFieldName, pData->nControlIndex, in DoDelay()
|
D | Field.h | 390 static void SetRect(CPDFSDK_Document* pDocument,
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 300 SetRect(&_originalHwndRect, 0, 0, 0, 0); in VideoRenderDirect3D9()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseannot.cpp | 540 void CPDFSDK_BAAnnot::SetRect(const CPDF_Rect& rect) { in SetRect() function in CPDFSDK_BAAnnot
|