Searched refs:pPen (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/core/fxge/win32/ |
D | fx_win32_gdipext.cpp | 396 Gdiplus::GpPen* pPen = nullptr; in GdipCreatePenImpl() local 398 &pPen); in GdipCreatePenImpl() 416 CallFunc(GdipSetPenLineCap197819)(pPen, lineCap, lineCap, dashCap); in GdipCreatePenImpl() 429 CallFunc(GdipSetPenLineJoin)(pPen, lineJoin); in GdipCreatePenImpl() 470 CallFunc(GdipSetPenDashArray)(pPen, pDashArray, nCount); in GdipCreatePenImpl() 478 CallFunc(GdipSetPenDashOffset)(pPen, phase); in GdipCreatePenImpl() 482 CallFunc(GdipSetPenMiterLimit)(pPen, pGraphState->m_MiterLimit); in GdipCreatePenImpl() 483 return pPen; in GdipCreatePenImpl() 907 Gdiplus::GpPen* pPen = nullptr; in DrawPath() local 908 CallFunc(GdipCreatePen1)(fill_argb, 1.0f, Gdiplus::UnitPixel, &pPen); in DrawPath() [all …]
|