OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_Fonts
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
22
m_Fonts
(),
48
for (int32_t i =
m_Fonts
.GetUpperBound(); i >= 0; i--) {
49
IFX_Font* pFont = (IFX_Font*)
m_Fonts
[i];
54
m_Fonts
.RemoveAll();
74
m_Fonts
.Add(pFont);
143
m_Fonts
.Add(pFont);
181
m_Fonts
.Add(pFont);
199
m_Fonts
.Add(pFont);
216
m_Fonts
.Add(pFont);
241
m_Fonts
.Add(pFont);
[
all
...]
fx_stdfontmgr.h
53
CFX_PtrArray
m_Fonts
;
Completed in 35 milliseconds