Home
last modified time | relevance | path

Searched defs:Inflate (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/fxcrt/
Dfx_coordinates.h277 void Inflate(float x, float y) { in Inflate() function
285 void Inflate(float other_left, in Inflate() function
296 void Inflate(const CFX_FloatRect& rt) { in Inflate() function
452 void Inflate(BaseType x, BaseType y) { in Inflate() function
458 void Inflate(const PointType& p) { Inflate(p.x, p.y); } in Inflate() function
459 void Inflate(BaseType off_left, in Inflate() function
468 void Inflate(const RectType& rt) { in Inflate() function
/external/tensorflow/tensorflow/core/lib/io/snappy/
Dsnappy_inputbuffer.cc76 Status SnappyInputBuffer::Inflate() { in Inflate() function in tensorflow::io::SnappyInputBuffer
/external/zlib/src/contrib/ada/
Dmtest.adb43 Inflate : Filter_Type; variable
Dzlib-thin.ads129 function Inflate (strm : Z_Streamp; flush : Int) return Int; subprogspec
/external/tensorflow/tensorflow/core/lib/io/
Dzlib_inputstream.cc225 Status ZlibInputStream::Inflate() { in Inflate() function in tensorflow::io::ZlibInputStream
/external/protobuf/src/google/protobuf/io/
Dgzip_stream.cc88 int GzipInputStream::Inflate(int flush) { in Inflate() function in google::protobuf::io::GzipInputStream