Home
last modified time | relevance | path

Searched refs:PackRLE (Results 1 – 5 of 5) sorted by relevance

/dports/devel/upp/upp/uppsrc/IconDes/
H A DImlFile.cpp25 result.Cat(PackRLE(aa[y], aa.GetWidth())); in AlphaToRLE()
310 String scan = PackRLE(buffer[i], buffer.GetWidth()); in SaveIml()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPSDParser.h323 unsigned PackRLE(BYTE* line_start, const BYTE* src_line, unsigned srcSize);
H A DPSDParser.cpp1746 unsigned psdParser::PackRLE(BYTE* line_start, const BYTE* src_line, unsigned srcSize) { in PackRLE() function in psdParser
1880 unsigned len = PackRLE(rle_line_start, line_start, lineSize); in WriteImageData()
/dports/devel/upp/upp/uppsrc/Draw/
H A DImage.h36 String PackRLE(const RGBA *s, int len);
H A DImageBlit.cpp46 String PackRLE(const RGBA *s, int len) in PackRLE() function