Home
last modified time | relevance | path

Searched refs:clipRight (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEConvolveMatrix.cpp240 … FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom) in fastSetInteriorPixels() argument
245 int kernelIncrease = clipRight * 4; in fastSetInteriorPixels()
254 for (int x = clipRight + 1; x > 0; --x) { in fastSetInteriorPixels()
373 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, i… in setInteriorPixels() argument
378 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom); in setInteriorPixels()
380 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom); in setInteriorPixels()
427 int clipRight = paintSize.width() - m_kernelSize.width(); in apply() local
430 if (clipRight >= 0 && clipBottom >= 0) { in apply()
431 setInteriorPixels(paintingData, clipRight, clipBottom); in apply()
433 clipRight += m_targetOffset.x() + 1; in apply()
[all …]
DFEConvolveMatrix.h95 ALWAYS_INLINE void fastSetInteriorPixels(PaintingData&, int clipRight, int clipBottom);
103 ALWAYS_INLINE void setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom);
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp811 info->clipRight - info->clipLeft, in operator ()()
/external/webkit/Source/WebCore/rendering/
DRenderBox.cpp1156 if (!style()->clipRight().isAuto()) in clipRect()
1157 clipWidth -= width() - style()->clipRight().calcValue(width()); in clipRect()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h466 Length clipRight() const { return visual->clip.right(); } in clipRight() function
/external/webkit/Source/WebCore/css/
DCSSStyleSelector.cpp4460 right = m_parentStyle->clipRight(); in applyProperty()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1676451 (WebCore::InheritedFlags::clipRight):