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, 4); in XFA_StrokeTypeSetLineDash()
39 pGraphics->SetLineDash(0, dashArray, 6); in XFA_StrokeTypeSetLineDash()
47 pGraphics->SetLineDash(0, dashArray, 2); in XFA_StrokeTypeSetLineDash()
55 pGraphics->SetLineDash(0, dashArray, 2); in XFA_StrokeTypeSetLineDash()
/external/pdfium/core/fpdfapi/page/
Dcpdf_allstates.cpp35 void CPDF_AllStates::SetLineDash(CPDF_Array* pArray, float phase, float scale) { in SetLineDash() function in CPDF_AllStates
36 m_GraphState.SetLineDash(pArray, phase, scale); in SetLineDash()
73 SetLineDash(pArray, pDash->GetNumberAt(1), 1.0f); in ProcessExtGS()
Dcpdf_allstates.h25 void SetLineDash(CPDF_Array*, float, float scale);
Dcpdf_streamcontentparser.cpp712 m_pCurStates->SetLineDash(pArray, GetNumber(0), 1.0f); in Handle_SetDash()
/external/pdfium/core/fxge/
Dcfx_graphstate.h23 void SetLineDash(CPDF_Array* pArray, float phase, float scale);
Dcfx_graphstate.cpp22 void CFX_GraphState::SetLineDash(CPDF_Array* pArray, float phase, float scale) { in SetLineDash() function in CFX_GraphState
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.h48 void SetLineDash(float dashPhase, float* dashArray, int32_t dashCount);
Dcxfa_graphics.cpp137 void CXFA_Graphics::SetLineDash(float dashPhase, in SetLineDash() function in CXFA_Graphics
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.cpp174 pGraphics->SetLineDash(0.0f, DashPattern, 2); in DrawFocus()
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp110 pGS->SetLineDash(0.0f, DashPattern, 2); in DrawFocus()