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

12

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_linux.cpp32 SkTypeface::Style* style, bool* isFixedPitch);
39 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) argument
40 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
82 bool isFixedPitch, const SkString familyName)
83 : INHERITED(style, sysFont, isFixedPitch, familyName)
105 bool isFixedPitch, const SkString familyName)
106 : INHERITED(style, sysFont, isFixedPitch, familyName)
272 bool isFixedPitch;
275 if (find_name_and_attributes(stream, &name, &style, &isFixedPitch)) {
276 return SkNEW_ARGS(SkTypeface_Stream, (style, false, stream, isFixedPitch, nam
81 SkTypeface_Stream(Style style, bool sysFont, SkStream* stream, bool isFixedPitch, const SkString familyName) argument
104 SkTypeface_File(Style style, bool sysFont, const char path[], bool isFixedPitch, const SkString familyName) argument
[all...]
H A DSkFontHost_FreeType_common.h50 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) argument
51 : INHERITED(style, uniqueID, isFixedPitch)
H A DSkFontHost_mac.cpp359 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) { argument
369 if (isFixedPitch) {
370 *isFixedPitch = (traits & kCTFontMonoSpaceTrait) != 0;
428 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch, argument
430 : SkTypeface(style, fontID, isFixedPitch)
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch, argument
440 : SkTypeface(fontstyle2stylebits(fs), fontID, isFixedPitch)
478 bool isFixedPitch; local
479 SkTypeface::Style style = computeStyleBits(fontRef, &isFixedPitch);
482 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRe
2125 bool isFixedPitch; local
[all...]
/external/skia/src/ports/
H A DSkFontHost_linux.cpp32 SkTypeface::Style* style, bool* isFixedPitch);
39 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) argument
40 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
82 bool isFixedPitch, const SkString familyName)
83 : INHERITED(style, sysFont, isFixedPitch, familyName)
105 bool isFixedPitch, const SkString familyName)
106 : INHERITED(style, sysFont, isFixedPitch, familyName)
272 bool isFixedPitch;
275 if (find_name_and_attributes(stream, &name, &style, &isFixedPitch)) {
276 return SkNEW_ARGS(SkTypeface_Stream, (style, false, stream, isFixedPitch, nam
81 SkTypeface_Stream(Style style, bool sysFont, SkStream* stream, bool isFixedPitch, const SkString familyName) argument
104 SkTypeface_File(Style style, bool sysFont, const char path[], bool isFixedPitch, const SkString familyName) argument
[all...]
H A DSkFontHost_FreeType_common.h50 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) argument
51 : INHERITED(style, uniqueID, isFixedPitch)
H A DSkFontHost_mac.cpp359 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) { argument
369 if (isFixedPitch) {
370 *isFixedPitch = (traits & kCTFontMonoSpaceTrait) != 0;
428 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch, argument
430 : SkTypeface(style, fontID, isFixedPitch)
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch, argument
440 : SkTypeface(fontstyle2stylebits(fs), fontID, isFixedPitch)
478 bool isFixedPitch; local
479 SkTypeface::Style style = computeStyleBits(fontRef, &isFixedPitch);
482 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRe
2125 bool isFixedPitch; local
[all...]
/external/chromium_org/third_party/skia/include/core/
H A DSkTypeface.h67 bool isFixedPitch() const { return fIsFixedPitch; } function in class:SkTypeface
303 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
307 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } argument
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_post.h38 SK_OT_ULONG isFixedPitch; member in struct:SkOTTablePostScript
/external/skia/include/core/
H A DSkTypeface.h67 bool isFixedPitch() const { return fIsFixedPitch; } function in class:SkTypeface
303 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
307 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } argument
/external/skia/src/sfnt/
H A DSkOTTable_post.h38 SK_OT_ULONG isFixedPitch; member in struct:SkOTTablePostScript
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFallbackList.h72 bool isFixedPitch(const FontDescription& fontDescription) const function in class:WebCore::FontFallbackList
H A DFont.h120 bool isFixedPitch() const;
313 inline bool Font::isFixedPitch() const function in class:WebCore::Font
316 return m_fontFallbackList->isFixedPitch(m_fontDescription);
H A DFontPlatformData.h112 bool isFixedPitch() const;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
H A DFontPlatformDataHarfBuzz.h80 bool isFixedPitch() const;
H A DFontPlatformDataHarfBuzz.cpp244 bool FontPlatformData::isFixedPitch() const function in class:WebCore::FontPlatformData
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
H A DFontPlatformDataWin.h89 bool isFixedPitch() const;
H A DSimpleFontDataWin.cpp130 m_treatAsFixedPitch = platformData().isFixedPitch();
H A DFontPlatformDataWin.cpp341 bool FontPlatformData::isFixedPitch() const function in class:WebCore::FontPlatformData
367 return typeface() && typeface()->isFixedPitch();
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp20 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) argument
21 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
/external/skia/src/core/
H A DSkTypeface.cpp20 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) argument
21 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h701 ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0, TextLayout* layout = 0) argument
704 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
742 bool isFixedPitch = font.isFixedPitch(); local
806 charWidth = textWidth(renderText, m_current.m_pos, midWordBreakIsBeforeSurrogatePair ? 2 : 1, font, m_width.committedWidth() + wrapW, isFixedPitch, m_collapseWhiteSpace, 0, textLayout);
840 additionalTmpW = textWidth(renderText, lastSpace, m_current.m_pos + 1 - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts, textLayout) - wordTrailingSpaceWidth;
842 additionalTmpW = textWidth(renderText, lastSpace, m_current.m_pos - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts, textLayout);
865 float charWidth = textWidth(renderText, m_current.m_pos, 1, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts, textLayout) + (applyWordSpacing ? wordSpacing : 0);
996 float additionalTmpW = m_ignoringSpaces ? 0 : textWidth(renderText, lastSpace, m_current.m_pos - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts, textLayout);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttables.h420 FT_ULong isFixedPitch; member in struct:TT_Postscript_
/external/freetype/include/freetype/
H A Dtttables.h420 FT_ULong isFixedPitch; member in struct:TT_Postscript_
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DSimpleFontDataSkia.cpp215 m_treatAsFixedPitch = platformData().isFixedPitch();
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttload.c1107 FT_FRAME_ULONG( isFixedPitch ),
1127 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch

Completed in 169 milliseconds

12