/external/webkit/Source/WebCore/platform/graphics/ |
D | Font.h | 112 bool isFixedPitch() const; 266 inline bool Font::isFixedPitch() const in isFixedPitch() function 269 return m_fontList->isFixedPitch(this); in isFixedPitch()
|
D | FontFallbackList.h | 47 …bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_… in isFixedPitch() function
|
D | FontPlatformData.h | 236 bool isFixedPitch() const;
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | FontPlatformData.h | 55 bool isFixedPitch();
|
/external/webkit/Source/WebCore/platform/graphics/freetype/ |
D | FontPlatformData.h | 66 bool isFixedPitch();
|
D | SimpleFontDataFreeType.cpp | 138 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
|
D | FontPlatformDataFreeType.cpp | 219 bool FontPlatformData::isFixedPitch() in isFixedPitch() function in WebCore::FontPlatformData
|
/external/webkit/Source/WebCore/platform/graphics/pango/ |
D | FontPlatformData.h | 64 bool isFixedPitch();
|
D | SimpleFontDataPango.cpp | 140 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
|
D | FontPlatformDataPango.cpp | 208 bool FontPlatformData::isFixedPitch() in isFixedPitch() function in WebCore::FontPlatformData
|
/external/webkit/Source/WebCore/platform/graphics/android/fonts/ |
D | FontPlatformData.h | 87 bool isFixedPitch() const;
|
D | FontDataAndroid.cpp | 119 m_treatAsFixedPitch = m_platformData.isFixedPitch(); in determinePitch()
|
D | FontPlatformDataAndroid.cpp | 258 bool FontPlatformData::isFixedPitch() const in isFixedPitch() function in WebCore::FontPlatformData
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderBlockLineLayout.cpp | 1634 …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 …]
|
D | RenderText.cpp | 621 …if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->com… in widthFromCache()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | FontPlatformDataLinux.h | 103 bool isFixedPitch() const;
|
D | SimpleFontDataLinux.cpp | 212 m_treatAsFixedPitch = platformData().isFixedPitch(); in determinePitch()
|
D | FontPlatformDataLinux.cpp | 226 bool FontPlatformData::isFixedPitch() const in isFixedPitch() function in WebCore::FontPlatformData
|
/external/freetype/include/freetype/ |
D | tttables.h | 420 FT_ULong isFixedPitch; member
|
/external/freetype/src/sfnt/ |
D | ttload.c | 1105 FT_FRAME_ULONG( isFixedPitch ), in tt_face_load_post() 1125 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch in tt_face_load_post()
|
D | sfobjs.c | 812 if ( face->postscript.isFixedPitch ) in sfnt_load_face()
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
D | SimpleFontDataMac.mm | 453 m_treatAsFixedPitch = ([f isFixedPitch] || [f _isFakeFixedPitch] ||
|
/external/freetype/src/truetype/ |
D | ttgload.c | 1646 if ( !face->postscript.isFixedPitch && in compute_glyph_metrics()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2006-05-10 | 1262 (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 …]
|
D | ChangeLog-2003-10-25 | 659 (QFont::isFixedPitch): 15646 (Font::isFixedPitch): 15663 (QFont::isFixedPitch):
|