OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetContentRect
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/fpdfdoc/
cpdf_variabletext.h
75
void
SetContentRect
(const CPVT_FloatRect& rect);
cpdf_variabletext.cpp
629
void CPDF_VariableText::
SetContentRect
(const CPVT_FloatRect& rect) {
840
SetContentRect
(rcRet);
/external/pdfium/fpdfsdk/pwl/
cpwl_list_impl.h
67
void
SetContentRect
(const CFX_FloatRect& rect) { m_rcContent = rect; }
cpwl_list_impl.cpp
504
SetContentRect
(CFX_FloatRect(0.0f, fPosY, 0.0f, 0.0f));
Completed in 139 milliseconds