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

/external/pdfium/xfa/fde/
H A Dfde_gedevice.cpp267 CFDE_Path* pGePath = (CFDE_Path*)pPath; local
268 if (!pGePath)
275 return m_pDevice->DrawPath(&pGePath->m_Path, (const CFX_Matrix*)pMatrix,
347 CFDE_Path* pGePath = (CFDE_Path*)pPath; local
348 if (!pGePath)
352 return m_pDevice->DrawPath(&pGePath->m_Path, pMatrix, nullptr,

Completed in 62 milliseconds