Home
last modified time | relevance | path

Searched refs:writeRLE (Results 1 – 13 of 13) sorted by relevance

/dports/graphics/gource/gource-0.51/src/core/
H A Dtga.cpp42 void TGAWriter::writeRLE(int pixel_count, const char* pixel) { in writeRLE() function in TGAWriter
186 writeRLE(match_count+1, last_pixel); in writeScanlines()
197 writeRLE(match_count+1, last_pixel); in writeScanlines()
H A Dtga.h50 inline void writeRLE(int pixel_count, const char* pixel);
/dports/sysutils/logstalgia/Logstalgia-logstalgia-1.1.2/src/core/
H A Dtga.cpp42 void TGAWriter::writeRLE(int pixel_count, const char* pixel) { in writeRLE() function in TGAWriter
186 writeRLE(match_count+1, last_pixel); in writeScanlines()
197 writeRLE(match_count+1, last_pixel); in writeScanlines()
H A Dtga.h50 inline void writeRLE(int pixel_count, const char* pixel);
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/hdr/
H A Dhdrwriter.h35 static bool writeRLE(const osg::Image *img, std::ostream& fout);
H A Dhdrwriter.cpp187 bool HDRWriter::writeRLE( const osg::Image* img, std::ostream& fout) in writeRLE() function in HDRWriter
H A DReaderWriterHDR.cpp277 success = HDRWriter::writeRLE(source.get(), fout); in writeImage()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/hdr/
H A Dhdrwriter.h35 static bool writeRLE(const osg::Image *img, std::ostream& fout);
H A DReaderWriterHDR.cpp271 success = HDRWriter::writeRLE(source.get(), fout); in writeImage()
H A Dhdrwriter.cpp187 bool HDRWriter::writeRLE( const osg::Image* img, std::ostream& fout) in writeRLE() function in HDRWriter
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/subtitle/
H A DSubpicture.java506 public byte[] writeRLE(long start_time, int onscreen_time) throws IOException in writeRLE() method in Subpicture
515 public byte[] writeRLE(Bitmap new_bitmap) throws IOException in writeRLE() method in Subpicture
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DStreamProcessTeletext.java941 …byte_buffer.write( subpicture.writeRLE( sup_in_time, 0xB4)); // alias duration 1.800 sec if out_ti… in processStream()
1203 …byte_buffer.write( subpicture.writeRLE( sup_in_time, 0xB4)); // alias duration 2.000 sec if out_ti… in processStream()
H A DStreamProcessSubpicture.java632 out.write( subpicture.writeRLE(bitmap)); in process_dvbsubpicture()