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 35 void CPDF_AllStates::SetLineDash(CPDF_Array* pArray, float phase, float scale) {
36 m_GraphState.SetLineDash(pArray, phase, scale);
73 SetLineDash(pArray, pDash->GetNumberAt(1), 1.0f);
  /external/pdfium/core/fxge/
cfx_graphstate.cpp 22 void CFX_GraphState::SetLineDash(CPDF_Array* pArray, float phase, float scale) {
  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.cpp 137 void CXFA_Graphics::SetLineDash(float dashPhase,

Completed in 371 milliseconds