Searched defs:clipBottom (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEConvolveMatrix.h94 ALWAYS_INLINE void fastSetInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
102 ALWAYS_INLINE void setInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
114 int clipBottom; member in struct:blink::FEConvolveMatrix::InteriorPixelParameters
H A DFEConvolveMatrix.cpp262 ALWAYS_INLINE void FEConvolveMatrix::fastSetInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd) argument
274 // Skip the first '(clipBottom - yEnd)' lines
275 pixel += (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4);
276 int startKernelPixel = (clipBottom - yEnd) * (xIncrease + (clipRight + 1) * 4);
402 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd) argument
407 fastSetInteriorPixels<true>(paintingData, clipRight, clipBottom, yStart, yEnd);
409 fastSetInteriorPixels<false>(paintingData, clipRight, clipBottom, yStart, yEnd);
424 param->filter->setInteriorPixels(*param->paintingData, param->clipRight, param->clipBottom, param->yStart, param->yEnd);
457 int clipBottom = paintSize.height() - m_kernelSize.height(); local
459 if (clipRight >= 0 && clipBottom >
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.h541 const Length& clipBottom() const { return visual->clip.bottom(); } function in class:blink::RenderStyle
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 183 milliseconds