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

/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 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);

Completed in 228 milliseconds