Home
last modified time | relevance | path

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

12

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

12