OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGTextLayoutAttributesBuilder
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.h
33
//
SVGTextLayoutAttributesBuilder
performs the first layout phase for SVG text.
41
class
SVGTextLayoutAttributesBuilder
{
42
WTF_MAKE_NONCOPYABLE(
SVGTextLayoutAttributesBuilder
);
44
SVGTextLayoutAttributesBuilder
();
SVGTextLayoutAttributesBuilder.cpp
22
#include "core/rendering/svg/
SVGTextLayoutAttributesBuilder
.h"
30
SVGTextLayoutAttributesBuilder
::
SVGTextLayoutAttributesBuilder
()
35
void
SVGTextLayoutAttributesBuilder
::buildLayoutAttributesForTextRenderer(RenderSVGInlineText* text)
59
bool
SVGTextLayoutAttributesBuilder
::buildLayoutAttributesForForSubtree(RenderSVGText* textRoot)
79
void
SVGTextLayoutAttributesBuilder
::rebuildMetricsForTextRenderer(RenderSVGInlineText* text)
103
void
SVGTextLayoutAttributesBuilder
::collectTextPositioningElements(RenderObject* start, UChar& lastCharacter)
133
void
SVGTextLayoutAttributesBuilder
::buildCharacterDataMap(RenderSVGText* textRoot)
179
void
SVGTextLayoutAttributesBuilder
::fillCharacterDataMap(const TextPosition& position)
RenderSVGText.h
26
#include "core/rendering/svg/
SVGTextLayoutAttributesBuilder
.h"
100
SVGTextLayoutAttributesBuilder
m_layoutAttributesBuilder;
RenderSVGText.cpp
332
static inline void updateFontInAllDescendants(RenderObject* start,
SVGTextLayoutAttributesBuilder
* builder = 0)
/external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk
73
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder
.cpp \
webcore_svg.target.darwin-mips.mk
73
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder
.cpp \
webcore_svg.target.darwin-x86.mk
73
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder
.cpp \
webcore_svg.target.linux-arm.mk
73
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder
.cpp \
webcore_svg.target.linux-mips.mk
73
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder
.cpp \
webcore_svg.target.linux-x86.mk
73
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder
.cpp \
Completed in 2578 milliseconds