Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/android/
Dcfpf_skiapathfont.h23 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/
Dfx_ge_linux.cpp138 for (const char** pPath = pUserPaths; *pPath; ++pPath) in ParseFontCfg() local
139 AddPath(*pPath); in ParseFontCfg()
Dcfx_font.cpp663 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()
Dcfx_renderdevice.cpp1088 const CFX_PathData* pPath = in DrawTextPath() local
1090 if (!pPath) in DrawTextPath()
1095 CFX_PathData TransformedPath(*pPath); in DrawTextPath()
/external/pdfium/xfa/fde/
Dfde_gedevice.cpp265 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()
Dfde_gedevice.h76 const CFDE_Path* pPath,
94 const CFDE_Path* pPath,
/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/pdfium/xfa/fxfa/app/
Dcxfa_textlayout.cpp1185 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()
Dxfa_ffwidget.cpp1679 CFX_Path* pPath, in XFA_BOX_StrokePath() argument
1699 pGS->StrokePath(pPath, pMatrix); in XFA_BOX_StrokePath()
/external/pdfium/xfa/fde/tto/
Dfde_textout.cpp774 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/
Dfde_xml_imp.cpp140 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()
Dfde_xml_imp.h58 CFDE_XMLNode* GetPath(const FX_WCHAR* pPath,
/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.cpp2000 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/
Dsqlite3.c133296 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/
Dsqlite3.c133296 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; }