MCPcopy 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
572void Pattern::setExtend( int extend )
573{
574 cairo_pattern_set_extend( mCairoPattern, static_cast<cairo_extend_t>( extend ) );
575}
576
577void Pattern::setExtendNone()
578{

Callers 1

runMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64