Searched refs:SetLineDash (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/include/fxgraphics/ |
D | fx_graphics.h | 171 FX_ERR SetLineDash(FX_FLOAT dashPhase, 175 FX_ERR SetLineDash(FX_DashStyle dashStyle);
|
/external/pdfium/xfa/src/fxgraphics/src/ |
D | fx_graphics.cpp | 210 FX_ERR CFX_Graphics::SetLineDash(FX_FLOAT dashPhase, in SetLineDash() function in CFX_Graphics 234 FX_ERR CFX_Graphics::SetLineDash(FX_DashStyle dashStyle) { in SetLineDash() function in CFX_Graphics 709 SetLineDash(0, dashArray, 2); in RenderDeviceSetLineDash() 714 SetLineDash(0, dashArray, 2); in RenderDeviceSetLineDash() 719 SetLineDash(0, dashArray, 4); in RenderDeviceSetLineDash() 724 SetLineDash(0, dashArray, 6); in RenderDeviceSetLineDash()
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_graph_state.cpp | 448 void CPDF_AllStates::SetLineDash(CPDF_Array* pArray, in SetLineDash() function in CPDF_AllStates 493 SetLineDash(pArray, pDash->GetNumber(1), 1.0f); in ProcessExtGS()
|
D | pageint.h | 318 void SetLineDash(CPDF_Array*, FX_FLOAT, FX_FLOAT scale);
|
D | fpdf_page_parser.cpp | 608 m_pCurStates->SetLineDash(pArray, GetNumber(0), 1.0f); in Handle_SetDash()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 427 pGraphics->SetLineDash(0, dashArray, 4); in XFA_StrokeTypeSetLineDash() 437 pGraphics->SetLineDash(0, dashArray, 6); in XFA_StrokeTypeSetLineDash() 445 pGraphics->SetLineDash(0, dashArray, 2); in XFA_StrokeTypeSetLineDash() 453 pGraphics->SetLineDash(0, dashArray, 2); in XFA_StrokeTypeSetLineDash() 459 pGraphics->SetLineDash(FX_DASHSTYLE_Solid); in XFA_StrokeTypeSetLineDash()
|
D | xfa_fffield.cpp | 107 pGS->SetLineDash(0.0f, DashPattern, 2); in DrawFocus()
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | widgettp.cpp | 515 pGraphics->SetLineDash(0.0f, DashPattern, 2); in DrawFocus()
|