HomeSort by relevance Sort by last modified time
    Searched defs:SetLineDash (Results 1 - 3 of 3) sorted by null

  /external/pdfium/core/fpdfapi/page/
cpdf_allstates.cpp 43 void CPDF_AllStates::SetLineDash(CPDF_Array* pArray,
46 m_GraphState.SetLineDash(pArray, phase, scale);
83 SetLineDash(pArray, pDash->GetNumberAt(1), 1.0f);
  /external/pdfium/core/fxge/ge/
cfx_graphstate.cpp 22 void CFX_GraphState::SetLineDash(CPDF_Array* pArray,
  /external/pdfium/xfa/fxgraphics/
cfx_graphics.cpp 137 void CFX_Graphics::SetLineDash(FX_FLOAT dashPhase,
157 void CFX_Graphics::SetLineDash(FX_DashStyle dashStyle) {
252 SetLineDash(0, dashArray, 2);
257 SetLineDash(0, dashArray, 2);
262 SetLineDash(0, dashArray, 4);
267 SetLineDash(0, dashArray, 6);

Completed in 1002 milliseconds