OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avgCharWidth
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h
109
float
avgCharWidth
() const { return m_avgCharWidth; }
/external/webkit/Source/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp
93
BigEndianUShort
avgCharWidth
;
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/logcat/
LogCatPanel.java
718
int
avgCharWidth
= gc.getFontMetrics().getAverageCharWidth();
722
mLogCatMessageLabelProvider.setMinimumLengthForToolTips(width/
avgCharWidth
);
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp
531
// for
avgCharWidth
, fallback to the legacy webkit behavior of getting the
avgCharWidth
552
return roundf(style()->font().primaryFont()->
avgCharWidth
());
Completed in 192 milliseconds