OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_SubstFonts
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.cpp
101
m_SubstFonts
(),
109
int32_t iCount =
m_SubstFonts
.GetSize();
111
IFX_Font* pFont = (IFX_Font*)
m_SubstFonts
[i];
114
m_SubstFonts
.RemoveAll();
132
int32_t iCount =
m_SubstFonts
.GetSize();
134
IFX_Font* pFont = (IFX_Font*)
m_SubstFonts
[i];
356
int32_t i =
m_SubstFonts
.Find(pFont);
375
int32_t i =
m_SubstFonts
.GetSize();
376
m_SubstFonts
.Add(pFont);
445
if (iHigher >
m_SubstFonts
.GetSize()) {
[
all
...]
fx_gefont.cpp
107
m_SubstFonts
(),
129
m_SubstFonts
(),
148
int32_t iCount =
m_SubstFonts
.GetSize();
150
IFX_Font* pFont = (IFX_Font*)
m_SubstFonts
[i];
153
m_SubstFonts
.RemoveAll();
515
int32_t i =
m_SubstFonts
.Find(pFont);
544
int32_t i =
m_SubstFonts
.GetSize();
545
m_SubstFonts
.Add(pFont);
567
int32_t iCount =
m_SubstFonts
.GetSize();
569
IFX_Font* pFont = (IFX_Font*)
m_SubstFonts
[i];
[
all
...]
fx_gdifont.h
81
CFX_PtrArray
m_SubstFonts
;
fx_gefont.h
73
CFX_PtrArray
m_SubstFonts
;
Completed in 43 milliseconds