Searched defs:dashArray (Results 1 – 3 of 3) sorted by relevance
| /external/pdfium/xfa/fxgraphics/ |
| D | cfx_graphics.cpp | 138 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/ |
| D | xfa_ffwidget.cpp | 505 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/ |
| D | fx_skia_device.cpp | 1005 bool dashArray = pState && pState->m_DashArray; in DashChanged() local
|