OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_layoutAttributes
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
RenderSVGText.h
48
Vector<SVGTextLayoutAttributes>& layoutAttributes() { return
m_layoutAttributes
; }
84
Vector<SVGTextLayoutAttributes>
m_layoutAttributes
;
SVGTextLayoutEngine.h
79
Vector<SVGTextLayoutAttributes>
m_layoutAttributes
;
SVGTextLayoutEngine.cpp
38
:
m_layoutAttributes
(layoutAttributes)
54
ASSERT(!
m_layoutAttributes
.isEmpty());
342
if (
m_layoutAttributes
.isEmpty())
345
logicalAttributes =
m_layoutAttributes
.first();
349
m_layoutAttributes
.remove(0);
350
if (
m_layoutAttributes
.isEmpty())
353
logicalAttributes =
m_layoutAttributes
.first();
Completed in 262 milliseconds