Home
last modified time | relevance | path

Searched refs:CFX_CSSColorTable (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp99 struct CFX_CSSColorTable { struct
103 const CFX_CSSColorTable g_CFX_CSSColors[] = {
158 const CFX_CSSColorTable* GetCSSColorByName(const WideStringView& wsName) { in GetCSSColorByName()
161 int32_t iEnd = sizeof(g_CFX_CSSColors) / sizeof(CFX_CSSColorTable) - 1; in GetCSSColorByName()
275 const CFX_CSSColorTable* pColor = in ParseCSSColor()
612 const CFX_CSSColorTable* pColorItem = in ParseBorderProperty()