MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / attach

Method attach

dep/agg/include/agg2d.h:179–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177 {
178 }
179 void attach(
180 unsigned char* buf, unsigned width, unsigned height, int stride)
181 {
182 renBuf.attach(buf, width, height, stride);
183 }
184 int width() const
185 {
186 return renBuf.width();

Callers 2

attach_pixfmtMethod · 0.45
contour_createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected