Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiapathfont.cpp21 void CFPF_SkiaPathFont::SetPath(const char* pPath) { in SetPath() argument
23 int32_t iSize = strlen(pPath); in SetPath()
25 memcpy(m_pPath, pPath, iSize * sizeof(char)); in SetPath()
Dcfpf_skiapathfont.h23 void SetPath(const char* pPath);
/external/pdfium/core/fxge/
Dfx_ge_linux.cpp138 for (const char** pPath = pUserPaths; *pPath; ++pPath) in ParseFontCfg() local
139 AddPath(*pPath); in ParseFontCfg()
Dcfx_font.cpp598 auto pPath = pdfium::MakeUnique<CFX_PathData>(); in LoadGlyphPathImpl() local
599 params.m_pPath = pPath.get(); in LoadGlyphPathImpl()
604 if (pPath->GetPoints().empty()) in LoadGlyphPathImpl()
608 pPath->ClosePath(); in LoadGlyphPathImpl()
610 return pPath.release(); in LoadGlyphPathImpl()
Dcfx_renderdevice.cpp1107 const CFX_PathData* pPath = in DrawTextPath() local
1109 if (!pPath) in DrawTextPath()
1114 CFX_PathData TransformedPath(*pPath); in DrawTextPath()
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlnode.cpp77 CFX_XMLNode* CFX_XMLNode::GetPath(const wchar_t* pPath, in GetPath() argument
80 ASSERT(pPath); in GetPath()
82 iLength = wcslen(pPath); in GetPath()
88 const wchar_t* pStart = pPath; in GetPath()
89 const wchar_t* pEnd = pPath + iLength; in GetPath()
97 iLength -= pStart - pPath; in GetPath()
Dcfx_xmlnode.h58 CFX_XMLNode* GetPath(const wchar_t* pPath,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp172 void CXFA_Stroke::Stroke(CXFA_GEPath* pPath, in Stroke() argument
191 pGS->StrokePath(pPath, &matrix); in Stroke()
Dcxfa_stroke.h51 void Stroke(CXFA_GEPath* pPath, CXFA_Graphics* pGS, const CFX_Matrix& matrix);
/external/swiftshader/third_party/PowerVR_SDK/Shell/
DPVRShell.cpp1522 const char *pPath = (const char*) m_pShell->PVRShellGet(prefReadPath); in Run() local
1523 size_t nSize = strlen(pPath) + strlen(pCL) + 1; in Run()
1528 snprintf(pString, nSize, "%s%s", pPath, pCL); in Run()
1533 pPath = (const char*) m_pShell->PVRShellGet(prefWritePath); in Run()
1534 nSize = strlen(pPath) + strlen(pCL) + 1; in Run()
1537 snprintf(pString, nSize, "%s%s", pPath, pCL); in Run()
/external/python/cpython2/Lib/plat-mac/Carbon/
DAppleEvents.py742 pPath = FOUR_CHAR_CODE('FTPc') variable
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2042 const CFX_PathData* pPath = in DrawTextPathWithPattern() local
2044 if (!pPath) in DrawTextPathWithPattern()
2059 path.m_Path.Append(pPath, &matrix); in DrawTextPathWithPattern()
/external/sqlite/dist/orig/
Dsqlite3.c136430 WherePath *pPath, /* The WherePath to check */
136498 pLoop = pPath->aLoop[iLoop];
136744 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){
136747 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }
/external/sqlite/dist/
Dsqlite3.c136446 WherePath *pPath, /* The WherePath to check */
136514 pLoop = pPath->aLoop[iLoop];
136760 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){
136763 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }