Searched refs:clipRight (Results 1 – 7 of 7) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/filters/ |
D | FEConvolveMatrix.cpp | 240 … 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 …]
|
D | FEConvolveMatrix.h | 95 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/ |
D | WebView.cpp | 811 info->clipRight - info->clipLeft, in operator ()()
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBox.cpp | 1156 if (!style()->clipRight().isAuto()) in clipRect() 1157 clipWidth -= width() - style()->clipRight().calcValue(width()); in clipRect()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | RenderStyle.h | 466 Length clipRight() const { return visual->clip.right(); } in clipRight() function
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 4460 right = m_parentStyle->clipRight(); in applyProperty()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 76451 (WebCore::InheritedFlags::clipRight):
|