OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nCharset
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h
13
FX_INT32
nCharset
;
19
FX_INT32
nCharset
;
65
virtual FX_INT32 GetWordFontIndex(FX_WORD word, FX_INT32
nCharset
, FX_INT32 nFontIndex);
78
CFX_ByteString GetNativeFontName(FX_INT32
nCharset
);
80
static CFX_ByteString GetDefaultFontByCharset(FX_INT32
nCharset
);
82
CPDF_Font* AddFontToDocument(CPDF_Document* pDoc, CFX_ByteString& sFontName, FX_BYTE
nCharset
);
86
FX_BYTE
nCharset
);
89
virtual CPDF_Font* FindFontSameCharset(CFX_ByteString& sFontAlias, FX_INT32
nCharset
);
96
FX_INT32 GetFontIndex(const CFX_ByteString& sFontName, FX_INT32
nCharset
, FX_BOOL bFind);
97
FX_INT32 GetPWLFontIndex(FX_WORD word, FX_INT32
nCharset
);
[
all
...]
/external/pdfium/fpdfsdk/src/formfiller/
FFL_CBA_Fontmap.cpp
48
FX_INT32
nCharset
= DEFAULT_CHARSET;
56
nCharset
= pSubstFont->m_Charset;
61
nCharset
= SYMBOL_CHARSET;
63
nCharset
= ANSI_CHARSET;
65
AddFontData(m_pDefaultFont, m_sDefaultFontName,
nCharset
);
70
if (
nCharset
!= ANSI_CHARSET)
86
FX_INT32
nCharset
= DEFAULT_CHARSET;
88
nCharset
= pSubstFont->m_Charset;
89
AddFontData(m_pDefaultFont, m_sDefaultFontName,
nCharset
);
92
CPDF_Font* CBA_FontMap::FindFontSameCharset(CFX_ByteString& sFontAlias, FX_INT32
nCharset
)
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_vt.h
222
CPVT_Word() : Word(0),
nCharset
(0), ptWord(0, 0), fAscent(0.0f), fDescent(0.0f), fWidth(0.0f),
229
FX_INT32
nCharset
;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_FontMap.cpp
91
FX_INT32 CPWL_FontMap::GetWordFontIndex(FX_WORD word, FX_INT32
nCharset
, FX_INT32 nFontIndex)
102
if (
nCharset
== DEFAULT_CHARSET ||
103
pData->
nCharset
== SYMBOL_CHARSET ||
104
nCharset
== pData->
nCharset
)
116
nNewFontIndex = this->GetFontIndex(GetNativeFontName(
nCharset
),
nCharset
, TRUE);
156
CFX_ByteString CPWL_FontMap::GetNativeFontName(FX_INT32
nCharset
)
163
if (pData->
nCharset
==
nCharset
)
[
all
...]
/external/pdfium/core/src/fpdfdoc/
pdf_vt.h
138
CPVT_WordInfo() : Word(0),
nCharset
(0),
143
Word(word),
nCharset
(charset), fWordX(0.0f), fWordY(0.0f), fWordTail(0.0f),
153
CPVT_WordInfo(const CPVT_WordInfo & word): Word(0),
nCharset
(0),
164
this->
nCharset
= word.
nCharset
;
175
FX_INT32
nCharset
;
Completed in 4265 milliseconds