OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lengthadjust
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGTextContentElement.idl
27
//
lengthAdjust
Types
33
readonly attribute SVGAnimatedEnumeration
lengthAdjust
;
SVGTextContentElement.h
120
DECLARE_ANIMATED_ENUMERATION(
LengthAdjust
,
lengthAdjust
, SVGLengthAdjustType)
SVGTextContentElement.cpp
55
DEFINE_ANIMATED_ENUMERATION(SVGTextContentElement, SVGNames::lengthAdjustAttr,
LengthAdjust
,
lengthAdjust
, SVGLengthAdjustType)
60
REGISTER_LOCAL_ANIMATED_PROPERTY(
lengthAdjust
)
SVGAttributeNames.in
107
lengthAdjust
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextFragment.h
75
// Contains
lengthAdjust
related transformations, which are not allowd to influence the SVGTextQuery code.
SVGTextChunkBuilder.cpp
126
// Handle '
lengthAdjust
' property.
206
// If we previously applied a
lengthAdjust
="spacing" correction, we have to recalculate the chunk length, to be able to apply the text-anchor shift.
SVGTextLayoutEngine.cpp
204
SVGLengthAdjustType
lengthAdjust
= SVGLengthAdjustUnknown;
209
lengthAdjust
= textContentElement->lengthAdjustCurrentValue();
216
if (
lengthAdjust
== SVGLengthAdjustSpacing)
SVGInlineTextBox.cpp
98
// Eventually handle
lengthAdjust
="spacingAndGlyphs".
Completed in 78 milliseconds