Searched defs:CPWL_Color (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_Wnd.h114 struct PWL_CLASS CPWL_Color struct
116 CPWL_Color(FX_INT32 type = COLORTYPE_TRANSPARENT, FX_FLOAT color1 = 0.0f, FX_FLOAT color2 = 0.0f, FX_FLOAT color3 = 0.0f, FX_FLOAT color4 = 0.0f) function in struct:CPWL_Color
120 CPWL_Color(FX_INT32 r, FX_INT32 g, FX_INT32 b) : function in struct:CPWL_Color
136 inline FX_BOOL operator == (const CPWL_Color &c1, const CPWL_Color &c2)
145 inline FX_BOOL operator != (const CPWL_Color &c1, const CPWL_Color &c2)
154 #define PWL_SCROLLBAR_BKCOLOR CPWL_Color(COLORTYPE_RGB,220.0f/255.0f,220.0f/255.0f,220.0f/255.0f)
155 #define PWL_DEFAULT_SELTEXTCOLOR CPWL_Color(COLORTYPE_RGB,1,1,1)
156 #define PWL_DEFAULT_SELBACKCOLOR CPWL_Color(COLORTYPE_RG
[all...]

Completed in 171 milliseconds