Home
last modified time | relevance | path

Searched refs:ppFont (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_gefont.cpp358 CFX_RetainPtr<CFGAS_GEFont>* ppFont, in GetGlyphIndex() argument
362 if (ppFont) in GetGlyphIndex()
363 ppFont->Reset(this); in GetGlyphIndex()
381 if (ppFont) in GetGlyphIndex()
382 *ppFont = it->second; in GetGlyphIndex()
407 if (ppFont) in GetGlyphIndex()
408 *ppFont = pFont; in GetGlyphIndex()
Dcfgas_gefont.h96 CFX_RetainPtr<CFGAS_GEFont>* ppFont,