Home
last modified time | relevance | path

Searched defs:clipBottom (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/filters/
DFEConvolveMatrix.cpp240 … FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom) in fastSetInteriorPixels()
373 …void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom) in setInteriorPixels()
428 int clipBottom = paintSize.height() - m_kernelSize.height(); in apply() local
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h468 Length clipBottom() const { return visual->clip.bottom(); } in clipBottom() function