Home
last modified time | relevance | path

Searched refs:SetLineDash (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h171 FX_ERR SetLineDash(FX_FLOAT dashPhase,
175 FX_ERR SetLineDash(FX_DashStyle dashStyle);
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp210 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/
Dfpdf_page_graph_state.cpp448 void CPDF_AllStates::SetLineDash(CPDF_Array* pArray, in SetLineDash() function in CPDF_AllStates
493 SetLineDash(pArray, pDash->GetNumber(1), 1.0f); in ProcessExtGS()
Dpageint.h318 void SetLineDash(CPDF_Array*, FX_FLOAT, FX_FLOAT scale);
Dfpdf_page_parser.cpp608 m_pCurStates->SetLineDash(pArray, GetNumber(0), 1.0f); in Handle_SetDash()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp427 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()
Dxfa_fffield.cpp107 pGS->SetLineDash(0.0f, DashPattern, 2); in DrawFocus()
/external/pdfium/xfa/src/fwl/src/theme/
Dwidgettp.cpp515 pGraphics->SetLineDash(0.0f, DashPattern, 2); in DrawFocus()