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

  /external/pdfium/core/src/fxge/android/
fpf_skiafontmgr.h 47 CFPF_SkiaPathFont() : m_pPath(NULL) {}
48 ~CFPF_SkiaPathFont() override { FX_Free(m_pPath); }
54 FX_Free(m_pPath);
56 m_pPath = FX_Alloc(FX_CHAR, iSize + 1);
57 FXSYS_memcpy(m_pPath, pPath, iSize * sizeof(FX_CHAR));
58 m_pPath[iSize] = 0;
60 FX_CHAR* m_pPath;
  /external/pdfium/xfa/include/fwl/core/
fwl_theme.h 46 CFWL_ThemeBackground() : m_pGraphics(NULL), m_pImage(NULL), m_pPath(NULL) {}
49 CFX_Path* m_pPath;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmiutils.h     [all...]

Completed in 466 milliseconds