Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcfx_color.cpp9 CFX_Color::CFX_Color() : m_type(FX_COLOR_None) {} in CFX_Color() function in CFX_Color
11 CFX_Color::CFX_Color(const FX_ARGB argb) { in CFX_Color() function in CFX_Color
15 CFX_Color::CFX_Color(CFX_Pattern* pattern, const FX_ARGB argb) { in CFX_Color() function in CFX_Color
19 CFX_Color::CFX_Color(CFX_Shading* shading) { in CFX_Color() function in CFX_Color
Dcfx_graphics.h20 class CFX_Color; variable