MCPcopy Create free account
hub / github.com/cinder/Cinder / stbWriteToStream

Function stbWriteToStream

src/cinder/ImageTargetFileStbImage.cpp:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void stbWriteToStream( void *context, void *data, int size )
102{
103 OStream *stream = reinterpret_cast<OStream *>( context );
104 stream->writeData( data, static_cast<size_t>( size ) );
105}
106
107void ImageTargetFileStbImage::finalize()
108{

Callers

nothing calls this directly

Calls 1

writeDataMethod · 0.45

Tested by

no test coverage detected