Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_defaultfontmanager.cpp36 const wchar_t* pNameText = pReplace; in GetFont() local
37 while (*pNameText != L',' && iLength > 0) { in GetFont()
38 pNameText++; in GetFont()
41 WideString wsReplace = WideString(pReplace, pNameText - pReplace); in GetFont()
47 pNameText++; in GetFont()
48 pReplace = pNameText; in GetFont()