HomeSort by relevance Sort by last modified time
    Searched defs:m_pPath (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.h 47 CFPF_SkiaPathFont() : m_pPath(NULL) {}
50 if (m_pPath) {
51 FX_Free(m_pPath);
60 if (m_pPath) {
61 FX_Free(m_pPath);
64 m_pPath = FX_Alloc(FX_CHAR, iSize + 1);
65 FXSYS_memcpy32(m_pPath, pPath, iSize * sizeof(FX_CHAR));
66 m_pPath[iSize] = 0;
68 FX_LPSTR m_pPath;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h     [all...]

Completed in 43 milliseconds