Home
last modified time | relevance | path

Searched refs:SetContentRect (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h190 void SetContentRect(const CLST_Rect & rect){m_rcContent = rect;} in SetContentRect() function
/external/pdfium/core/src/fpdfdoc/
Dpdf_vt.h345 virtual void SetContentRect(const CPVT_FloatRect & rect) in SetContentRect() function
Ddoc_vt.cpp1550 SetContentRect(rcRet); in Rearrange()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp177 SetContentRect(CLST_Rect(0.0f,0.0f,0.0f,fPosY)); in ReArrange()