Home
last modified time | relevance | path

Searched defs:addOval (Results 1 – 17 of 17) sorted by relevance

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/test/
H A Dtest_vpath.cpp126 TEST_F(VPathTest, addOval) { in TEST_F() argument
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/test/
H A Dtest_vpath.cpp126 TEST_F(VPathTest, addOval) { in TEST_F() argument
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/editors/
H A DTGPainter.java145 public void addOval(float arg0, float arg1, float arg2, float arg3) { in addOval() method in TGPainter
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/rlottie/src/vector/
H A Dvpath.h224 inline void VPath::addOval(const VRectF &rect, VPath::Direction dir) in addOval() function
H A Dvpath.cpp175 void VPath::VPathData::addOval(const VRectF &rect, VPath::Direction dir) in addOval() function in VPath::VPathData
/dports/graphics/rlottie/rlottie-0.2-49-g327fb7d/src/vector/
H A Dvpath.h229 inline void VPath::addOval(const VRectF &rect, VPath::Direction dir) in addOval() function
H A Dvpath.cpp178 void VPath::VPathData::addOval(const VRectF &rect, VPath::Direction dir) in addOval() function in VPath::VPathData
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkPathBuilder.cpp661 SkPathBuilder& SkPathBuilder::addOval(const SkRect& oval, SkPathDirection dir, unsigned index) { in addOval() function in SkPathBuilder
H A DSkPath.cpp1014 SkPath& SkPath::addOval(const SkRect& oval, SkPathDirection dir) { in addOval() function in SkPath
1019 SkPath& SkPath::addOval(const SkRect &oval, SkPathDirection dir, unsigned startPointIndex) { in addOval() function in SkPath
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/core/
H A DSkPath.cpp1223 void SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() function in SkPath
1228 void SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() function in SkPath
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1245 void SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() function in SkPath
1250 void SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() function in SkPath
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1021 SkPath& SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() function in SkPath
1026 SkPath& SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() function in SkPath
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkPath.cpp1017 SkPath& SkPath::addOval(const SkRect& oval, SkPathDirection dir) { in addOval() function in SkPath
1022 SkPath& SkPath::addOval(const SkRect &oval, SkPathDirection dir, unsigned startPointIndex) { in addOval() function in SkPath
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1021 SkPath& SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() function in SkPath
1026 SkPath& SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() function in SkPath
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1021 SkPath& SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() function in SkPath
1026 SkPath& SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() function in SkPath
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/core/
H A DSkPath.cpp1021 SkPath& SkPath::addOval(const SkRect& oval, Direction dir) { in addOval() function in SkPath
1026 SkPath& SkPath::addOval(const SkRect &oval, Direction dir, unsigned startPointIndex) { in addOval() function in SkPath
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/canvaskit/canvaskit/types/
H A Dindex.d.ts1804 addOval(oval: InputRect, isCCW?: boolean, startIndex?: number): Path; method