OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_absolutePaintRect
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.cpp
145
IntPoint location =
m_absolutePaintRect
.location();
147
return IntRect(location,
m_absolutePaintRect
.size());
152
return IntRect(IntPoint(srcRect.x() -
m_absolutePaintRect
.x(),
153
srcRect.y() -
m_absolutePaintRect
.y()), srcRect.size());
165
if (
m_absolutePaintRect
.contains(intPaintRect))
167
intPaintRect.unite(
m_absolutePaintRect
);
170
m_absolutePaintRect
= intPaintRect;
198
if (!isFilterSizeValid(
m_absolutePaintRect
))
267
m_absolutePaintRect
= IntRect();
292
surface = adoptPtr(new UnacceleratedImageBufferSurface(
m_absolutePaintRect
.size()))
[
all
...]
FilterEffect.h
105
IntRect absolutePaintRect() const { return
m_absolutePaintRect
; }
220
IntRect
m_absolutePaintRect
;
Completed in 31 milliseconds