Searched refs:dashPhase (Results 1 – 5 of 5) sorted by relevance
47 GR_STATIC_ASSERT(sizeof(style.dashPhase()) == sizeof(uint32_t)); in WriteKey()48 SkScalar phase = style.dashPhase(); in WriteKey()
126 SkScalar dashPhase() const { in dashPhase() function
57 void SetLineDash(FX_FLOAT dashPhase, FX_FLOAT* dashArray, int32_t dashCount);
137 void CFX_Graphics::SetLineDash(FX_FLOAT dashPhase, in SetLineDash() argument149 m_info.graphState.m_DashPhase = dashPhase; in SetLineDash()
692 SkScalar phase = style.dashPhase(); in MakeDashLineOp()