Searched defs:SetRect (Results 1 – 9 of 9) sorted by relevance
65 void SetRect(const CPVT_FloatRect& rect) { m_Rect = rect; } in SetRect() function
44 void SetRect(const CFX_RectF& rect) { m_ItemRect = rect; } in SetRect() function
93 void SetRect(const CFX_FloatRect& rect) { m_rcListItem = rect; } in SetRect() function
71 void SetRect(const CFX_FloatRect& rect) { m_Rect = 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
390 void CPDFSDK_Widget::SetRect(const CFX_FloatRect& rect) { in SetRect() function in CPDFSDK_Widget
397 void SetRect(CPDFSDK_FormFillEnvironment* pFormFillEnv, in SetRect() function