OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxCharWidth
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
RenderTextControlSingleLine.cpp
564
float
maxCharWidth
= 0.f;
571
maxCharWidth
= scaleEmToUnits(4027);
573
maxCharWidth
= roundf(style()->font().primaryFont()->
maxCharWidth
());
576
if (
maxCharWidth
> 0.f)
577
result +=
maxCharWidth
- charWidth;
[
all
...]
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
108
float
maxCharWidth
() const { return m_maxCharWidth; }
Completed in 29 milliseconds