OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_arrFonts
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp
747
for (int32_t i = 0; i <
m_arrFonts
.GetSize(); i++) {
748
delete static_cast<CFWL_FontData*>(
m_arrFonts
[i]);
750
m_arrFonts
.RemoveAll();
755
for (int32_t i = 0; i <
m_arrFonts
.GetSize(); i++) {
756
CFWL_FontData* data = static_cast<CFWL_FontData*>(
m_arrFonts
[i]);
766
m_arrFonts
.Add(fontData);
/external/pdfium/xfa/include/fwl/theme/
widgettp.h
196
CFX_PtrArray
m_arrFonts
;
Completed in 626 milliseconds