Home
last modified time | relevance | path

Searched defs:bboxUnits (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/svg/graphics/
DSVGResourceClipper.h39 bool bboxUnits : 1; member
44 void addPath(const Path& pathData, WindRule windRule, bool bboxUnits) in addPath()
DSVGResourceClipper.cpp88 void SVGResourceClipper::addClipData(const Path& path, WindRule rule, bool bboxUnits) in addClipData()