Home
last modified time | relevance | path

Searched refs:setLocationAndSizeFromEdges (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
DFloatRect.cpp79 setLocationAndSizeFromEdges(l, t, r, b); in intersect()
97 setLocationAndSizeFromEdges(l, t, r, b); in unite()
115 setLocationAndSizeFromEdges(left, top, right, bottom); in uniteIfNonZero()
133 setLocationAndSizeFromEdges(left, top, right, bottom); in fitToPoints()
172 setLocationAndSizeFromEdges(left, top, right, bottom); in fitToPoints()
182 setLocationAndSizeFromEdges(left, top, right, bottom); in fitToPoints()
DFloatRect.h185 void setLocationAndSizeFromEdges(float left, float top, float right, float bottom) in setLocationAndSizeFromEdges() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0664197 (WebCore::FloatRect::setLocationAndSizeFromEdges):