Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_stroke.cpp29 pGraphics->SetLineDash(0, dashArray, FX_ArraySize(dashArray)); in XFA_StrokeTypeSetLineDash()
39 pGraphics->SetLineDash(0, dashArray, FX_ArraySize(dashArray)); in XFA_StrokeTypeSetLineDash()
47 pGraphics->SetLineDash(0, dashArray, FX_ArraySize(dashArray)); in XFA_StrokeTypeSetLineDash()
55 pGraphics->SetLineDash(0, dashArray, FX_ArraySize(dashArray)); in XFA_StrokeTypeSetLineDash()
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp39 void CPDF_AllStates::SetLineDash(const CPDF_Array* pArray, in SetLineDash() function in CPDF_AllStates
43 m_GraphState.SetLineDash(std::move(dashes), phase, scale); in SetLineDash()
81 SetLineDash(pArray, pDash->GetNumberAt(1), 1.0f); in ProcessExtGS()
Dcpdf_allstates.h25 void SetLineDash(const CPDF_Array* pArray, float phase, float scale);
Dcpdf_streamcontentparser.cpp709 m_pCurStates->SetLineDash(pArray, GetNumber(0), 1.0f); in Handle_SetDash()
/external/pdfium/core/fxge/
Dcfx_graphstate.h23 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/fxgraphics/
Dcxfa_graphics.h45 void SetLineDash(float dashPhase, const float* dashArray, size_t dashCount);
Dcxfa_graphics.cpp138 void CXFA_Graphics::SetLineDash(float dashPhase, in SetLineDash() function in CXFA_Graphics
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp143 pGraphics->SetLineDash(0.0f, kDashPattern, FX_ArraySize(kDashPattern)); in DrawFocus()
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp118 pGS->SetLineDash(0.0f, kDashPattern, FX_ArraySize(kDashPattern)); in DrawFocus()