Searched refs:Inflate (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkFlate.h49 static bool Inflate(SkStream* src, SkWStream* dst);
H A DSkFlate.cpp19 bool SkFlate::Inflate(SkStream*, SkWStream*) { return false; } function in class:SkFlate
136 bool SkFlate::Inflate(SkStream* src, SkWStream* dst) { function in class:SkFlate
/external/skia/src/core/
H A DSkFlate.h49 static bool Inflate(SkStream* src, SkWStream* dst);
H A DSkFlate.cpp19 bool SkFlate::Inflate(SkStream*, SkWStream*) { return false; } function in class:SkFlate
136 bool SkFlate::Inflate(SkStream* src, SkWStream* dst) { function in class:SkFlate
/external/chromium_org/cc/resources/
H A Dlayer_quad_unittest.cc28 TEST(LayerQuadTest, Inflate) {
37 layer_quad.Inflate(0.5f);
H A Dlayer_quad.h91 void Inflate(float d) { function in class:cc::LayerQuad
96 Inflate(kAntiAliasingInflateDistance);
/external/chromium_org/net/websockets/
H A Dwebsocket_deflate_stream.h86 int Inflate(ScopedVector<WebSocketFrame>* frames);
H A Dwebsocket_inflater.h118 int Inflate(const char* next_in, size_t avail_in, int flush);
H A Dwebsocket_inflater.cc108 int result = Inflate(next_in, avail_in, Z_NO_FLUSH);
116 return Inflate(reinterpret_cast<const char*>(stream_->next_in),
121 int WebSocketInflater::Inflate(const char* next_in, function in class:net::WebSocketInflater
H A Dwebsocket_deflate_stream.cc276 int WebSocketDeflateStream::Inflate(ScopedVector<WebSocketFrame>* frames) { function in class:net::WebSocketDeflateStream
370 int result = Inflate(frames);
385 result = Inflate(frames);
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h103 int Inflate(int flush);
H A Dgzip_stream.cc87 int GzipInputStream::Inflate(int flush) { function in class:google::protobuf::io::GzipInputStream
150 zerror_ = Inflate(Z_NO_FLUSH);
152 // The underlying stream's Next returned false inside Inflate.
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.cpp37 if (SkFlate::Inflate(&skstream, &uncompressedData)) {
/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.h102 int Inflate(int flush);
H A Dgzip_stream.cc76 int GzipInputStream::Inflate(int flush) { function in class:google::protobuf::io::GzipInputStream
134 zerror_ = Inflate(Z_NO_FLUSH);
136 // The underlying stream's Next returned false inside Inflate.
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.cpp37 if (SkFlate::Inflate(&skstream, &uncompressedData)) {
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h293 void Inflate(baseType x, baseType y) function in class:CFX_RTemplate
300 void Inflate(const FXT_POINT &p) function in class:CFX_RTemplate
302 Inflate(p.x, p.y);
304 void Inflate(baseType left, baseType top, baseType right, baseType bottom) function in class:CFX_RTemplate
311 void Inflate(const FXT_RECT &rt) function in class:CFX_RTemplate
313 Inflate(rt.left, rt.top, rt.left + rt.width, rt.top + rt.height);
682 void Inflate(FX_FLOAT x, FX_FLOAT y) function in class:CFX_FloatRect
691 void Inflate(FX_FLOAT left, FX_FLOAT bottom, FX_FLOAT right, FX_FLOAT top) function in class:CFX_FloatRect
700 void Inflate(const CFX_FloatRect &rt) function in class:CFX_FloatRect
702 Inflate(r
[all...]
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusTypes.h467 VOID Inflate(IN REAL dx, function in class:RectF
476 VOID Inflate(IN const PointF& point) function in class:RectF
478 Inflate(point.X, point.Y);
670 VOID Inflate(IN INT dx, function in class:Rect
679 VOID Inflate(IN const Point& point) function in class:Rect
681 Inflate(point.X, point.Y);
/external/chromium_org/third_party/skia/tests/
H A DFlateTest.cpp68 bool inflateSuccess = SkFlate::Inflate(testStream, &uncompressed);
/external/skia/tests/
H A DFlateTest.cpp66 status = SkFlate::Inflate(testStream, &uncompressed);
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DUnitTests.cs211 #region Inflate tests

Completed in 1297 milliseconds