OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chunkStyle
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextChunk.cpp
30
SVGTextChunk::SVGTextChunk(unsigned
chunkStyle
, float desiredTextLength)
31
: m_chunkStyle(
chunkStyle
)
SVGTextChunkBuilder.cpp
105
unsigned
chunkStyle
= SVGTextChunk::DefaultStyle;
109
chunkStyle
|= SVGTextChunk::RightToLeftText;
113
chunkStyle
|= SVGTextChunk::VerticalText;
120
chunkStyle
|= SVGTextChunk::MiddleAnchor;
123
chunkStyle
|= SVGTextChunk::EndAnchor;
136
chunkStyle
|= SVGTextChunk::LengthAdjustSpacing;
139
chunkStyle
|= SVGTextChunk::LengthAdjustSpacingAndGlyphs;
144
SVGTextChunk chunk(
chunkStyle
, desiredTextLength);
SVGTextChunk.h
34
enum
ChunkStyle
{
44
SVGTextChunk(unsigned
chunkStyle
, float desiredTextLength);
Completed in 256 milliseconds