Searched refs:clipRight (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
H A DFEConvolveMatrix.cpp240 ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom) argument
245 int kernelIncrease = clipRight * 4;
254 for (int x = clipRight + 1; x > 0; --x) {
373 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom) argument
378 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom);
380 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom);
427 int clipRight = paintSize.width() - m_kernelSize.width(); local
430 if (clipRight >= 0 && clipBottom >= 0) {
431 setInteriorPixels(paintingData, clipRight, clipBottom);
433 clipRight
[all...]
H A 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/
H A DWebView.cpp788 info->clipRight - info->clipLeft,
/external/webkit/Source/WebCore/rendering/
H A DRenderBox.cpp1156 if (!style()->clipRight().isAuto())
1157 clipWidth -= width() - style()->clipRight().calcValue(width());
/external/webkit/Source/WebCore/rendering/style/
H A DRenderStyle.h466 Length clipRight() const { return visual->clip.right(); } function in class:WebCore::RenderStyle
/external/webkit/Source/WebCore/css/
H A DCSSStyleSelector.cpp4460 right = m_parentStyle->clipRight();

Completed in 106 milliseconds