Searched refs:clippedOut (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DContextShadow.cpp255 const FloatSize clippedOut = m_unclippedLayerOrigin - m_layerOrigin; local
259 const float translationX = -layerArea.x() + inflation - fabsf(clippedOut.width());
260 const float translationY = -layerArea.y() + inflation - fabsf(clippedOut.height());
H A DShadowBlur.cpp388 const FloatSize clippedOut = unclippedLayerOrigin - m_layerOrigin; local
392 float translationX = -shadowedRect.x() + inflation - fabsf(clippedOut.width());
393 float translationY = -shadowedRect.y() + inflation - fabsf(clippedOut.height());
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp274 bool clippedOut = (clip.width() <= 1 && clip.height() <= 1);
275 if(clippedOut != m_isSurfaceClippedOut) {
276 m_isSurfaceClippedOut = clippedOut;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp1129 QPainterPath clippedOut = path.platformPath(); local
1134 newClip.addPath(clippedOut);
1139 newClip.addPath(clippedOut.intersected(newClip));

Completed in 1315 milliseconds