Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/fast_ink/
H A Dfast_ink_points_unittest.cc43 void AddStroke(int points, in AddStroke() function in fast_ink::__anon096b306c0111::FastInkPointsTest
193 AddStroke(0, kTraceInterval, position, zero, zero); in TEST_F()
197 AddStroke(1, kTraceInterval, position, zero, zero); in TEST_F()
203 AddStroke(points, kTraceInterval, position, zero, zero); in TEST_F()
211 AddStroke(points, kTraceInterval, position, velocity, zero); in TEST_F()
223 AddStroke(points, kTraceInterval, position, velocity, acceleration); in TEST_F()
/dports/graphics/blender/blender-2.91.0/source/blender/freestyle/intern/stroke/
H A DStrokeLayer.h93 inline void AddStroke(Stroke *iStroke) in AddStroke() function
H A DStyleModule.h88 sl->AddStroke(*it); in execute()
/dports/x11/xmotd/xmotd-1.17.3b/libhtmlw/
H A DHTMLjot.c213 AddStroke(jptr, sptr, drawing) in AddStroke() function
338 AddStroke(jptr, sptr, True);
392 AddStroke(jptr, sptr, True);
446 AddStroke(jptr, sptr, True);
/dports/deskutils/notekit/notekit-6d6278b/
H A Ddrawing.h63 void AddStroke(CStroke &s, float dx, float dy);
H A Dnotebook.cpp1113 d->AddStroke(active,-(d->get_allocation().get_x())-bx,-(d->get_allocation().get_y())-by); in CommitStroke()
1151 d->AddStroke(active,-(r.get_x()),-(r.get_y())); in CommitStroke()
1182 d->AddStroke(active,-(r.get_x()),-(r.get_y())); in CommitStroke()
H A Ddrawing.cpp90 void CBoundDrawing::AddStroke(CStroke &s, float dx, float dy) in AddStroke() function in CBoundDrawing
/dports/www/beehive/beehive-0.4.0/vendor/github.com/golang/freetype/raster/
H A Dgeom.go194 func (p *Path) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Joiner) { func
H A Draster.go467 func (r *Rasterizer) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Joiner) { func
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/golang/freetype/raster/
H A Dgeom.go194 func (p *Path) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Joiner) { func
H A Draster.go467 func (r *Rasterizer) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Joiner) { func
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/golang/freetype/raster/
H A Dgeom.go194 func (p *Path) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Joiner) { func
H A Draster.go467 func (r *Rasterizer) AddStroke(q Path, width fixed.Int26_6, cr Capper, jr Joiner) { func
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/TabletPC/
H A Dmod.rs5 …pub fn AddStroke(hrc: HRECOCONTEXT, ppacketdesc: *const PACKET_DESCRIPTION, cbpacket: u32, ppacket… in AddStroke() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/UI/Input/Inking/
H A Dmod.rs1128 …pub fn AddStroke<'a, Param0: ::windows::runtime::IntoParam<'a, InkStroke>>(&self, stroke: Param0) … in AddStroke() method
2157 …pub fn AddStroke<'a, Param0: ::windows::runtime::IntoParam<'a, InkStroke>>(&self, stroke: Param0) … in AddStroke() method
3787 …pub fn AddStroke<'a, Param0: ::windows::runtime::IntoParam<'a, InkStroke>>(&self, stroke: Param0) … in AddStroke() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/TabletPC/
H A Dmod.rs29 pub unsafe fn AddStroke<'a, Param0: ::windows::runtime::IntoParam<'a, HRECOCONTEXT>>(hrc: Param0, p… in AddStroke() function
34 …fn AddStroke(hrc: HRECOCONTEXT, ppacketdesc: *const PACKET_DESCRIPTION, cbpacket: u32, ppacket: *c… in AddStroke() function
36AddStroke(hrc.into_param().abi(), ::std::mem::transmute(ppacketdesc), ::std::mem::transmute(cbpack… in AddStroke()