OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGTextLayoutAttributes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributes.cpp
21
#include "core/rendering/svg/
SVGTextLayoutAttributes
.h"
29
SVGTextLayoutAttributes
::
SVGTextLayoutAttributes
(RenderSVGInlineText* context)
34
void
SVGTextLayoutAttributes
::clear()
40
float
SVGTextLayoutAttributes
::emptyValue()
48
if (value ==
SVGTextLayoutAttributes
::emptyValue()) {
59
void
SVGTextLayoutAttributes
::dump() const
SVGTextLayoutAttributes.h
45
class
SVGTextLayoutAttributes
{
46
WTF_MAKE_NONCOPYABLE(
SVGTextLayoutAttributes
);
48
SVGTextLayoutAttributes
(RenderSVGInlineText*);
68
: x(
SVGTextLayoutAttributes
::emptyValue())
69
, y(
SVGTextLayoutAttributes
::emptyValue())
70
, dx(
SVGTextLayoutAttributes
::emptyValue())
71
, dy(
SVGTextLayoutAttributes
::emptyValue())
72
, rotate(
SVGTextLayoutAttributes
::emptyValue())
Completed in 40 milliseconds