OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lengthAdjust
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.idl
29
//
lengthAdjust
Types
35
readonly attribute SVGAnimatedEnumeration
lengthAdjust
;
SVGTextContentElement.h
65
SVGAnimatedEnumeration<SVGLengthAdjustType>*
lengthAdjust
() { return m_lengthAdjust.get(); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutEngine.cpp
152
if (textContentElement->
lengthAdjust
()->currentValue()->enumValue() == SVGLengthAdjustSpacing && textContentElement->textLengthIsSpecifiedByUser())
206
SVGLengthAdjustType
lengthAdjust
= SVGLengthAdjustUnknown;
211
lengthAdjust
= textContentElement->
lengthAdjust
()->currentValue()->enumValue();
221
if (
lengthAdjust
== SVGLengthAdjustSpacing)
SVGTextChunkBuilder.cpp
118
// Handle '
lengthAdjust
' property.
127
switch (textContentElement->
lengthAdjust
()->currentValue()->enumValue()) {
213
// If we previously applied a
lengthAdjust
="spacing" correction, we have to recalculate the chunk length, to be able to apply the text-anchor shift.
Completed in 157 milliseconds