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

/external/pdfium/core/src/fxge/android/
H A Dfpf_skiafontmgr.h53 void SetPath(const FX_CHAR* pPath) { argument
55 int32_t iSize = FXSYS_strlen(pPath);
57 FXSYS_memcpy(m_pPath, pPath, iSize * sizeof(FX_CHAR));
/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_render.cpp218 IFDE_Path* pPath = pPathSet->GetPath(hPath); local
219 if (pPath == NULL) {
229 m_pRenderDevice->DrawPath(pPen, fWidth, pPath, &m_Transform);
235 m_pRenderDevice->FillPath(pBrush, pPath, &m_Transform);
H A Dfde_geobject.cpp210 CFDE_Path* pPath = (CFDE_Path*)pSrc; local
211 if (pPath == NULL) {
214 int32_t iCount = pPath->m_Path.GetPointCount();
219 LineTo(pPath->m_Path.GetPointX(0), pPath->m_Path.GetPointY(0));
221 m_Path.Append(&pPath->m_Path, NULL);
H A Dfde_gdidevice.cpp76 Gdiplus::GraphicsPath* pPath = m_pClipPath ? &m_pClipPath->m_Path : NULL; local
77 return m_pGraphics->SetClip(pPath) == Gdiplus::Ok;
329 const IFDE_Path* pPath,
331 CFDE_GdiPath* pGdiPath = (CFDE_GdiPath*)pPath;
447 const IFDE_Path* pPath,
449 CFDE_GdiPath* pGdiPath = (CFDE_GdiPath*)pPath;
327 DrawPath(IFDE_Pen* pPen, FX_FLOAT fPenWidth, const IFDE_Path* pPath, const CFX_Matrix* pMatrix) argument
446 FillPath(IFDE_Brush* pBrush, const IFDE_Path* pPath, const CFX_Matrix* pMatrix) argument
H A Dfde_gedevice.cpp278 const IFDE_Path* pPath,
280 CFDE_Path* pGePath = (CFDE_Path*)pPath;
385 const CFX_PathData* pPath,
392 const IFDE_Path* pPath,
394 CFDE_Path* pGePath = (CFDE_Path*)pPath;
408 const CFX_PathData* pPath,
410 FXSYS_assert(pPath && pBrush && pBrush->GetType() == FDE_BRUSHTYPE_Solid);
412 return m_pDevice->DrawPath(pPath, (const CFX_Matrix*)pMatrix, NULL,
416 const CFX_PathData* pPath,
418 FXSYS_assert(pPath
276 DrawPath(IFDE_Pen* pPen, FX_FLOAT fPenWidth, const IFDE_Path* pPath, const CFX_Matrix* pMatrix) argument
391 FillPath(IFDE_Brush* pBrush, const IFDE_Path* pPath, const CFX_Matrix* pMatrix) argument
407 FillSolidPath(IFDE_Brush* pBrush, const CFX_PathData* pPath, const CFX_Matrix* pMatrix) argument
415 FillHatchPath(IFDE_Brush* pBrush, const CFX_PathData* pPath, const CFX_Matrix* pMatrix) argument
449 FillTexturePath(IFDE_Brush* pBrush, const CFX_PathData* pPath, const CFX_Matrix* pMatrix) argument
472 WrapTexture(int32_t iWrapMode, const CFX_DIBitmap* pBitmap, const CFX_PathData* pPath, const CFX_Matrix* pMatrix) argument
532 FillLinearGradientPath(IFDE_Brush* pBrush, const CFX_PathData* pPath, const CFX_Matrix* pMatrix) argument
[all...]
/external/pdfium/xfa/src/fwl/src/core/
H A Dfwl_sdadapterimp.cpp78 CFX_Path* pPath) {
77 SetBorderRegion(IFWL_Widget* pWidget, CFX_Path* pPath) argument
H A Dfwl_formimp.cpp49 FWL_ERR IFWL_Form::SetBorderRegion(CFX_Path* pPath) { argument
50 return static_cast<CFWL_FormImp*>(GetImpl())->SetBorderRegion(pPath);
430 FWL_ERR CFWL_FormImp::SetBorderRegion(CFX_Path* pPath) { argument
H A Dfwl_widgetmgrimp.cpp422 CFX_Path* pPath) {
423 return m_pAdapter->SetBorderRegion(pWidget, pPath);
421 SetBorderRegion_Native(IFWL_Widget* pWidget, CFX_Path* pPath) argument
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render_text.cpp763 const CFX_PathData* pPath = pFaceCache->LoadGlyphPath( local
765 if (!pPath) {
777 path.m_Path.New()->Append(pPath, &matrix);
/external/pdfium/xfa/src/fdp/src/tto/
H A Dfde_textout.cpp849 IFDE_Path* pPath = IFDE_Path::Create(); local
865 pPath->AddLine(pt1, pt2);
881 pPath->AddLine(pt1, pt2);
904 pPath->AddLine(pt1, pt2);
911 m_pRenderDevice->DrawPath(pPen, 1, pPath, &m_Matrix);
913 pPath->Release();
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1134 const CFX_PathData* pPath = pFaceCache->LoadGlyphPath( local
1136 if (!pPath) {
1140 CFX_PathData TransformedPath(*pPath);
1845 CFX_PathData* pPath = new CFX_PathData; local
1846 pPath->SetPointCount(params.m_PointCount);
1849 params.m_pPoints = pPath->GetPoints();
1854 pPath->TrimPoints(params.m_PointCount);
1856 pPath->GetPoints()[params.m_PointCount - 1].m_Flag |= FXPT_CLOSEFIGURE;
1858 return pPath;
/external/pdfium/xfa/src/fdp/src/xml/
H A Dfde_xml.cpp119 CFDE_XMLNode* CFDE_XMLNode::GetPath(const FX_WCHAR* pPath, argument
122 FXSYS_assert(pPath != NULL);
124 iLength = FXSYS_wcslen(pPath);
130 const FX_WCHAR* pStart = pPath;
131 const FX_WCHAR* pEnd = pPath + iLength;
141 iLength -= pStart - pPath;
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_textlayout.cpp1892 IFDE_Path* pPath = IFDE_Path::Create(); local
1905 pPath->AddLine(pt1, pt2);
1916 pPath->AddLine(pt1, pt2);
1926 pPath->AddLine(pt1, pt2);
1978 pPath->AddLine(pt1, pt2);
1984 pPath->AddLine(pt1, pt2);
1988 pDevice->DrawPath(pPen, 1, pPath, &tmDoc2Device);
1990 pPath->Release();
H A Dxfa_ffwidget.cpp1593 CFX_Path* pPath,
1613 pGS->StrokePath(pPath, pMatrix);
1592 XFA_BOX_StrokePath(CXFA_Stroke stroke, CFX_Path* pPath, CFX_Graphics* pGS, CFX_Matrix* pMatrix) argument
/external/sqlite/dist/orig/
H A Dsqlite3.c124516 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
124795 wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c124534 wherePathSatisfiesOrderBy( WhereInfo *pWInfo, ExprList *pOrderBy, WherePath *pPath, u16 wctrlFlags, u16 nLoop, WhereLoop *pLast, Bitmask *pRevMask ) argument
124813 wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast) argument
[all...]

Completed in 1093 milliseconds