HomeSort by relevance Sort by last modified time
    Searched defs:clipWidth (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderFieldset.cpp 176 int clipWidth = max(static_cast<int>(style()->borderLeftWidth()), legend->width());
177 graphicsContext->clipOut(IntRect(clipLeft, ty + legend->y(), clipWidth, legend->height()));
RenderBox.cpp     [all...]

Completed in 51 milliseconds