Home
last modified time | relevance | path

Searched refs:isFixedPitch (Results 1 – 25 of 26) sorted by relevance

12

/external/webkit/WebCore/platform/graphics/
DFont.cpp156 bool Font::isFixedPitch() const in isFixedPitch() function in WebCore::Font
159 return m_fontList->isFixedPitch(this); in isFixedPitch()
DFontFallbackList.h50 …bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_… in isFixedPitch() function
DFont.h97 bool isFixedPitch() const;
/external/webkit/WebCore/rendering/
DRenderBlockLineLayout.cpp1408 …* text, unsigned from, unsigned len, const Font& font, int xPos, bool isFixedPitch, bool collapseW… in textWidth() argument
1410 if (isFixedPitch || (!from && len == text->textLength())) in textWidth()
1628 bool isFixedPitch = f.isFixedPitch(); in findNextLineBreak() local
1682 …tmpW += textWidth(t, lastSpace, pos - lastSpace, f, w + tmpW, isFixedPitch, collapseWhiteSpace) + … in findNextLineBreak()
1687 … tmpW += textWidth(t, pos, 1, f, w + tmpW, isFixedPitch, collapseWhiteSpace); in findNextLineBreak()
1707 … charWidth = textWidth(t, pos, 1, f, w + wrapW, isFixedPitch, collapseWhiteSpace); in findNextLineBreak()
1734 …ionalTmpW = textWidth(t, lastSpace, pos + 1 - lastSpace, f, w + tmpW, isFixedPitch, collapseWhiteS… in findNextLineBreak()
1736 …dditionalTmpW = textWidth(t, lastSpace, pos - lastSpace, f, w + tmpW, isFixedPitch, collapseWhiteS… in findNextLineBreak()
1753 …int charWidth = textWidth(t, pos, 1, f, w + tmpW, isFixedPitch, collapseWhiteSpace) + (applyWordSp… in findNextLineBreak()
1783 … tmpW -= textWidth(t, pos - 1, 1, f, w + tmpW, isFixedPitch, collapseWhiteSpace); in findNextLineBreak()
[all …]
DRenderText.cpp434 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII) { in widthFromCache()
/external/webkit/WebCore/platform/graphics/haiku/
DFontPlatformData.h55 bool isFixedPitch();
/external/webkit/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.h90 bool isFixedPitch() const;
DFontPlatformDataLinux.cpp173 bool FontPlatformData::isFixedPitch() const in isFixedPitch() function in WebCore::FontPlatformData
DSimpleFontDataLinux.cpp172 m_treatAsFixedPitch = platformData().isFixedPitch(); in determinePitch()
/external/webkit/WebCore/platform/graphics/gtk/
DFontPlatformData.h85 bool isFixedPitch();
DSimpleFontDataGtk.cpp114 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
DSimpleFontDataPango.cpp119 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
DFontPlatformDataGtk.cpp231 bool FontPlatformData::isFixedPitch() in isFixedPitch() function in WebCore::FontPlatformData
DFontPlatformDataPango.cpp209 bool FontPlatformData::isFixedPitch() in isFixedPitch() function in WebCore::FontPlatformData
/external/freetype/include/freetype/
Dtttables.h420 FT_ULong isFixedPitch; member
/external/freetype/src/sfnt/
Dttload.c1100 FT_FRAME_ULONG( isFixedPitch ), in tt_face_load_post()
1120 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch in tt_face_load_post()
Dsfobjs.c794 if ( face->postscript.isFixedPitch ) in sfnt_load_face()
/external/freetype/src/truetype/
Dttgload.c82 if ( check && face->postscript.isFixedPitch ) in TT_Get_HMetrics()
1668 if ( face->postscript.isFixedPitch && in compute_glyph_metrics()
1682 if ( !face->postscript.isFixedPitch && in compute_glyph_metrics()
2047 if ( face->postscript.isFixedPitch && in TT_Load_Glyph()
/external/webkit/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm387 m_treatAsFixedPitch = ([f isFixedPitch] || [f _isFakeFixedPitch] ||
/external/webkit/WebCore/
DChangeLog-2006-05-101262 (WebCore::Font::isFixedPitch):
14201 (WebCore::Font::isFixedPitch):
14220 (WebCore::Font::isFixedPitch):
14361 (WebCore::Font::isFixedPitch):
14777 (Font::isFixedPitch):
16165 (WebCore::FontRenderer::isFixedPitch):
16178 (WebCore::Font::isFixedPitch):
16407 (QFontMetrics::isFixedPitch):
16905 (QFontMetrics::isFixedPitch):
17193 (QFontMetrics::isFixedPitch):
[all …]
DChangeLog-2003-10-25659 (QFont::isFixedPitch):
15646 (Font::isFixedPitch):
15663 (QFont::isFixedPitch):
DChangeLog-2006-12-3136223 (WebCore::FontPlatformData::isFixedPitch):
36925 (WebCore::FontPlatformData::isFixedPitch):
54604 (WebCore::Font::isFixedPitch):
54620 (WebCore::FontFallbackList::isFixedPitch):
DChangeLog-2008-08-1041801 (WebCore::FontPlatformData::isFixedPitch):
58650 (WebCore::FontPlatformData::isFixedPitch):
63587 (WebCore::FontPlatformData::isFixedPitch):
64065 (FontPlatformData::isFixedPitch()): implemented by querying the
DChangeLog-2005-08-2312087 (QFont::isFixedPitch):
21456 (QFont::isFixedPitch):
23787 (QFont::isFixedPitch):
DChangeLog-2009-06-1645451 Font::isFixedPitch(), but makes 1.0004x the number of calls to
54362 (WebCore::FontPlatformData::isFixedPitch):
59406 isFixedPitch() when the font is a custom font.

12