OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGTextLayoutEngine
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.h
39
//
SVGTextLayoutEngine
performs the second layout phase for SVG text.
47
class
SVGTextLayoutEngine
{
48
WTF_MAKE_NONCOPYABLE(
SVGTextLayoutEngine
);
50
SVGTextLayoutEngine
(Vector<SVGTextLayoutAttributes*>&);
54
void beginTextPathLayout(RenderObject*,
SVGTextLayoutEngine
& lineLayout);
SVGRootInlineBox.h
28
#include "core/rendering/svg/
SVGTextLayoutEngine
.h"
57
void layoutCharactersInTextBoxes(InlineFlowBox*,
SVGTextLayoutEngine
&);
SVGTextLayoutEngine.cpp
22
#include "core/rendering/svg/
SVGTextLayoutEngine
.h"
37
SVGTextLayoutEngine
::
SVGTextLayoutEngine
(Vector<SVGTextLayoutAttributes*>& layoutAttributes)
58
void
SVGTextLayoutEngine
::updateCharacerPositionIfNeeded(float& x, float& y)
75
void
SVGTextLayoutEngine
::updateCurrentTextPosition(float x, float y, float glyphAdvance)
87
void
SVGTextLayoutEngine
::updateRelativePositionAdjustmentsIfNeeded(float dx, float dy)
114
void
SVGTextLayoutEngine
::recordTextFragment(SVGInlineTextBox* textBox, Vector<SVGTextMetrics>& textMetricsValues)
145
bool
SVGTextLayoutEngine
::parentDefinesTextLength(RenderObject* parent) const
165
void
SVGTextLayoutEngine
::beginTextPathLayout(RenderObject* object,
SVGTextLayoutEngine
& lineLayout
[
all
...]
SVGRootInlineBox.cpp
88
// Perform SVG text layout phase two (see
SVGTextLayoutEngine
for details).
89
SVGTextLayoutEngine
characterLayout(layoutAttributes);
102
void SVGRootInlineBox::layoutCharactersInTextBoxes(InlineFlowBox* start,
SVGTextLayoutEngine
& characterLayout)
120
SVGTextLayoutEngine
lineLayout(characterLayout.layoutAttributes());
/external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk
74
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine
.cpp \
webcore_svg.target.darwin-mips.mk
74
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine
.cpp \
webcore_svg.target.darwin-x86.mk
74
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine
.cpp \
webcore_svg.target.linux-arm.mk
74
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine
.cpp \
webcore_svg.target.linux-mips.mk
74
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine
.cpp \
webcore_svg.target.linux-x86.mk
74
third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine
.cpp \
Completed in 106 milliseconds