Home
last modified time | relevance | path

Searched refs:_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() function
40 _FWLCOLOR(const _FWLCOLOR& c) { color = c.color; } in _FWLCOLOR() function
42 bool operator==(const _FWLCOLOR& frColor) { return color == frColor.color; }