Home
last modified time | relevance | path

Searched defs:Deflate (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_coordinates.h296 void Deflate(BaseType x, BaseType y) { in Deflate() function
302 void Deflate(const PointType& p) { Deflate(p.x, p.y); } in Deflate() function
303 void Deflate(BaseType off_left, in Deflate() function
312 void Deflate(const RectType& rt) { in Deflate() function
522 void Deflate(FX_FLOAT x, FX_FLOAT y) { in Deflate() function
530 void Deflate(FX_FLOAT other_left, in Deflate() function
541 void Deflate(const CFX_FloatRect& rt) { in Deflate() function
/external/zlib/src/contrib/ada/
Dmtest.adb42 Deflate : Filter_Type; variable
Dzlib-thin.ads125 function Deflate (strm : Z_Streamp; flush : Int) return Int; subprogspec
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc248 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream