OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGPathSegListBuilder
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGPathSegListBuilder.h
35
class
SVGPathSegListBuilder
: public SVGPathConsumer {
37
SVGPathSegListBuilder
();
SVGPathSegListBuilder.cpp
27
#include "
SVGPathSegListBuilder
.h"
45
SVGPathSegListBuilder
::
SVGPathSegListBuilder
()
52
void
SVGPathSegListBuilder
::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode)
62
void
SVGPathSegListBuilder
::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
72
void
SVGPathSegListBuilder
::lineToHorizontal(float x, PathCoordinateMode mode)
82
void
SVGPathSegListBuilder
::lineToVertical(float y, PathCoordinateMode mode)
92
void
SVGPathSegListBuilder
::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
102
void
SVGPathSegListBuilder
::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
112
void
SVGPathSegListBuilder
::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint, PathCoordinateMode mode
[
all
...]
SVGPathParserFactory.cpp
32
#include "
SVGPathSegListBuilder
.h"
50
static
SVGPathSegListBuilder
* globalSVGPathSegListBuilder(SVGPathElement* element, SVGPathSegRole role, SVGPathSegList& result)
52
static
SVGPathSegListBuilder
* s_builder = 0;
54
s_builder = new
SVGPathSegListBuilder
;
179
SVGPathSegListBuilder
* builder = globalSVGPathSegListBuilder(element, parsingMode == NormalizedParsing ? PathSegNormalizedRole : PathSegUnalteredRole, result);
/external/webkit/Source/WebCore/
Android.mk
[
all
...]
Completed in 691 milliseconds