Home
last modified time | relevance | path

Searched defs:CPWL_Dash (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h66 struct CPWL_Dash { struct
67 CPWL_Dash() : nDash(0), nGap(0), nPhase(0) {} in CPWL_Dash() function
68 CPWL_Dash(int32_t dash, int32_t gap, int32_t phase) in CPWL_Dash() function
71 void Reset() { in Reset()
77 int32_t nDash;
78 int32_t nGap;
79 int32_t nPhase;