Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_variabletext.h88 void SetContentRect(const CPVT_FloatRect& rect);
Dcpdf_variabletext.cpp764 void CPDF_VariableText::SetContentRect(const CPVT_FloatRect& rect) { in SetContentRect() function in CPDF_VariableText
978 SetContentRect(rcRet); in Rearrange()
/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h135 void SetContentRect(const CLST_Rect& rect) { m_rcContent = rect; } in SetContentRect() function
Dfxet_list.cpp595 SetContentRect(CLST_Rect(0.0f, 0.0f, 0.0f, fPosY)); in ReArrange()