OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGTextLayoutAttributesBuilder
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutAttributesBuilder.h
33
//
SVGTextLayoutAttributesBuilder
performs the first layout phase for SVG text.
42
class
SVGTextLayoutAttributesBuilder
{
43
WTF_MAKE_NONCOPYABLE(
SVGTextLayoutAttributesBuilder
);
45
SVGTextLayoutAttributesBuilder
();
SVGTextMetrics.h
64
friend class
SVGTextLayoutAttributesBuilder
;
SVGTextLayoutAttributesBuilder.cpp
23
#include "
SVGTextLayoutAttributesBuilder
.h"
34
SVGTextLayoutAttributesBuilder
::
SVGTextLayoutAttributesBuilder
()
38
void
SVGTextLayoutAttributesBuilder
::buildLayoutAttributesForTextSubtree(RenderSVGText* textRoot)
123
void
SVGTextLayoutAttributesBuilder
::collectTextPositioningElements(RenderObject* start, unsigned& atCharacter, UChar& lastCharacter)
153
void
SVGTextLayoutAttributesBuilder
::buildLayoutAttributesForAllCharacters(RenderSVGText* textRoot, unsigned textLength)
184
void
SVGTextLayoutAttributesBuilder
::propagateLayoutAttributes(RenderObject* start, Vector<SVGTextLayoutAttributes>& allAttributes, unsigned& atCharacter, UChar& lastCharacter) const
263
void
SVGTextLayoutAttributesBuilder
::fillAttributesAtPosition(const TextPosition& position)
RenderSVGText.cpp
43
#include "
SVGTextLayoutAttributesBuilder
.h"
133
// Perform SVG text layout phase one (see
SVGTextLayoutAttributesBuilder
for details).
134
SVGTextLayoutAttributesBuilder
layoutAttributesBuilder;
/external/webkit/Source/WebCore/
Android.mk
943
rendering/svg/
SVGTextLayoutAttributesBuilder
.cpp \
[
all
...]
Completed in 208 milliseconds