Searched refs:pPath (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/core/fxge/android/ |
D | cfpf_skiapathfont.cpp | 21 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()
|
D | cfpf_skiapathfont.h | 23 void SetPath(const char* pPath);
|
/external/pdfium/core/fxge/ |
D | fx_ge_linux.cpp | 138 for (const char** pPath = pUserPaths; *pPath; ++pPath) in ParseFontCfg() local 139 AddPath(*pPath); in ParseFontCfg()
|
D | cfx_font.cpp | 598 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()
|
D | cfx_renderdevice.cpp | 1107 const CFX_PathData* pPath = in DrawTextPath() local 1109 if (!pPath) in DrawTextPath() 1114 CFX_PathData TransformedPath(*pPath); in DrawTextPath()
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlnode.cpp | 77 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()
|
D | cfx_xmlnode.h | 58 CFX_XMLNode* GetPath(const wchar_t* pPath,
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_stroke.cpp | 172 void CXFA_Stroke::Stroke(CXFA_GEPath* pPath, in Stroke() argument 191 pGS->StrokePath(pPath, &matrix); in Stroke()
|
D | cxfa_stroke.h | 51 void Stroke(CXFA_GEPath* pPath, CXFA_Graphics* pGS, const CFX_Matrix& matrix);
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/ |
D | PVRShell.cpp | 1522 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/ |
D | AppleEvents.py | 742 pPath = FOUR_CHAR_CODE('FTPc') variable
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 2042 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/ |
D | sqlite3.c | 136430 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/ |
D | sqlite3.c | 136446 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; }
|