OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGPathByteStreamBuilder
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathByteStreamBuilder.cpp
22
#include "core/svg/
SVGPathByteStreamBuilder
.h"
29
SVGPathByteStreamBuilder
::
SVGPathByteStreamBuilder
()
34
void
SVGPathByteStreamBuilder
::moveTo(const FloatPoint& targetPoint, bool, PathCoordinateMode mode)
41
void
SVGPathByteStreamBuilder
::lineTo(const FloatPoint& targetPoint, PathCoordinateMode mode)
48
void
SVGPathByteStreamBuilder
::lineToHorizontal(float x, PathCoordinateMode mode)
55
void
SVGPathByteStreamBuilder
::lineToVertical(float y, PathCoordinateMode mode)
62
void
SVGPathByteStreamBuilder
::curveToCubic(const FloatPoint& point1, const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
71
void
SVGPathByteStreamBuilder
::curveToCubicSmooth(const FloatPoint& point2, const FloatPoint& targetPoint, PathCoordinateMode mode)
79
void
SVGPathByteStreamBuilder
::curveToQuadratic(const FloatPoint& point1, const FloatPoint& targetPoint, PathCoordinateMode mode
[
all
...]
SVGPathByteStreamBuilder.h
31
class
SVGPathByteStreamBuilder
: public SVGPathConsumer {
33
SVGPathByteStreamBuilder
();
Completed in 26 milliseconds