Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxgraphics/src/
Dfx_graphics.cpp1307 CFX_Color::CFX_Color() { in CFX_Color() function in CFX_Color
1310 CFX_Color::CFX_Color(const FX_ARGB argb) { in CFX_Color() function in CFX_Color
1314 CFX_Color::CFX_Color(CFX_Pattern* pattern, const FX_ARGB argb) { in CFX_Color() function in CFX_Color
1318 CFX_Color::CFX_Color(CFX_Shading* shading) { in CFX_Color() function in CFX_Color
/external/pdfium/xfa/include/fxgraphics/
Dfx_graphics.h137 class CFX_Color; variable