/external/skia/src/ports/ |
D | SkFontHost_linux.cpp | 32 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 …]
|
D | SkFontHost_FreeType_common.h | 50 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) in SkTypeface_FreeType() argument 51 : INHERITED(style, uniqueID, isFixedPitch) in SkTypeface_FreeType()
|
D | SkFontHost_mac.cpp | 359 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/ |
D | SkFontHost_linux.cpp | 32 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 …]
|
D | SkFontHost_FreeType_common.h | 50 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) in SkTypeface_FreeType() argument 51 : INHERITED(style, uniqueID, isFixedPitch) in SkTypeface_FreeType()
|
D | SkFontHost_mac.cpp | 359 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/ |
D | SkTypeface.h | 67 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/ |
D | SkTypeface.h | 67 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/ |
D | Font.h | 120 bool isFixedPitch() const; 313 inline bool Font::isFixedPitch() const in isFixedPitch() function 316 return m_fontFallbackList->isFixedPitch(m_fontDescription); in isFixedPitch()
|
D | FontFallbackList.h | 72 bool isFixedPitch(const FontDescription& fontDescription) const in isFixedPitch() function
|
D | FontPlatformData.h | 112 bool isFixedPitch() const;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/ |
D | BreakingContextInlineHeaders.h | 701 …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/ |
D | SkOTTable_post.h | 38 SK_OT_ULONG isFixedPitch; member
|
/external/skia/src/sfnt/ |
D | SkOTTable_post.h | 38 SK_OT_ULONG isFixedPitch; member
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 20 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/ |
D | SkTypeface.cpp | 20 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/ |
D | FontPlatformDataHarfBuzz.h | 80 bool isFixedPitch() const;
|
D | FontPlatformDataHarfBuzz.cpp | 244 bool FontPlatformData::isFixedPitch() const in isFixedPitch() function in WebCore::FontPlatformData
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
D | FontPlatformDataWin.h | 89 bool isFixedPitch() const;
|
D | FontPlatformDataWin.cpp | 341 bool FontPlatformData::isFixedPitch() const in isFixedPitch() function in WebCore::FontPlatformData 367 return typeface() && typeface()->isFixedPitch(); in isFixedPitch()
|
D | SimpleFontDataWin.cpp | 130 m_treatAsFixedPitch = platformData().isFixedPitch(); in determinePitch()
|
/external/chromium_org/third_party/freetype/include/freetype/ |
D | tttables.h | 420 FT_ULong isFixedPitch; member
|
/external/freetype/include/freetype/ |
D | tttables.h | 420 FT_ULong isFixedPitch; member
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/ |
D | SimpleFontDataSkia.cpp | 215 m_treatAsFixedPitch = platformData().isFixedPitch(); in determinePitch()
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
D | ttload.c | 1107 FT_FRAME_ULONG( isFixedPitch ), in tt_face_load_post() 1127 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch in tt_face_load_post()
|