OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:applyClippingToContext
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.h
64
// FIXME: We made
applyClippingToContext
public because we cannot call applyResource on HTML elements (it asserts on RenderObject::objectBoundingBox)
65
bool
applyClippingToContext
(RenderObject*, const FloatRect&, const FloatRect&, GraphicsContext*, ClipperContext&);
RenderSVGResourceClipper.cpp
81
return
applyClippingToContext
(object, object->objectBoundingBox(), object->repaintRectInLocalCoordinates(), context, clipperContext);
147
bool RenderSVGResourceClipper::
applyClippingToContext
(RenderObject* target, const FloatRect& targetBoundingBox,
190
if (!clipPathClipper->
applyClippingToContext
(this, targetBoundingBox, repaintRect, context, clipPathClipperContext)) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp
[
all
...]
Completed in 658 milliseconds