Searched refs:GetPropertyHelper (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_color.cpp | 142 return GetPropertyHelper(pRuntime, &m_crTransparent); in get_transparent() 151 return GetPropertyHelper(pRuntime, &m_crBlack); in get_black() 159 return GetPropertyHelper(pRuntime, &m_crWhite); in get_white() 167 return GetPropertyHelper(pRuntime, &m_crRed); in get_red() 175 return GetPropertyHelper(pRuntime, &m_crGreen); in get_green() 183 return GetPropertyHelper(pRuntime, &m_crBlue); in get_blue() 191 return GetPropertyHelper(pRuntime, &m_crCyan); in get_cyan() 199 return GetPropertyHelper(pRuntime, &m_crMagenta); in get_magenta() 207 return GetPropertyHelper(pRuntime, &m_crYellow); in get_yellow() 215 return GetPropertyHelper(pRuntime, &m_crDKGray); in get_dark_gray() [all …]
|
D | cjs_color.h | 67 CJS_Return GetPropertyHelper(CJS_Runtime* pRuntime, CFX_Color* val);
|