OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_combinedTextWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderCombineText.cpp
32
,
m_combinedTextWidth
(0)
72
textOrigin.move(boxRect.height() / 2 - ceilf(
m_combinedTextWidth
) / 2, style()->font().pixelSize());
105
m_combinedTextWidth
= originalFont().width(run);
106
m_isCombined =
m_combinedTextWidth
<= emWidth;
121
m_combinedTextWidth
= runWidth;
RenderCombineText.h
47
float
m_combinedTextWidth
;
Completed in 30 milliseconds