MCPcopy Create free account
hub / github.com/Siv3D/OpenSiv3D / write

Method write

Siv3D/src/Siv3D/ImageFormat/TIFF/TIFFDecoder.cpp:93–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 }
92
93 static tsize_t write(thandle_t, tdata_t, tsize_t)
94 {
95 return 0;
96 }
97
98 static toff_t seek(thandle_t fd, toff_t offset, int origin)
99 {

Callers 13

PngWriteCallbackIWriterFunction · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
encodeMethod · 0.45
WebPWriteCallbackFunction · 0.45
WriteNumberFunction · 0.45
WriteP1Function · 0.45
WriteP2Function · 0.45
WriteP3Function · 0.45
WriteP4Function · 0.45
WriteP5Function · 0.45
WriteP6Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected