Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h48 CFPF_SkiaPathFont() : m_pPath(NULL) {} in CFPF_SkiaPathFont()
51 if (m_pPath) { in ~CFPF_SkiaPathFont()
52 FX_Free(m_pPath); in ~CFPF_SkiaPathFont()
61 if (m_pPath) { in SetPath()
62 FX_Free(m_pPath); in SetPath()
65 m_pPath = FX_Alloc(FX_CHAR, iSize + 1); in SetPath()
66 FXSYS_memcpy32(m_pPath, pPath, iSize * sizeof(FX_CHAR)); in SetPath()
67 m_pPath[iSize] = 0; in SetPath()
69 FX_LPSTR m_pPath; variable
Dfpf_skiafont.cpp177 m_Face = pFontMgr->GetFontFace(pFont->m_pPath, pFont->m_iFaceIndex); in InitFont()