Searched refs:isFixedPitch (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontGlyphs.h80 bool isFixedPitch(const FontDescription&) const;
116 inline bool FontGlyphs::isFixedPitch(const FontDescription& description) const function in class:WebCore::FontGlyphs
H A DFont.h158 bool isFixedPitch() const;
371 inline bool Font::isFixedPitch() const function in class:WebCore::Font
374 return m_glyphs->isFixedPitch(m_fontDescription);
H A DFontPlatformData.h153 bool isFixedPitch() const;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/freetype/
H A DFontPlatformData.h75 bool isFixedPitch();
H A DSimpleFontDataFreeType.cpp140 m_treatAsFixedPitch = m_platformData.isFixedPitch();
H A DFontPlatformDataFreeType.cpp254 bool FontPlatformData::isFixedPitch() function in class:WebCore::FontPlatformData
/macosx-10.10/WebCore-7600.1.25/rendering/line/
H A DBreakingContextInlineHeaders.h486 ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>& fallbackFonts, TextLayout* layout = 0) argument
491 if (isFixedPitch || (!from && len == text->textLength()) || style.hasTextCombine())
515 inline void tryHyphenating(RenderText* text, const Font& font, const AtomicString& localeIdentifier, unsigned consecutiveHyphenatedLines, int consecutiveHyphenatedLinesLimit, int minimumPrefixLimit, int minimumSuffixLimit, unsigned lastSpace, unsigned pos, float xPos, int availableWidth, bool isFixedPitch, bool collapseWhiteSpace, int lastSpaceWordSpacing, InlineIterator& lineBreak, int nextBreakable, bool& hyphenated) argument
573 float prefixWidth = hyphenWidth + textWidth(text, lastSpace, prefixLength, font, xPos, isFixedPitch, collapseWhiteSpace, fallbackFonts) + lastSpaceWordSpacing;
576 UNUSED_PARAM(isFixedPitch);
610 bool isFixedPitch = font.isFixedPitch(); local
674 charWidth = textWidth(renderText, m_current.offset(), midWordBreakIsBeforeSurrogatePair ? 2 : 1, font, m_width.committedWidth() + wrapW, isFixedPitch, m_collapseWhiteSpace, fallbackFonts, textLayout);
711 additionalTempWidth = textWidth(renderText, lastSpace, m_current.offset() + 1 - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, wordMeasurement.fallbackFonts, textLayout) - wordTrailingSpaceWidth;
713 additionalTempWidth = textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpac
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsfont.py102 self.failUnlessResultIsBOOL(NSFont.isFixedPitch)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsfont.py102 self.assertResultIsBOOL(NSFont.isFixedPitch)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsfont.py115 self.assertResultIsBOOL(NSFont.isFixedPitch)
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DSimpleLineLayout.cpp234 if (style.font.isFixedPitch() || (!from && to == textLength))
H A DRenderText.cpp446 if (f.isFixedPitch() && !f.isSmallCaps() && m_isAllASCII && (!glyphOverflow || !glyphOverflow->computeBounds)) {
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DSimpleFontDataMac.mm356 m_treatAsFixedPitch = ([f isFixedPitch] || [f _isFakeFixedPitch] ||
/macosx-10.10/tcl-105/tk/tk/macosx/
H A DtkMacOSXFont.c252 dontAA = [nsFont isFixedPitch] && fontPtr->font.fa.size <= 10;
264 fmPtr->fixed = [nsFont isFixedPitch]; /* Does not work for all fonts */
/macosx-10.10/vim-55/runtime/syntax/
H A Dpostscr.vim469 syn keyword postscrConstant contained FullName Notice version ItalicAngle isFixedPitch UnderlinePosition

Completed in 230 milliseconds