Searched refs:GetPropertyHelper (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_color.cpp | 147 return GetPropertyHelper(pRuntime, &m_crTransparent); in get_transparent() 156 return GetPropertyHelper(pRuntime, &m_crBlack); in get_black() 165 return GetPropertyHelper(pRuntime, &m_crWhite); in get_white() 174 return GetPropertyHelper(pRuntime, &m_crRed); in get_red() 182 return GetPropertyHelper(pRuntime, &m_crGreen); in get_green() 191 return GetPropertyHelper(pRuntime, &m_crBlue); in get_blue() 199 return GetPropertyHelper(pRuntime, &m_crCyan); in get_cyan() 207 return GetPropertyHelper(pRuntime, &m_crMagenta); in get_magenta() 216 return GetPropertyHelper(pRuntime, &m_crYellow); in get_yellow() 225 return GetPropertyHelper(pRuntime, &m_crDKGray); in get_dark_gray() [all …]
|
D | cjs_color.h | 90 CJS_Result GetPropertyHelper(CJS_Runtime* pRuntime, CFX_Color* val);
|