OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_FONTSTYLE_FixedPitch
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/src/fgas/include/
fx_fnt.h
12
#define
FX_FONTSTYLE_FixedPitch
0x01
/external/pdfium/xfa/src/fgas/src/font/
fx_fontutils.cpp
11
if (dwFontStyles &
FX_FONTSTYLE_FixedPitch
) {
fx_stdfontmgr.cpp
422
if ((dwFontStyles &
FX_FONTSTYLE_FixedPitch
) ==
423
(pFont->dwFontStyles &
FX_FONTSTYLE_FixedPitch
)) {
442
dwStyles |=
FX_FONTSTYLE_FixedPitch
;
[
all
...]
fx_gdifont.cpp
171
(dwFontStyles &
FX_FONTSTYLE_FixedPitch
) ? FIXED_PITCH : VARIABLE_PITCH;
fx_gefont.cpp
201
if (dwFontStyles &
FX_FONTSTYLE_FixedPitch
) {
Completed in 6680 milliseconds