Home
last modified time | relevance | path

Searched defs:pPath (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_themebackground.h28 void SetPath(const CFGAS_GEPath* pPath) { m_pPath = pPath; } in SetPath()
/external/pdfium/core/fxge/apple/
Dfx_apple_platform.cpp132 for (const char** pPath = pUserPaths; *pPath; ++pPath) in ParseFontCfg() local
/external/pdfium/core/fxge/linux/
Dfx_linux_impl.cpp152 for (const char** pPath = pUserPaths; *pPath; ++pPath) in ParseFontCfg() local
/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp174 const CFGAS_GEPath& pPath, in Stroke()
/external/pdfium/fpdfsdk/
Dfpdf_edittext.cpp842 const CFX_Path* pPath = in FPDFFont_GetGlyphPath() local
850 auto* pPath = CFXPathFromFPDFGlyphPath(glyphpath); in FPDFGlyphPath_CountGlyphSegments() local
859 auto* pPath = CFXPathFromFPDFGlyphPath(glyphpath); in FPDFGlyphPath_GetGlyphPathSegment() local
Dfpdf_transformpage.cpp69 const CFX_Path* pPath = path.GetObject(); in OutputPath() local
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator_unittest.cpp341 auto pPath = std::make_unique<CPDF_Path>(); in TEST_F() local
Dcpdf_pagecontentgenerator.cpp461 CPDF_Path* pPath) { in ProcessPathPoints()
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp492 const CFX_Path* pPath = ClipPath.GetPath(i).GetObject(); in ProcessClipPath() local
1063 const CFX_Path* pPath = in DrawTextPathWithPattern() local
/external/pdfium/core/fxge/
Dcfx_font.cpp746 auto pPath = std::make_unique<CFX_Path>(); in LoadGlyphPathImpl() local
Dcfx_renderdevice.cpp1215 const CFX_Path* pPath = in DrawTextPath() local
/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp705 const CFX_Path* pPath = pGlyphCache->LoadGlyphPath( in FindPSFontGlyph() local
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py742 pPath = FOUR_CHAR_CODE('FTPc') variable
/external/OpenCL-CTS/test_common/miniz/
Dminiz.c2097 static FILE *mz_freopen(const char *pPath, const char *pMode, FILE *pStream) in mz_freopen()