Searched defs:Deflate (Results 1 – 4 of 4) sorted by relevance
255 void Deflate(baseType x, baseType y) { in Deflate() function261 void Deflate(const FXT_POINT& p) { Deflate(p.x, p.y); } in Deflate() function262 void Deflate(baseType left, baseType top, baseType right, baseType bottom) { in Deflate() function268 void Deflate(const FXT_RECT& rt) { in Deflate() function568 void Deflate(FX_FLOAT x, FX_FLOAT y) { in Deflate() function576 void Deflate(FX_FLOAT other_left, in Deflate() function587 void Deflate(const CFX_FloatRect& rt) { in Deflate() function
42 Deflate : Filter_Type; variable
125 function Deflate (strm : Z_Streamp; flush : Int) return Int; subprogspec
244 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream