OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SetAutoFontSize
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/core/fpdfdoc/
cpdf_variabletext.h
88
void
SetAutoFontSize
(bool bAuto) { m_bAutoFontSize = bAuto; }
/external/pdfium/fpdfsdk/pwl/
cpwl_edit_impl.cpp
634
void CPWL_EditImpl::
SetAutoFontSize
(bool bAuto, bool bPaint) {
635
m_pVT->
SetAutoFontSize
(bAuto);
[
all
...]
Completed in 385 milliseconds