Home
last modified time | relevance | path

Searched defs:shouldFill (Results 1 – 14 of 14) sorted by relevance

/dports/graphics/pixen/Pixen-0.1/
H A DPXRectangleToolPropertiesView.m20 {
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/gl/
H A DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function
H A DGrGLPathRange.h45 bool shouldFill() const { return fShouldFill; } in shouldFill() function
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/gl/
H A DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function
H A DGrGLPathRange.h45 bool shouldFill() const { return fShouldFill; } in shouldFill() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gl/
H A DGrGLPath.h40 bool shouldFill() const { return fShouldFill; } in shouldFill() function
/dports/sysutils/istio/istio-1.6.7/mixer/adapter/stackdriver/helper/
H A Dcommon.go42 shouldFill shouldFillFn member
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp325 bool shouldFill = context->textDrawingMode() & TextModeFill; in drawGlyphs() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/cg/
H A DGraphicsContextCG.cpp486 bool shouldFill = state.fillPattern || state.fillColor.alpha(); in calculateDrawingMode() local