Home
last modified time | relevance | path

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

12

/external/webkit/Source/WebCore/platform/graphics/
DFont.h112 bool isFixedPitch() const;
266 inline bool Font::isFixedPitch() const in isFixedPitch() function
269 return m_fontList->isFixedPitch(this); in isFixedPitch()
DFontFallbackList.h47 …bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_… in isFixedPitch() function
DFontPlatformData.h236 bool isFixedPitch() const;
/external/webkit/Source/WebCore/platform/graphics/haiku/
DFontPlatformData.h55 bool isFixedPitch();
/external/webkit/Source/WebCore/platform/graphics/freetype/
DFontPlatformData.h66 bool isFixedPitch();
DSimpleFontDataFreeType.cpp138 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
DFontPlatformDataFreeType.cpp219 bool FontPlatformData::isFixedPitch() in isFixedPitch() function in WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/pango/
DFontPlatformData.h64 bool isFixedPitch();
DSimpleFontDataPango.cpp140 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
DFontPlatformDataPango.cpp208 bool FontPlatformData::isFixedPitch() in isFixedPitch() function in WebCore::FontPlatformData
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontPlatformData.h87 bool isFixedPitch() const;
DFontDataAndroid.cpp119 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
DFontPlatformDataAndroid.cpp258 bool FontPlatformData::isFixedPitch() const in isFixedPitch() function in WebCore::FontPlatformData
/external/webkit/Source/WebCore/rendering/
DRenderBlockLineLayout.cpp1634 …text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseW… in textWidth() argument
1636 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine()) in textWidth()
1641 …xLength, int lastSpace, int pos, float xPos, int availableWidth, bool isFixedPitch, bool collapseW… in tryHyphenating() argument
1676 … = hyphenWidth + textWidth(text, lastSpace, prefixLength, font, xPos, isFixedPitch, collapseWhiteS… in tryHyphenating()
1679 UNUSED_PARAM(isFixedPitch); in tryHyphenating()
2017 bool isFixedPitch = f.isFixedPitch(); in findNextLineBreak() local
2065 …charWidth = textWidth(t, pos, 1, f, width.committedWidth() + wrapW, isFixedPitch, collapseWhiteSpa… in findNextLineBreak()
2097 …textWidth(t, lastSpace, pos + 1 - lastSpace, f, width.currentWidth(), isFixedPitch, collapseWhiteS… in findNextLineBreak()
2099 …W = textWidth(t, lastSpace, pos - lastSpace, f, width.currentWidth(), isFixedPitch, collapseWhiteS… in findNextLineBreak()
2116 …int charWidth = textWidth(t, pos, 1, f, width.currentWidth(), isFixedPitch, collapseWhiteSpace) + … in findNextLineBreak()
[all …]
DRenderText.cpp621 …if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->com… in widthFromCache()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DFontPlatformDataLinux.h103 bool isFixedPitch() const;
DSimpleFontDataLinux.cpp212 m_treatAsFixedPitch = platformData().isFixedPitch(); in determinePitch()
DFontPlatformDataLinux.cpp226 bool FontPlatformData::isFixedPitch() const in isFixedPitch() function in WebCore::FontPlatformData
/external/freetype/include/freetype/
Dtttables.h420 FT_ULong isFixedPitch; member
/external/freetype/src/sfnt/
Dttload.c1105 FT_FRAME_ULONG( isFixedPitch ), in tt_face_load_post()
1125 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch in tt_face_load_post()
Dsfobjs.c812 if ( face->postscript.isFixedPitch ) in sfnt_load_face()
/external/webkit/Source/WebCore/platform/graphics/mac/
DSimpleFontDataMac.mm453 m_treatAsFixedPitch = ([f isFixedPitch] || [f _isFakeFixedPitch] ||
/external/freetype/src/truetype/
Dttgload.c1646 if ( !face->postscript.isFixedPitch && in compute_glyph_metrics()
/external/webkit/Source/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):

12