OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PWS_AUTOFONTSIZE
(Results
1 - 7
of
7
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Signature.cpp
147
acp.dwFlags = PWS_CHILD | PWS_VISIBLE |
PWS_AUTOFONTSIZE
| PES_MULTILINE |
155
dcp.dwFlags = PWS_CHILD | PWS_VISIBLE |
PWS_AUTOFONTSIZE
| PES_MULTILINE |
PWL_Label.cpp
80
m_pEdit->SetAutoFontSize(HasFlag(
PWS_AUTOFONTSIZE
));
PWL_ComboBox.cpp
294
if (HasFlag(
PWS_AUTOFONTSIZE
))
295
ecp.dwFlags |=
PWS_AUTOFONTSIZE
;
338
if (cp.dwFlags &
PWS_AUTOFONTSIZE
)
PWL_Edit.cpp
231
m_pEdit->SetAutoFontSize(HasFlag(
PWS_AUTOFONTSIZE
), FALSE);
801
if (HasFlag(
PWS_AUTOFONTSIZE
)) {
[
all
...]
/external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp
36
if (cp.dwFlags &
PWS_AUTOFONTSIZE
)
FFL_FormFiller.cpp
349
dwCreateFlags |=
PWS_AUTOFONTSIZE
;
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
33
#define
PWS_AUTOFONTSIZE
0x00800000L
Completed in 84 milliseconds