Searched refs:mapPaintRect (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFETile.h37 virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
H A DFEDisplacementMap.h56 virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
H A DFEConvolveMatrix.h74 virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
H A DFELighting.h86 virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
H A DFETile.cpp48 FloatRect FETile::mapPaintRect(const FloatRect& rect, bool forward) function in class:WebCore::FETile
H A DFilterEffect.h131 virtual FloatRect mapPaintRect(const FloatRect& rect, bool forward) function in class:WebCore::FilterEffect
H A DFEDisplacementMap.cpp52 FloatRect FEDisplacementMap::mapPaintRect(const FloatRect& rect, bool) function in class:WebCore::FEDisplacementMap
H A DFilterEffect.cpp84 FloatRect inputRect = mapPaintRect(requestedRect, false);
90 inputUnion = mapPaintRect(inputUnion, true);
H A DFEConvolveMatrix.cpp62 FloatRect FEConvolveMatrix::mapPaintRect(const FloatRect& rect, bool forward) function in class:WebCore::FEConvolveMatrix
H A DFELighting.cpp55 FloatRect FELighting::mapPaintRect(const FloatRect& rect, bool) function in class:WebCore::FELighting

Completed in 173 milliseconds