/external/pdfium/core/fxge/android/ |
D | cfpf_skiapathfont.h | 23 void SetPath(const FX_CHAR* pPath) { in SetPath() argument 25 int32_t iSize = FXSYS_strlen(pPath); in SetPath() 27 FXSYS_memcpy(m_pPath, pPath, iSize * sizeof(FX_CHAR)); in SetPath()
|
/external/pdfium/core/fxge/ge/ |
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 | 663 auto pPath = pdfium::MakeUnique<CFX_PathData>(); in LoadGlyphPathImpl() local 664 params.m_pPath = pPath.get(); in LoadGlyphPathImpl() 669 if (pPath->GetPoints().empty()) in LoadGlyphPathImpl() 673 pPath->ClosePath(); in LoadGlyphPathImpl() 675 return pPath.release(); in LoadGlyphPathImpl()
|
D | cfx_renderdevice.cpp | 1088 const CFX_PathData* pPath = in DrawTextPath() local 1090 if (!pPath) in DrawTextPath() 1095 CFX_PathData TransformedPath(*pPath); in DrawTextPath()
|
/external/pdfium/xfa/fde/ |
D | fde_gedevice.cpp | 265 const CFDE_Path* pPath, in DrawPath() argument 267 CFDE_Path* pGePath = (CFDE_Path*)pPath; in DrawPath() 345 const CFDE_Path* pPath, in FillPath() argument 347 CFDE_Path* pGePath = (CFDE_Path*)pPath; in FillPath()
|
D | fde_gedevice.h | 76 const CFDE_Path* pPath, 94 const CFDE_Path* pPath,
|
/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/pdfium/xfa/fxfa/app/ |
D | cxfa_textlayout.cpp | 1185 std::unique_ptr<CFDE_Path> pPath(new CFDE_Path); in RenderPath() local 1197 pPath->AddLine(pt1, pt2); in RenderPath() 1208 pPath->AddLine(pt1, pt2); in RenderPath() 1218 pPath->AddLine(pt1, pt2); in RenderPath() 1271 pPath->AddLine(pt1, pt2); in RenderPath() 1278 pPath->AddLine(pt1, pt2); in RenderPath() 1282 pDevice->DrawPath(pPen, 1, pPath.get(), &tmDoc2Device); in RenderPath()
|
D | xfa_ffwidget.cpp | 1679 CFX_Path* pPath, in XFA_BOX_StrokePath() argument 1699 pGS->StrokePath(pPath, pMatrix); in XFA_BOX_StrokePath()
|
/external/pdfium/xfa/fde/tto/ |
D | fde_textout.cpp | 774 std::unique_ptr<CFDE_Path> pPath(new CFDE_Path); in DrawLine() local 790 pPath->AddLine(pt1, pt2); in DrawLine() 805 pPath->AddLine(pt1, pt2); in DrawLine() 828 pPath->AddLine(pt1, pt2); in DrawLine() 835 m_pRenderDevice->DrawPath(pPen, 1, pPath.get(), &m_Matrix); in DrawLine()
|
/external/pdfium/xfa/fde/xml/ |
D | fde_xml_imp.cpp | 140 CFDE_XMLNode* CFDE_XMLNode::GetPath(const FX_WCHAR* pPath, in GetPath() argument 143 ASSERT(pPath); in GetPath() 145 iLength = FXSYS_wcslen(pPath); in GetPath() 151 const FX_WCHAR* pStart = pPath; in GetPath() 152 const FX_WCHAR* pEnd = pPath + iLength; in GetPath() 162 iLength -= pStart - pPath; in GetPath()
|
D | fde_xml_imp.h | 58 CFDE_XMLNode* GetPath(const FX_WCHAR* pPath,
|
/external/pdfium/core/fpdfapi/render/ |
D | cpdf_renderstatus.cpp | 2000 const CFX_PathData* pPath = in DrawTextPathWithPattern() local 2002 if (!pPath) in DrawTextPathWithPattern() 2017 path.m_Path.Append(pPath, &matrix); in DrawTextPathWithPattern()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 133296 WherePath *pPath, /* The WherePath to check */ 133364 pLoop = pPath->aLoop[iLoop]; 133611 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){ 133614 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }
|
/external/sqlite/dist/ |
D | sqlite3.c | 133296 WherePath *pPath, /* The WherePath to check */ 133364 pLoop = pPath->aLoop[iLoop]; 133611 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){ 133614 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }
|