Home
last modified time | relevance | path

Searched refs:m_DashPhase (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp623 m_DashPhase = 0; in CFX_GraphStateData()
637 m_DashPhase = src.m_DashPhase; in Copy()
Dfx_ge_ps.cpp253 buf << "]" << pGraphState->m_DashPhase << " d\n"; in SetGraphState()
/external/pdfium/core/include/fxge/
Dfx_ge.h184 FX_FLOAT m_DashPhase; variable
/external/pdfium/core/src/fxge/skia/
Dfx_skia_device.cpp232 intervals, count * 2, pGraphState->m_DashPhase * scale); in SkRasterizeStroke()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page_graph_state.cpp452 pData->m_DashPhase = FXSYS_Mul(phase, scale); in SetLineDash()
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_gedevice.cpp346 graphState.m_DashPhase = pPen->GetDashPhase(); in CreatePen()
/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp202 dashPhase = _info._graphState.m_DashPhase; in GetLineDash()
224 _info._graphState.m_DashPhase = dashPhase; in SetLineDash()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp83 gsd.m_DashPhase = 0; in OnDraw()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Edit.cpp417 gsd.m_DashPhase = (FX_FLOAT)GetBorderDash().nPhase; in DrawThisAppearance()
DPWL_Utils.cpp1514 gsd.m_DashPhase = 0; in DrawBorder()
/external/pdfium/core/src/fxge/apple/
Dfx_quartz_device.cpp912 CGContextSetLineDash(_context, graphState->m_DashPhase, dashArray, in setStrokeInfo()
/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1059 FX_FLOAT phase = pGraphState->m_DashPhase; in _GdipCreatePen()
/external/pdfium/core/src/fxge/agg/src/
Dfx_agg_driver.cpp169 dash.dash_start(pGraphState->m_DashPhase * scale); in RasterizeStroke()