OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LENGTHADJUST_SPACING
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/svg/
SVGTextContentElement.h
42
LENGTHADJUST_SPACING
= 1,
SVGTextContentElement.idl
35
const unsigned short
LENGTHADJUST_SPACING
= 1;
SVGTextContentElement.cpp
47
, m_lengthAdjust(
LENGTHADJUST_SPACING
)
186
setLengthAdjustBaseValue(
LENGTHADJUST_SPACING
);
/external/webkit/Source/WebCore/rendering/svg/
SVGTextChunkBuilder.cpp
135
case SVGTextContentElement::
LENGTHADJUST_SPACING
:
SVGTextLayoutEngine.cpp
160
if (lengthAdjust == SVGTextContentElement::
LENGTHADJUST_SPACING
&& textContentElement->specifiedTextLength().value(textContentElement) > 0)
222
if (lengthAdjust == SVGTextContentElement::
LENGTHADJUST_SPACING
)
Completed in 38 milliseconds