Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp32 pGraphics->SetLineDash(0, dashArray); in XFA_StrokeTypeSetLineDash()
42 pGraphics->SetLineDash(0, dashArray); in XFA_StrokeTypeSetLineDash()
50 pGraphics->SetLineDash(0, dashArray); in XFA_StrokeTypeSetLineDash()
58 pGraphics->SetLineDash(0, dashArray); in XFA_StrokeTypeSetLineDash()
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp40 void CPDF_AllStates::SetLineDash(const CPDF_Array* pArray, in SetLineDash() function in CPDF_AllStates
44 m_GraphState.SetLineDash(std::move(dashes), phase, scale); in SetLineDash()
80 SetLineDash(pArray.Get(), pDash->GetFloatAt(1), 1.0f); in ProcessExtGS()
Dcpdf_allstates.h26 void SetLineDash(const CPDF_Array* pArray, float phase, float scale);
Dcpdf_streamcontentparser.cpp710 m_pCurStates->SetLineDash(pArray.Get(), GetNumber(0), 1.0f); in Handle_SetDash()
/external/pdfium/core/fxge/
Dcfx_graphstate.h25 void SetLineDash(std::vector<float> dashes, float phase, float scale);
Dcfx_graphstate.cpp22 void CFX_GraphState::SetLineDash(std::vector<float> dashes, in SetLineDash() function in CFX_GraphState
/external/pdfium/xfa/fgas/graphics/
Dcfgas_gegraphics.h47 void SetLineDash(float dashPhase, pdfium::span<const float> dashArray);
Dcfgas_gegraphics.cpp145 void CFGAS_GEGraphics::SetLineDash(float dashPhase, in SetLineDash() function in CFGAS_GEGraphics
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp130 pGraphics->SetLineDash(0.0f, kDashPattern); in DrawFocus()
/external/pdfium/fpdfsdk/
Dfpdf_editpage.cpp992 pPageObj->m_GraphState.SetLineDash(dashes, phase, 1.0f); in FPDFPageObj_SetDashArray()