Home
last modified time | relevance | path

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

12

/external/skia/src/views/
DSkViewPriv.cpp18 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Artist
64 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Layout
DSkViewInflate.cpp61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) in inflate() function in SkViewInflate
101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) in inflate() function in SkViewInflate
/external/chromium_org/third_party/skia/src/views/
DSkViewPriv.cpp18 void SkView::Artist::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Artist
64 void SkView::Layout::inflate(const SkDOM& dom, const SkDOM::Node* node) in inflate() function in SkView::Layout
DSkViewInflate.cpp61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) in inflate() function in SkViewInflate
101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) in inflate() function in SkViewInflate
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLayoutInflater.java42 public View inflate(int resource, ViewGroup root, boolean attachToRoot) { in inflate() method in ShadowLayoutInflater
47 public View inflate(int resource, ViewGroup root) { in inflate() method in ShadowLayoutInflater
DShadowMenuInflater.java25 public void inflate(int resource, Menu root) { in inflate() method in ShadowMenuInflater
DShadowViewStub.java66 public View inflate() { in inflate() method in ShadowViewStub
/external/okhttp/okio/src/test/java/okio/
DInflaterSourceTest.java30 @Test public void inflate() throws Exception { in inflate() method in InflaterSourceTest
95 private OkBuffer inflate(OkBuffer deflated) throws IOException { in inflate() method in InflaterSourceTest
DDeflaterSinkTest.java116 private OkBuffer inflate(OkBuffer deflated) throws IOException { in inflate() method in DeflaterSinkTest
/external/zlib/src/contrib/dotzlib/DotZLib/
DInflater.cs25 private static extern int inflate(ref ZStream sz, int flush); in inflate() method in DotZLib.Inflater
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
DWebSocketPerMessageDeflate.cpp217 bool WebSocketPerMessageDeflate::inflate(WebSocketFrame& frame) in inflate() function in blink::WebSocketPerMessageDeflate
DWebSocketDeflateFramer.cpp195 PassOwnPtr<InflateResultHolder> WebSocketDeflateFramer::inflate(WebSocketFrame& frame) in inflate() function in blink::WebSocketDeflateFramer
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.h94 void inflate(int size) { m_rect.inflate(size); } in inflate() function
DFloatRoundedRect.h97 void inflate(float size) { m_rect.inflate(size); } in inflate() function
DIntRect.h146 void inflate(int d) { inflateX(d); inflateY(d); } in inflate() function
DFloatRect.h153 void inflate(float d) { inflateX(d); inflateY(d); } in inflate() function
/external/freetype/src/gzip/
Dinflate.c147 ZEXPORT(int) inflate( /* z, f) */ in inflate() function
Dzconf.h20 # define inflate z_inflate macro
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
DPreferenceLoader.java102 public Preference inflate(Context context, Preference parent) throws Exception { in inflate() method in PreferenceLoader.PreferenceNode
DMenuLoader.java180 public void inflate(Context context, Menu root) throws Exception { in inflate() method in MenuLoader.MenuNode
/external/zlib/src/contrib/pascal/
Dzlibpas.pas110 function inflate(var strm: z_stream; flush: Integer): Integer; in inflate() function
208 function inflate; external; in inflate() function
/external/chromium_org/sdch/open-vcdiff/src/zlib/
Dzconf.h20 # define inflate z_inflate macro
/external/chromium_org/third_party/zlib/
Dmozzconf.h52 #define inflate MOZ_Z_inflate macro
/external/chromium_org/build/android/rezip/
Drezip.cc383 bool inflate = false; in Rezip() local
/external/zlib/src/contrib/delphi/
DZLib.pas249 function inflate(var strm: TZStreamRec; flush: Integer): Integer; external; in inflate() function

12