HomeSort by relevance Sort by last modified time
    Searched refs:Inflate (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/skia/include/core/
SkFlate.h 49 static bool Inflate(SkStream* src, SkWStream* dst);
  /external/skia/include/core/
SkFlate.h 49 static bool Inflate(SkStream* src, SkWStream* dst);
  /external/chromium_org/cc/resources/
layer_quad_unittest.cc 28 TEST(LayerQuadTest, Inflate) {
37 layer_quad.Inflate(0.5f);
layer_quad.h 91 void Inflate(float d) {
96 Inflate(kAntiAliasingInflateDistance);
  /external/chromium_org/third_party/skia/src/core/
SkFlate.cpp 19 bool SkFlate::Inflate(SkStream*, SkWStream*) { return false; }
91 rc = inflate(&flateData, Z_NO_FLUSH);
97 rc = inflate(&flateData, Z_FINISH);
136 bool SkFlate::Inflate(SkStream* src, SkWStream* dst) {
  /external/skia/src/core/
SkFlate.cpp 19 bool SkFlate::Inflate(SkStream*, SkWStream*) { return false; }
91 rc = inflate(&flateData, Z_NO_FLUSH);
97 rc = inflate(&flateData, Z_FINISH);
136 bool SkFlate::Inflate(SkStream* src, SkWStream* dst) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
gzip_stream.h 103 int Inflate(int flush);
gzip_stream.cc 87 int GzipInputStream::Inflate(int flush) {
89 // previous inflate filled output buffer. don't change input params yet.
112 int error = inflate(&zcontext_, flush);
150 zerror_ = Inflate(Z_NO_FLUSH);
152 // The underlying stream's Next returned false inside Inflate.
  /external/protobuf/src/google/protobuf/io/
gzip_stream.h 102 int Inflate(int flush);
gzip_stream.cc 76 int GzipInputStream::Inflate(int flush) {
78 // previous inflate filled output buffer. don't change input params yet.
108 int error = inflate(&zcontext_, flush);
134 zerror_ = Inflate(Z_NO_FLUSH);
136 // The underlying stream's Next returned false inside Inflate.
  /external/skia/tests/
FlateTest.cpp 68 status = SkFlate::Inflate(testStream, &uncompressed);
  /art/runtime/
monitor.cc 581 void Monitor::Inflate(Thread* self, mirror::Object* obj) {
619 * The reacquisition limit has been reached. Inflate
623 Inflate(self, obj);
652 // The acquire succeed. Break out of the loop and proceed to inflate the lock.
684 Inflate(self, obj);
777 Inflate(self, obj);
795 // We inflate here in case the Notify is in a tight loop. Without inflation here the waiter
797 Inflate(self, obj);
816 // We inflate here in case the NotifyAll is in a tight loop. Without inflation here the waiter
818 Inflate(self, obj)
    [all...]
monitor.h 114 static void Inflate(Thread* self, mirror::Object* obj)
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
ruby.php 119 'Zlib::GzipWriter', 'Zlib::Inflate', 'Zlib::MemError',
rails.php 112 'Zlib::GzipWriter', 'Zlib::Inflate', 'Zlib::MemError',

Completed in 509 milliseconds