OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SVGTextLayoutEngine
(Results
1 - 2
of
2
) 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);
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
...]
Completed in 30 milliseconds