Searched defs:CPWL_Dash (Results 1 – 1 of 1) sorted by relevance
71 struct CPWL_Dash { struct72 CPWL_Dash() : nDash(0), nGap(0), nPhase(0) {} in CPWL_Dash() argument73 CPWL_Dash(int32_t dash, int32_t gap, int32_t phase) in CPWL_Dash() argument76 void Reset() { in Reset()82 int32_t nDash;83 int32_t nGap;84 int32_t nPhase;