Searched defs:SetRect (Results 1 – 9 of 9) sorted by relevance
65 void SetRect(const CPVT_FloatRect& rect) { m_Rect = rect; } in SetRect() function
41 void SetRect(const CFX_RectF& rect) { m_ItemRect = rect; } in SetRect() function
69 void SetRect(const CFX_FloatRect& rect) { m_Rect = rect; } in SetRect() function
91 void SetRect(const CFX_FloatRect& rect) { m_rcListItem = rect; } in SetRect() function
75 void SetRect(float x, float y, float width, float height) { in SetRect() function
108 void SetRect(int x, int y, int width, int height) { in SetRect() function
84 void DesktopRegion::SetRect(const DesktopRect& rect) { in SetRect() function in webrtc::DesktopRegion
393 void CPDFSDK_Widget::SetRect(const CFX_FloatRect& rect) { in SetRect() function in CPDFSDK_Widget
396 void SetRect(CPDFSDK_FormFillEnvironment* pFormFillEnv, in SetRect() function