Searched defs:Deflate (Results 1 – 4 of 4) sorted by relevance
296 void Deflate(BaseType x, BaseType y) { in Deflate() function302 void Deflate(const PointType& p) { Deflate(p.x, p.y); } in Deflate() function303 void Deflate(BaseType off_left, in Deflate() function312 void Deflate(const RectType& rt) { in Deflate() function522 void Deflate(FX_FLOAT x, FX_FLOAT y) { in Deflate() function530 void Deflate(FX_FLOAT other_left, in Deflate() function541 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
248 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream