Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp150 if (ctxShadow->offset().x() > 0) in drawTextCommon()
151 dx2 = ctxShadow->offset().x(); in drawTextCommon()
153 dx1 = -ctxShadow->offset().x(); in drawTextCommon()
154 if (ctxShadow->offset().y() > 0) in drawTextCommon()
155 dy2 = ctxShadow->offset().y(); in drawTextCommon()
157 dy1 = -ctxShadow->offset().y(); in drawTextCommon()
160 …clip.adjust(-ctxShadow->m_blurDistance, -ctxShadow->m_blurDistance, ctxShadow->m_blurDistance, ctx… in drawTextCommon()
170 p->setPen(ctxShadow->m_color); in drawTextCommon()
210 p->setPen(ctxShadow->m_color); in drawTextCommon()
211 p->translate(ctxShadow->offset()); in drawTextCommon()
[all …]