Searched defs:ppFont (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_gefont.cpp491 IFX_Font** ppFont,
496 if (ppFont != NULL) {
497 *ppFont = (IFX_Font*)this;
518 if (ppFont != NULL) {
519 *ppFont = pFont;
550 if (ppFont != NULL) {
551 *ppFont = pFont;
489 GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bRecursive, IFX_Font** ppFont, FX_BOOL bCharCode) argument
H A Dfx_gdifont.cpp331 IFX_Font** ppFont,
337 if (ppFont != NULL) {
338 *ppFont = (IFX_Font*)this;
359 if (ppFont != NULL) {
360 *ppFont = pFont;
381 if (ppFont != NULL) {
382 *ppFont = pFont;
329 GetGlyphIndex(FX_WCHAR wUnicode, FX_BOOL bRecursive, IFX_Font** ppFont, FX_BOOL bCharCode) argument

Completed in 29 milliseconds