OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_linelayoutboxes
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGTextLayoutEngine.h
80
Vector<SVGInlineTextBox*>
m_lineLayoutBoxes
;
SVGTextLayoutEngine.cpp
190
lineLayout.m_chunkLayoutBuilder.buildTextChunks(lineLayout.
m_lineLayoutBoxes
);
261
m_lineLayoutBoxes
.append(textBox);
318
m_chunkLayoutBuilder.layoutTextChunks(
m_lineLayoutBoxes
);
321
if (!
m_lineLayoutBoxes
.isEmpty()) {
324
dumpTextBoxes(
m_lineLayoutBoxes
);
327
finalizeTransformMatrices(
m_lineLayoutBoxes
);
Completed in 960 milliseconds