OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pFontEncoding
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/font/
fx_gefont.cpp
101
m_pFontEncoding
(NULL),
123
m_pFontEncoding
(NULL),
161
if (
m_pFontEncoding
!= NULL) {
162
delete
m_pFontEncoding
;
324
if (!
m_pFontEncoding
) {
325
m_pFontEncoding
= FX_CreateFontEncodingEx(m_pFont);
326
if (!
m_pFontEncoding
) {
493
FXSYS_assert(
m_pFontEncoding
!= NULL);
494
int32_t iGlyphIndex =
m_pFontEncoding
->GlyphFromCharCode(wUnicode);
fx_gefont.h
67
CFX_UnicodeEncoding*
m_pFontEncoding
;
Completed in 59 milliseconds