OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pSubstFont
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/core/src/fxge/ge/
fx_ge_fontmap.cpp
491
CFX_SubstFont*
pSubstFont
) {
494
italic_angle, CharsetCP,
pSubstFont
);
792
FXFT_Face CFX_FontMapper::UseInternalSubst(CFX_SubstFont*
pSubstFont
,
808
pSubstFont
->m_SubstFlags |= FXFONT_SUBST_MM;
809
pSubstFont
->m_ItalicAngle = italic_angle;
811
pSubstFont
->m_Weight = weight;
814
pSubstFont
->m_Weight =
pSubstFont
->m_Weight * 4 / 5;
815
pSubstFont
->m_Family = "Chrome Serif";
825
pSubstFont
->m_Family = "Chrome Sans"
[
all
...]
fx_ge_text.cpp
[
all
...]
/external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp
40
if (const CFX_SubstFont*
pSubstFont
= m_pDefaultFont->GetSubstFont()) {
41
nCharset =
pSubstFont
->m_Charset;
71
if (const CFX_SubstFont*
pSubstFont
= m_pDefaultFont->GetSubstFont())
72
nCharset =
pSubstFont
->m_Charset;
/external/pdfium/core/include/fxge/
fx_font.h
270
CFX_SubstFont*
pSubstFont
);
320
CFX_SubstFont*
pSubstFont
);
335
FXFT_Face UseInternalSubst(CFX_SubstFont*
pSubstFont
,
Completed in 1006 milliseconds