Searched defs:contract (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntRect.h92 void contract(const IntSize& size) { m_size -= size; } function in class:blink::IntRect
93 void contract(int dw, int dh) { m_size.expand(-dw, -dh); } function in class:blink::IntRect
H A DFloatRect.h95 void contract(const FloatSize& size) { m_size -= size; } function in class:blink::FloatRect
96 void contract(float dw, float dh) { m_size.expand(-dw, -dh); } function in class:blink::FloatRect
H A DLayoutRect.h101 void contract(const LayoutSize& size) { m_size -= size; } function in class:blink::LayoutRect
102 void contract(const LayoutBoxExtent& box) function in class:blink::LayoutRect
107 void contract(LayoutUnit dw, LayoutUnit dh) { m_size.expand(-dw, -dh); } function in class:blink::LayoutRect
/external/openssl/crypto/lhash/
H A Dlhash.c69 * the 'table' was 'contract()ed', making some entries
83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92
111 static void contract(_LHASH *lh);
243 contract(lh);
366 static void contract(_LHASH *lh) function

Completed in 122 milliseconds