Searched refs:SetLineDash (Results 1 - 7 of 7) sorted by relevance

/external/pdfium/xfa/include/fxgraphics/
H A Dfx_graphics.h171 FX_ERR SetLineDash(FX_FLOAT dashPhase,
175 FX_ERR SetLineDash(FX_DashStyle dashStyle);
/external/pdfium/xfa/src/fxgraphics/src/
H A Dfx_graphics.cpp210 FX_ERR CFX_Graphics::SetLineDash(FX_FLOAT dashPhase, function in class:CFX_Graphics
234 FX_ERR CFX_Graphics::SetLineDash(FX_DashStyle dashStyle) {
709 SetLineDash(0, dashArray, 2);
714 SetLineDash(0, dashArray, 2);
719 SetLineDash(0, dashArray, 4);
724 SetLineDash(0, dashArray, 6);
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dpageint.h318 void SetLineDash(CPDF_Array*, FX_FLOAT, FX_FLOAT scale);
H A Dfpdf_page_graph_state.cpp448 void CPDF_AllStates::SetLineDash(CPDF_Array* pArray, function in class:CPDF_AllStates
493 SetLineDash(pArray, pDash->GetNumber(1), 1.0f);
/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_ffwidget.cpp427 pGraphics->SetLineDash(0, dashArray, 4);
437 pGraphics->SetLineDash(0, dashArray, 6);
445 pGraphics->SetLineDash(0, dashArray, 2);
453 pGraphics->SetLineDash(0, dashArray, 2);
459 pGraphics->SetLineDash(FX_DASHSTYLE_Solid);
H A Dxfa_fffield.cpp107 pGS->SetLineDash(0.0f, DashPattern, 2);
/external/pdfium/xfa/src/fwl/src/theme/
H A Dwidgettp.cpp515 pGraphics->SetLineDash(0.0f, DashPattern, 2);

Completed in 97 milliseconds