Searched refs:setLocationAndSizeFromEdges (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/ |
D | FloatRect.cpp | 79 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()
|
D | FloatRect.h | 185 void setLocationAndSizeFromEdges(float left, float top, float right, float bottom) in setLocationAndSizeFromEdges() function
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 64197 (WebCore::FloatRect::setLocationAndSizeFromEdges):
|