OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:absolutePaintRect
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/filters/
FEGaussianBlur.cpp
154
FloatRect
absolutePaintRect
= inputEffect(0)->
absolutePaintRect
();
155
absolutePaintRect
.intersect(maxEffectRect());
162
absolutePaintRect
.inflateX(3 * kernelSizeX * 0.5f);
163
absolutePaintRect
.inflateY(3 * kernelSizeY * 0.5f);
164
setAbsolutePaintRect(enclosingIntRect(
absolutePaintRect
));
182
IntRect effectDrawingRect = requestedRegionOfInputImageData(in->
absolutePaintRect
());
192
IntSize paintSize =
absolutePaintRect
().size();
FilterEffect.h
76
IntRect
absolutePaintRect
() const { return m_absolutePaintRect; }
77
void setAbsolutePaintRect(const IntRect&
absolutePaintRect
) { m_absolutePaintRect =
absolutePaintRect
; }
Completed in 159 milliseconds