HomeSort by relevance Sort by last modified time
    Searched refs:setInteriorPixels (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/
FEConvolveMatrix.h 102 ALWAYS_INLINE void setInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
FEConvolveMatrix.cpp 398 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
411 // because setInteriorPixels is also implemented here
420 param->filter->setInteriorPixels(*param->paintingData, param->clipRight, param->clipBottom, param->yStart, param->yEnd);
482 setInteriorPixels(paintingData, clipRight, clipBottom, 0, clipBottom);

Completed in 24 milliseconds