Searched refs:boundsHeight (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DRectangleShape.cpp52 float boundsHeight = height() + shapeMargin() * 2; local
53 return FloatRect(boundsX, boundsY, boundsWidth, boundsHeight);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp3184 int boundsHeight = bounds->maxy - bounds->miny; local
3187 if ((boundsWidth <= 0) || (boundsHeight <= 0) || (cursorPinWidth <= 0) || (cursorPinHeight <= 0)) {
3192 if ((boundsWidth == cursorPinWidth) && (boundsHeight == cursorPinHeight)) {
3202 y_scale.fromIntFloor(cursorPinHeight) /= boundsHeight;

Completed in 141 milliseconds