Home
last modified time | relevance | path

Searched refs:dashPhase (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrStyle.cpp47 GR_STATIC_ASSERT(sizeof(style.dashPhase()) == sizeof(uint32_t)); in WriteKey()
48 SkScalar phase = style.dashPhase(); in WriteKey()
DGrStyle.h126 SkScalar dashPhase() const { in dashPhase() function
/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.h57 void SetLineDash(FX_FLOAT dashPhase, FX_FLOAT* dashArray, int32_t dashCount);
Dcfx_graphics.cpp137 void CFX_Graphics::SetLineDash(FX_FLOAT dashPhase, in SetLineDash() argument
149 m_info.graphState.m_DashPhase = dashPhase; in SetLineDash()
/external/skia/src/gpu/ops/
DGrDashOp.cpp692 SkScalar phase = style.dashPhase(); in MakeDashLineOp()