Home | History | Annotate | Download | only in cg

Lines Matching refs:lineRect

1058         CGRect lineRect = roundToDevicePixels(FloatRect(x, y, lineLength, adjustedThickness));
1059 if (lineRect.size.height < thickness * 2.0) {
1060 x = lineRect.origin.x;
1061 y = lineRect.origin.y;
1062 lineLength = lineRect.size.width;
1063 thickness = lineRect.size.height;