OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transformedClip
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp
790
IntRect
transformedClip
= clip;
791
transformedClip
.moveBy(scrollbarRect.location());
792
scrollbar->paint(&context,
transformedClip
);
806
IntRect
transformedClip
= clip;
807
transformedClip
.moveBy(scrollCorner.location());
808
m_renderView.frameView()->paintScrollCorner(&context,
transformedClip
);
[
all
...]
CompositedLayerMapping.cpp
[
all
...]
Completed in 92 milliseconds