Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/theme/
Dutils.h27 typedef struct _FWLCOLOR { struct
38 _FWLCOLOR() { color = 0; } in _FWLCOLOR() argument
39 _FWLCOLOR(FX_DWORD c) { color = c; } in _FWLCOLOR() argument
40 _FWLCOLOR(const _FWLCOLOR& c) { color = c.color; } in _FWLCOLOR() function
44 operator FX_DWORD() { return color; } in FX_DWORD()