OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FX_FONTSTYLE_Bold
(Results
1 - 10
of
10
) sorted by null
/external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp
141
(dwFontStyles &
FX_FONTSTYLE_Bold
) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL;
216
if (dwFontStyles &
FX_FONTSTYLE_Bold
) {
223
(dwFontStyles &
FX_FONTSTYLE_Bold
) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL;
377
dwStyles |=
FX_FONTSTYLE_Bold
;
384
dwStyles |=
FX_FONTSTYLE_Bold
;
fx_fontutils.cpp
26
if (dwFontStyles &
FX_FONTSTYLE_Bold
) {
35
if (dwFontStyles &
FX_FONTSTYLE_Bold
) {
fx_stdfontmgr.cpp
126
(dwFontStyles &
FX_FONTSTYLE_Bold
) ? FXFONT_FW_BOLD : FXFONT_FW_NORMAL;
[
all
...]
fx_gdifont.cpp
168
lf.lfWeight = (dwFontStyles &
FX_FONTSTYLE_Bold
) ? FW_BOLD : FW_NORMAL;
/external/pdfium/xfa/src/fgas/include/
fx_fnt.h
17
#define
FX_FONTSTYLE_Bold
0x40000
18
#define FX_FONTSTYLE_BoldItalic (
FX_FONTSTYLE_Bold
| FX_FONTSTYLE_Italic)
/external/pdfium/xfa/src/fxfa/src/app/
xfa_fontmgr.cpp
[
all
...]
xfa_textlayout.cpp
363
dwStyle |=
FX_FONTSTYLE_Bold
;
377
dwStyle |=
FX_FONTSTYLE_Bold
;
[
all
...]
xfa_ffwidgetacc.cpp
[
all
...]
/external/pdfium/xfa/src/fdp/src/css/
fde_cssdatatable.cpp
93
dwFontStyle |=
FX_FONTSTYLE_Bold
;
[
all
...]
/external/pdfium/xfa/src/fdp/src/fde/
fde_gedevice.cpp
168
SubstFxFont.m_Weight = dwFontStyle &
FX_FONTSTYLE_Bold
? 700 : 400;
Completed in 68 milliseconds