Home
last modified time | relevance | path

Searched refs:FX_DASHSTYLE_Solid (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h54 FX_DASHSTYLE_Solid = 0, enumerator
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidget.cpp459 pGraphics->SetLineDash(FX_DASHSTYLE_Solid); in XFA_StrokeTypeSetLineDash()
460 return FX_DASHSTYLE_Solid; in XFA_StrokeTypeSetLineDash()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp703 case FX_DASHSTYLE_Solid: { in RenderDeviceSetLineDash()