OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:parseViewBox
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGFitToViewBox.h
40
bool
parseViewBox
(Document*, const UChar*& start, const UChar* end, FloatRect& viewBox, bool validate = true);
50
bool
parseViewBox
(Document*, const String&, FloatRect&);
SVGFitToViewBox.cpp
38
bool SVGFitToViewBox::
parseViewBox
(Document* doc, const String& s, FloatRect& viewBox)
42
return
parseViewBox
(doc, c, end, viewBox, true);
45
bool SVGFitToViewBox::
parseViewBox
(Document* doc, const UChar*& c, const UChar* end, FloatRect& viewBox, bool validate)
96
if (!
parseViewBox
(document, attr->value(), viewBox))
SVGViewSpec.cpp
52
if (!
parseViewBox
(m_contextElement->document(), c, end, viewBox, false))
101
if (!
parseViewBox
(m_contextElement->document(), currViewSpec, end, viewBox, false))
Completed in 1318 milliseconds