Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ setExtend
Method
setExtend
blocks/Cairo/src/Cairo.cpp:572–575 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
570
}
571
572
void Pattern::setExtend( int extend )
573
{
574
cairo_pattern_set_extend( mCairoPattern, static_cast<cairo_extend_t>( extend ) );
575
}
576
577
void Pattern::setExtendNone()
578
{
Callers
1
run
Method · 0.80
Calls
no outgoing calls
Tested by
1
run
Method · 0.64