Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp143 if (glPath->shouldStroke()) { in onStencilPath()
164 if (glPath->shouldStroke()) { in onDrawPath()
197 if (glPathRange->shouldStroke()) { in onDrawPaths()
H A DGrGLPathRange.h44 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
H A DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPathRendering.cpp141 if (glPath->shouldStroke()) { in onStencilPath()
162 if (glPath->shouldStroke()) { in onDrawPath()
195 if (glPathRange->shouldStroke()) { in onDrawPaths()
H A DGrGLPathRange.h44 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
H A DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
H A DGrGLPathRendering.cpp109 if (glPath->shouldStroke()) { in onStencilPath()
130 if (glPath->shouldStroke()) { in onDrawPath()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
H A DGrGLPathRendering.cpp109 if (glPath->shouldStroke()) { in onStencilPath()
130 if (glPath->shouldStroke()) { in onDrawPath()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
H A DGrGLPathRendering.cpp107 if (glPath->shouldStroke()) { in onStencilPath()
122 if (glPath->shouldStroke()) { in onDrawPath()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
H A DGrGLPathRendering.cpp109 if (glPath->shouldStroke()) { in onStencilPath()
130 if (glPath->shouldStroke()) { in onDrawPath()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
H A DGrGLPathRendering.cpp109 if (glPath->shouldStroke()) { in onStencilPath()
130 if (glPath->shouldStroke()) { in onDrawPath()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLPath.h39 bool shouldStroke() const { return fShouldStroke; } in shouldStroke() function
H A DGrGLPathRendering.cpp108 if (glPath->shouldStroke()) { in onStencilPath()
123 if (glPath->shouldStroke()) { in onDrawPath()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp326 bool shouldStroke = context->textDrawingMode() & TextModeStroke; in drawGlyphs() local
329 ASSERT(!shouldStroke); in drawGlyphs()
334 if (!shouldFill && !shouldStroke) in drawGlyphs()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp487 …bool shouldStroke = state.strokePattern || (state.strokeStyle != NoStroke && state.strokeColor.alp… in calculateDrawingMode() local
491 if (shouldStroke) { in calculateDrawingMode()
508 return shouldFill || shouldStroke; in calculateDrawingMode()