Home
last modified time | relevance | path

Searched refs:SetRect (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h92 virtual void SetRect(const CPDF_Rect& rect) {} in SetRect() function
133 void SetRect(const CPDF_Rect& rect) override;
/external/webrtc/webrtc/modules/desktop_capture/
Ddesktop_region.h107 void SetRect(const DesktopRect& rect);
Dwindow_capturer_win.cc240 frame->mutable_updated_region()->SetRect( in Capture()
Dscreen_capturer_helper_unittest.cc36 region.SetRect(DesktopRect::MakeXYWH(1, 2, 3, 4)); in TEST_F()
Dscreen_capturer_x11.cc372 updated_region->SetRect(screen_rect); in CaptureScreen()
Dwindow_capturer_x11.cc305 frame->mutable_updated_region()->SetRect( in Capture()
Dwindow_capturer_mac.mm225 frame->mutable_updated_region()->SetRect(
Ddesktop_region.cc83 void DesktopRegion::SetRect(const DesktopRect& rect) { in SetRect() function in webrtc::DesktopRegion
/external/mesa3d/src/gallium/targets/graw-gdi/
Dgraw_gdi.c97 SetRect(&rect, 0, 0, width, height); in graw_create_window_and_screen()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp40 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/
Duser32.winxp.imports580 'SetRect@20',
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h129 void SetRect(const CLST_Rect& rect);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp2098 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()
DField.h390 static void SetRect(CPDFSDK_Document* pDocument,
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc300 SetRect(&_originalHwndRect, 0, 0, 0, 0); in VideoRenderDirect3D9()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp540 void CPDFSDK_BAAnnot::SetRect(const CPDF_Rect& rect) { in SetRect() function in CPDFSDK_BAAnnot