Home
last modified time | relevance | path

Searched defs:setStrokeCap (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkPaint.cpp158 void SkPaint::setStrokeCap(Cap ct) { in setStrokeCap() function in SkPaint
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/paint/
H A Dpaint_flags.h82 ALWAYS_INLINE void setStrokeCap(Cap cap) { bitfields_.cap_type_ = cap; } in setStrokeCap() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/paint/
H A Dpaint_flags.h87 ALWAYS_INLINE void setStrokeCap(Cap cap) { bitfields_.cap_type_ = cap; } in setStrokeCap() function
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkPaint.cpp154 void SkPaint::setStrokeCap(Cap ct) { in setStrokeCap() function in SkPaint
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkPaint.cpp154 void SkPaint::setStrokeCap(Cap ct) { in setStrokeCap() function in SkPaint
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkPaint.cpp154 void SkPaint::setStrokeCap(Cap ct) { in setStrokeCap() function in SkPaint
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkPaint.cpp154 void SkPaint::setStrokeCap(Cap ct) { in setStrokeCap() function in SkPaint
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkPaint.cpp154 void SkPaint::setStrokeCap(Cap ct) { in setStrokeCap() function in SkPaint
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPaint.cpp295 void SkPaint::setStrokeCap(Cap ct) { in setStrokeCap() function in SkPaint
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/plugins/base/android/
H A Dandroid_npapi.h439 void (*setStrokeCap)(ANPPaint*, ANPPaintCap); member
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPaint.cpp296 void SkPaint::setStrokeCap(Cap ct) { in setStrokeCap() function in SkPaint
/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/
H A Dcontext.h976 …BL_INLINE BLResult setStrokeCap(uint32_t type, uint32_t strokeCap) noexcept { return impl->virt->s… in setStrokeCap() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/canvaskit/canvaskit/types/
H A Dindex.d.ts1752 setStrokeCap(cap: StrokeCap): void; method