Home
last modified time | relevance | path

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

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxgraphics/
H A Dcxfa_geshading.cpp19 m_endRadius(0), in CXFA_GEShading()
39 m_endRadius(endRadius), in CXFA_GEShading()
H A Dcxfa_geshading.h49 const float m_endRadius; variable
H A Dcxfa_graphics.cpp325 float end_r = m_info.fillColor.GetShading()->m_endRadius; in FillPathWithShading()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/graphics/
H A Dcfgas_geshading.cpp19 m_endRadius(0), in CFGAS_GEShading()
39 m_endRadius(endRadius), in CFGAS_GEShading()
H A Dcfgas_geshading.h49 const float m_endRadius; variable
H A Dcfgas_gegraphics.cpp329 float end_r = m_info.fillColor.GetShading()->m_endRadius; in FillPathWithShading()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxgraphics/
H A Dcfx_shading.cpp19 m_endRadius(0), in CFX_Shading()
39 m_endRadius(endRadius), in CFX_Shading()
H A Dcfx_shading.h48 const FX_FLOAT m_endRadius; variable
H A Dcfx_graphics.cpp1408 FX_FLOAT end_r = m_info.fillColor->m_shading->m_endRadius; in FillPathWithShading()