Searched refs:SetLineDash (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_stroke.cpp | 32 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/ |
D | cpdf_allstates.cpp | 40 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()
|
D | cpdf_allstates.h | 26 void SetLineDash(const CPDF_Array* pArray, float phase, float scale);
|
D | cpdf_streamcontentparser.cpp | 710 m_pCurStates->SetLineDash(pArray.Get(), GetNumber(0), 1.0f); in Handle_SetDash()
|
/external/pdfium/core/fxge/ |
D | cfx_graphstate.h | 25 void SetLineDash(std::vector<float> dashes, float phase, float scale);
|
D | cfx_graphstate.cpp | 22 void CFX_GraphState::SetLineDash(std::vector<float> dashes, in SetLineDash() function in CFX_GraphState
|
/external/pdfium/xfa/fgas/graphics/ |
D | cfgas_gegraphics.h | 47 void SetLineDash(float dashPhase, pdfium::span<const float> dashArray);
|
D | cfgas_gegraphics.cpp | 145 void CFGAS_GEGraphics::SetLineDash(float dashPhase, in SetLineDash() function in CFGAS_GEGraphics
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 130 pGraphics->SetLineDash(0.0f, kDashPattern); in DrawFocus()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_editpage.cpp | 992 pPageObj->m_GraphState.SetLineDash(dashes, phase, 1.0f); in FPDFPageObj_SetDashArray()
|