Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/
H A Dcjs_color.cpp138 m_crMagenta(CFX_Color::kCMYK, 0, 1, 0, 0), in CJS_Color()
207 return GetPropertyHelper(pRuntime, &m_crMagenta); in get_magenta()
212 return SetPropertyHelper(pRuntime, vp, &m_crMagenta); in set_magenta()
H A Dcjs_color.h103 CFX_Color m_crMagenta; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/
H A Dcjs_color.cpp139 m_crMagenta(CFX_Color::kCMYK, 0, 1, 0, 0), in CJS_Color()
208 return GetPropertyHelper(pRuntime, &m_crMagenta); in get_magenta()
213 return SetPropertyHelper(pRuntime, vp, &m_crMagenta); in set_magenta()
H A Dcjs_color.h103 CFX_Color m_crMagenta; variable
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/javascript/
H A Dcolor.cpp51 m_crMagenta = CPWL_Color(COLORTYPE_CMYK, 0, 1, 0, 0); in END_JS_STATIC_CONST()
154 JS_IMPLEMENT_COLORPROP(magenta, m_crMagenta) in JS_IMPLEMENT_COLORPROP()
H A Dcolor.h56 CPWL_Color m_crMagenta; variable
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A Dcolor.cpp49 m_crMagenta = CPWL_Color(COLORTYPE_CMYK, 0, 1, 0, 0); in IMPLEMENT_JS_CLASS()
179 return PropertyHelper(pRuntime, vp, &m_crMagenta); in magenta()
H A Dcolor.h65 CPWL_Color m_crMagenta; variable