Searched defs:inflateY (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DFloatRect.h127 void inflateY(float dy) { function in class:WebCore::FloatRect
131 void inflate(float d) { inflateX(d); inflateY(d); }
H A DIntRect.h159 void inflateY(int dy) function in class:WebCore::IntRect
164 void inflate(int d) { inflateX(d); inflateY(d); }
/external/webkit/Source/WebKit2/UIProcess/
H A DFindIndicator.cpp101 static FloatRect inflateRect(const FloatRect& rect, float inflateX, float inflateY) argument
105 inflatedRect.inflateY(inflateY);

Completed in 78 milliseconds