OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SVGTextChunk
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h
23
#include "core/rendering/svg/
SVGTextChunk
.h"
42
const Vector<
SVGTextChunk
>& textChunks() const { return m_textChunks; }
50
void processTextChunk(const
SVGTextChunk
&);
56
Vector<
SVGTextChunk
> m_textChunks;
SVGTextChunk.cpp
22
#include "core/rendering/svg/
SVGTextChunk
.h"
29
SVGTextChunk
::
SVGTextChunk
(unsigned chunkStyle, float desiredTextLength)
35
void
SVGTextChunk
::calculateLength(float& length, unsigned& characters) const
73
float
SVGTextChunk
::calculateTextAnchorShift(float length) const
SVGTextChunk.h
30
// A
SVGTextChunk
describes a range of SVGTextFragments, see the SVG spec definition of a "text chunk".
31
class
SVGTextChunk
{
43
SVGTextChunk
(unsigned chunkStyle, float desiredTextLength);
SVGTextChunkBuilder.cpp
96
unsigned chunkStyle =
SVGTextChunk
::DefaultStyle;
100
chunkStyle |=
SVGTextChunk
::RightToLeftText;
104
chunkStyle |=
SVGTextChunk
::VerticalText;
111
chunkStyle |=
SVGTextChunk
::MiddleAnchor;
114
chunkStyle |=
SVGTextChunk
::EndAnchor;
131
chunkStyle |=
SVGTextChunk
::LengthAdjustSpacing;
134
chunkStyle |=
SVGTextChunk
::LengthAdjustSpacingAndGlyphs;
139
SVGTextChunk
chunk(chunkStyle, desiredTextLength);
160
void SVGTextChunkBuilder::processTextChunk(const
SVGTextChunk
& chunk)
SVGTextLayoutEngine.cpp
186
const Vector<
SVGTextChunk
>& textChunks = lineLayout.m_chunkLayoutBuilder.textChunks();
190
const
SVGTextChunk
& chunk = textChunks.at(i);
/external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.darwin-arm64.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.darwin-mips.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.darwin-mips64.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.darwin-x86.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.darwin-x86_64.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.linux-arm.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.linux-arm64.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.linux-mips.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.linux-mips64.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.linux-x86.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
webcore_svg.target.linux-x86_64.mk
71
third_party/WebKit/Source/core/rendering/svg/
SVGTextChunk
.cpp \
Completed in 1853 milliseconds