Home
last modified time | relevance | path

Searched defs:inflate (Results 1 – 21 of 21) sorted by relevance

/external/skia/src/views/
DSkViewPriv.cpp11 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Artist
57 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Layout
DSkViewInflate.cpp54 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) in inflate() function in SkViewInflate
94 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) in inflate() function in SkViewInflate
DSkEvent.cpp145 void SkEvent::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkEvent
DSkView.cpp635 void SkView::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView
/external/libpng/contrib/pngminim/encoder/
Ddummy_inflate.c3 int ZEXPORT inflate(strm, flush) in inflate() function
/external/zlib/contrib/dotzlib/DotZLib/
DInflater.cs25 private static extern int inflate(ref ZStream sz, int flush); in inflate() method in DotZLib.Inflater
/external/zlib/contrib/pascal/
Dzlibpas.pas88 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate() function
172 function inflate; external; in inflate() function
/external/webkit/WebCore/platform/graphics/
DFloatRect.h126 void inflate(float d) { inflateX(d); inflateY(d); } in inflate() function
DIntRect.h133 void inflate(int d) { inflateX(d); inflateY(d); } in inflate() function
/external/chromium/third_party/zlib/
Dmozzconf.h52 #define inflate MOZ_Z_inflate macro
Dzconf.h23 # define inflate z_inflate macro
Dinflate.c554 int ZEXPORT inflate(strm, flush) in inflate() function
/external/zlib/
Dzconf.in.h20 # define inflate z_inflate macro
Dinflate.c589 int ZEXPORT inflate(strm, flush) in inflate() function
Dzconf.h81 # define inflate z_inflate macro
Dzconf.h.in81 # define inflate z_inflate macro
/external/qemu/distrib/zlib-1.2.3/
Dzconf.h20 # define inflate z_inflate macro
Dinflate.c554 int ZEXPORT inflate(strm, flush) in inflate() function
/external/chromium/sdch/open-vcdiff/src/
Dzconf.h20 # define inflate z_inflate macro
/external/zlib/contrib/delphi/
DZLib.pas249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; in inflate() function
/external/openssl/crypto/comp/
Dc_zlib.c123 #define inflate p_inflate macro