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/platform/graphics/filters/
FEConvolveMatrix.h 102 ALWAYS_INLINE void setInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
FEConvolveMatrix.cpp 402 ALWAYS_INLINE void FEConvolveMatrix::setInteriorPixels(PaintingData& paintingData, int clipRight, int clipBottom, int yStart, int yEnd)
415 // because setInteriorPixels is also implemented here
424 param->filter->setInteriorPixels(*param->paintingData, param->clipRight, param->clipBottom, param->yStart, param->yEnd);
486 setInteriorPixels(paintingData, clipRight, clipBottom, 0, clipBottom);

Completed in 466 milliseconds