OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pMatcher
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/xfa/src/fgas/src/font/
fx_stdfontmgr.cpp
19
:
m_pMatcher
(pMatcher),
34
if (
m_pMatcher
== NULL) {
35
m_pMatcher
= FX_DefFontMatcher;
37
FXSYS_assert(
m_pMatcher
!= NULL);
324
if (
m_pMatcher
== NULL) {
335
FX_LPCFONTDESCRIPTOR pDesc =
m_pMatcher
(¶ms, m_FontFaces, m_pUserData);
343
pDesc =
m_pMatcher
(¶ms, namedFonts, m_pUserData);
[
all
...]
fx_stdfontmgr.h
50
FX_LPMatchFont
m_pMatcher
;
Completed in 47 milliseconds