Home
last modified time | relevance | path

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

/external/pdfium/core/include/fxcrt/
Dfx_coordinates.h255 void Deflate(baseType x, baseType y) { in Deflate() function
261 void Deflate(const FXT_POINT& p) { Deflate(p.x, p.y); } in Deflate() function
262 void Deflate(baseType left, baseType top, baseType right, baseType bottom) { in Deflate() function
268 void Deflate(const FXT_RECT& rt) { in Deflate() function
568 void Deflate(FX_FLOAT x, FX_FLOAT y) { in Deflate() function
576 void Deflate(FX_FLOAT other_left, in Deflate() function
587 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.cc244 int GzipOutputStream::Deflate(int flush) { in Deflate() function in google::protobuf::io::GzipOutputStream