OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetBoundingRect
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.h
157
IntRect
targetBoundingRect
;
TextureMapperNode.cpp
164
if (m_transforms.
targetBoundingRect
.isEmpty())
167
setNeedsDisplayInRect(m_transforms.
targetBoundingRect
);
386
m_transforms.
targetBoundingRect
= IntRect(m_transforms.target.mapRect(entireRect()));
638
const IntRect boundingRectfromNearestSurface = m_transforms.
targetBoundingRect
;
652
optionsForDescendants.scissorRect.intersect(m_transforms.
targetBoundingRect
);
Completed in 179 milliseconds