Searched defs:CPWL_Dash (Results 1 - 1 of 1) sorted by relevance
/external/pdfium/fpdfsdk/pdfwindow/ | ||
H A D | PWL_Wnd.h | 91 struct CPWL_Dash { struct 92 CPWL_Dash() : nDash(0), nGap(0), nPhase(0) {} function in struct:CPWL_Dash 93 CPWL_Dash(int32_t dash, int32_t gap, int32_t phase) function in struct:CPWL_Dash 208 CPWL_Dash sDash; // optional 299 const CPWL_Dash& GetBorderDash() const; |
Completed in 54 milliseconds