Home
last modified time | relevance | path

Searched defs:dashArray (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.cpp138 FX_FLOAT* dashArray, in SetLineDash()
251 FX_FLOAT dashArray[] = {3, 1}; in RenderDeviceSetLineDash() local
256 FX_FLOAT dashArray[] = {1, 1}; in RenderDeviceSetLineDash() local
261 FX_FLOAT dashArray[] = {3, 1, 1, 1}; in RenderDeviceSetLineDash() local
266 FX_FLOAT dashArray[] = {4, 1, 2, 1, 2, 1}; in RenderDeviceSetLineDash() local
/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidget.cpp505 FX_FLOAT dashArray[] = {4, 1, 2, 1}; in XFA_StrokeTypeSetLineDash() local
514 FX_FLOAT dashArray[] = {4, 1, 2, 1, 2, 1}; in XFA_StrokeTypeSetLineDash() local
524 FX_FLOAT dashArray[] = {5, 1}; in XFA_StrokeTypeSetLineDash() local
532 FX_FLOAT dashArray[] = {2, 1}; in XFA_StrokeTypeSetLineDash() local
/external/pdfium/core/fxge/skia/
Dfx_skia_device.cpp1005 bool dashArray = pState && pState->m_DashArray; in DashChanged() local