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

  /external/pdfium/xfa/include/fxgraphics/
fx_graphics.h 171 FX_ERR SetLineDash(FX_FLOAT dashPhase,
175 FX_ERR SetLineDash(FX_DashStyle dashStyle);
  /external/pdfium/xfa/src/fxgraphics/src/
fx_graphics.cpp 210 FX_ERR CFX_Graphics::SetLineDash(FX_FLOAT dashPhase,
234 FX_ERR CFX_Graphics::SetLineDash(FX_DashStyle dashStyle) {
709 SetLineDash(0, dashArray, 2);
714 SetLineDash(0, dashArray, 2);
719 SetLineDash(0, dashArray, 4);
724 SetLineDash(0, dashArray, 6);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
pageint.h 318 void SetLineDash(CPDF_Array*, FX_FLOAT, FX_FLOAT scale);
fpdf_page_graph_state.cpp 448 void CPDF_AllStates::SetLineDash(CPDF_Array* pArray,
493 SetLineDash(pArray, pDash->GetNumber(1), 1.0f);
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffwidget.cpp 427 pGraphics->SetLineDash(0, dashArray, 4);
437 pGraphics->SetLineDash(0, dashArray, 6);
445 pGraphics->SetLineDash(0, dashArray, 2);
453 pGraphics->SetLineDash(0, dashArray, 2);
459 pGraphics->SetLineDash(FX_DASHSTYLE_Solid);
    [all...]
xfa_fffield.cpp 107 pGS->SetLineDash(0.0f, DashPattern, 2);
  /external/pdfium/xfa/src/fwl/src/theme/
widgettp.cpp 515 pGraphics->SetLineDash(0.0f, DashPattern, 2);

Completed in 230 milliseconds