Home
last modified time | relevance | path

Searched refs:clipRects (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp3385 ClipRects clipRects; in scrollTo() local
3386 calculateClipRects(rootLayer, clipRects, true, relevancy); in scrollTo()
3388 if (parentLayer && parentLayer->clipRects() && clipRects == *parentLayer->clipRects()) in scrollTo()
3389 m_clipRects = parentLayer->clipRects(); in scrollTo()
3391 m_clipRects = new (renderer()->renderArena()) ClipRects(clipRects); in scrollTo()
3398 void RenderLayer::calculateClipRects(const RenderLayer* rootLayer, ClipRects& clipRects, bool useCa… in scrollTo() argument
3402 clipRects.reset(PaintInfo::infiniteRect()); in scrollTo()
3412 if (useCached && parentLayer->clipRects()) in scrollTo()
3413 clipRects = *parentLayer->clipRects(); in scrollTo()
3415 parentLayer->calculateClipRects(rootLayer, clipRects); in scrollTo()
[all …]
DRenderLayer.h399 ClipRects* clipRects() const { return m_clipRects; } in clipRects() function
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1661450 such temporarily computed clipRects, otherwise the layer may cache
61451 clipRects which are invalid, since they have been computed with
DChangeLog-2005-08-2322922 (khtml::RenderLayer::clipRects):