OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_combinedtextwidth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderCombineText.cpp
32
,
m_combinedTextWidth
(0)
70
textOrigin.move(boxRect.height() / 2 - ceilf(
m_combinedTextWidth
) / 2, style()->font().pixelSize());
102
m_combinedTextWidth
= originalFont().width(run);
103
m_isCombined =
m_combinedTextWidth
<= emWidth;
116
m_combinedTextWidth
= runWidth;
RenderCombineText.h
46
float
m_combinedTextWidth
;
Completed in 50 milliseconds