Home
last modified time | relevance | path

Searched refs:clipX (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebKitPluginHost.defs54 clipX :double;
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp1124 int clipX = tx + bLeft; in overflowClipRect() local
1135 return IntRect(clipX, clipY, clipWidth, clipHeight); in overflowClipRect()
1140 int clipX = tx; in clipRect() local
1147 clipX += c; in clipRect()
1163 return IntRect(clipX, clipY, clipWidth, clipHeight); in clipRect()