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

/macosx-10.10/WebCore-7600.1.25/rendering/shapes/
H A DRectangleShape.cpp51 float boundsWidth = width() + shapeMargin() * 2; local
53 return FloatRect(boundsX, boundsY, boundsWidth, boundsHeight);
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDSystem/
H A DIOHIDSystem.cpp3183 int boundsWidth = bounds->maxx - bounds->minx; local
3187 if ((boundsWidth <= 0) || (boundsHeight <= 0) || (cursorPinWidth <= 0) || (cursorPinHeight <= 0)) {
3192 if ((boundsWidth == cursorPinWidth) && (boundsHeight == cursorPinHeight)) {
3201 x_scale.fromIntFloor(cursorPinWidth) /= boundsWidth;

Completed in 120 milliseconds