Searched defs:pPath (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/fxge/android/
H A Dcfpf_skiapathfont.h23 void SetPath(const FX_CHAR* pPath) { argument
25 int32_t iSize = FXSYS_strlen(pPath);
27 FXSYS_memcpy(m_pPath, pPath, iSize * sizeof(FX_CHAR));
/external/pdfium/xfa/fde/
H A Dfde_gedevice.cpp265 const CFDE_Path* pPath,
267 CFDE_Path* pGePath = (CFDE_Path*)pPath;
345 const CFDE_Path* pPath,
347 CFDE_Path* pGePath = (CFDE_Path*)pPath;
263 DrawPath(CFDE_Pen* pPen, FX_FLOAT fPenWidth, const CFDE_Path* pPath, const CFX_Matrix* pMatrix) argument
344 FillPath(CFDE_Brush* pBrush, const CFDE_Path* pPath, const CFX_Matrix* pMatrix) argument
/external/pdfium/core/fxge/ge/
H A Dcfx_font.cpp663 auto pPath = pdfium::MakeUnique<CFX_PathData>(); local
664 params.m_pPath = pPath.get();
669 if (pPath->GetPoints().empty())
673 pPath->ClosePath();
675 return pPath.release();
H A Dcfx_renderdevice.cpp1088 const CFX_PathData* pPath = local
1090 if (!pPath)
1095 CFX_PathData TransformedPath(*pPath);
/external/swiftshader/third_party/PowerVR_SDK/Shell/
H A DPVRShell.cpp1522 const char *pPath = (const char*) m_pShell->PVRShellGet(prefReadPath); local
1523 size_t nSize = strlen(pPath) + strlen(pCL) + 1;
1528 snprintf(pString, nSize, "%s%s", pPath, pCL);
1533 pPath = (const char*) m_pShell->PVRShellGet(prefWritePath);
1534 nSize = strlen(pPath) + strlen(pCL) + 1;
1537 snprintf(pString, nSize, "%s%s", pPath, pCL);
/external/pdfium/xfa/fde/xml/
H A Dfde_xml_imp.cpp140 CFDE_XMLNode* CFDE_XMLNode::GetPath(const FX_WCHAR* pPath, argument
143 ASSERT(pPath);
145 iLength = FXSYS_wcslen(pPath);
151 const FX_WCHAR* pStart = pPath;
152 const FX_WCHAR* pEnd = pPath + iLength;
162 iLength -= pStart - pPath;
/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp2000 const CFX_PathData* pPath = local
2002 if (!pPath)
2017 path.m_Path.Append(pPath, &matrix);
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffwidget.cpp1679 CFX_Path* pPath,
1699 pGS->StrokePath(pPath, pMatrix);
1678 XFA_BOX_StrokePath(CXFA_Stroke stroke, CFX_Path* pPath, CFX_Graphics* pGS, CFX_Matrix* pMatrix) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c133293 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
133611 wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c133293 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
133611 wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast) argument
[all...]

Completed in 981 milliseconds