Searched defs:SetRect (Results 1 – 9 of 9) sorted by relevance
19 void SetRect(const CFX_RectF& rect) { m_rtItem = rect; } in SetRect() function
50 void CPDFSDK_Annot::SetRect(const CFX_FloatRect& rect) {} in SetRect() function in CPDFSDK_Annot
55 void CPDFSDK_BAAnnot::SetRect(const CFX_FloatRect& rect) { in SetRect() function in CPDFSDK_BAAnnot
61 void SetRect(const CFX_FloatRect& rect) { m_Rect = rect; } in SetRect() function
104 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
381 void SetRect(CPDFSDK_FormFillEnvironment* pFormFillEnv, in SetRect() function