OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:buildLayoutAttributesForTextRenderer
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextLayoutAttributesBuilder.h
46
void
buildLayoutAttributesForTextRenderer
(RenderSVGInlineText*);
RenderSVGText.cpp
165
// cache, as the next
buildLayoutAttributesForTextRenderer
() call rebuilds it.
192
m_layoutAttributesBuilder.
buildLayoutAttributesForTextRenderer
(previous->context());
193
m_layoutAttributesBuilder.
buildLayoutAttributesForTextRenderer
(attributes->context());
195
m_layoutAttributesBuilder.
buildLayoutAttributesForTextRenderer
(next->context());
268
m_layoutAttributesBuilder.
buildLayoutAttributesForTextRenderer
(affectedAttributes[i]->context());
307
m_layoutAttributesBuilder.
buildLayoutAttributesForTextRenderer
(toRenderSVGInlineText(descendant));
SVGTextLayoutAttributesBuilder.cpp
36
void SVGTextLayoutAttributesBuilder::
buildLayoutAttributesForTextRenderer
(RenderSVGInlineText* text)
Completed in 71 milliseconds