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

12

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.h52 SkString* name, SkTypeface::Style* style, bool* isFixedPitch);
55 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) argument
56 : INHERITED(style, uniqueID, isFixedPitch)
H A DSkFontHost_linux.cpp33 SkTypeface_Custom(Style style, bool isFixedPitch, argument
35 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
84 SkTypeface_Stream(Style style, bool isFixedPitch, bool sysFont, const SkString familyName, argument
86 : INHERITED(style, isFixedPitch, sysFont, familyName, ttcIndex)
107 SkTypeface_File(Style style, bool isFixedPitch, bool sysFont, const SkString familyName, argument
109 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
275 bool isFixedPitch;
278 if (SkTypeface_FreeType::ScanFont(stream, ttcIndex, &name, &style, &isFixedPitch)) {
279 return SkNEW_ARGS(SkTypeface_Stream, (style, isFixedPitch, false, name,
318 SkTypeface::Style* style, bool* isFixedPitch) {
[all...]
H A DSkFontMgr_android.cpp46 bool isFixedPitch,
48 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
69 bool isFixedPitch,
73 : INHERITED(index, style, isFixedPitch, familyName)
104 bool isFixedPitch,
106 : INHERITED(index, style, isFixedPitch, familyName)
435 bool isFixedPitch; variable
438 if (!SkTypeface_FreeType::ScanFont(stream, ttcIndex, &name, &style, &isFixedPitch)) {
442 style, isFixedPitch, name));
44 SkTypeface_Android(int index, Style style, bool isFixedPitch, const SkString familyName) argument
66 SkTypeface_AndroidSystem(const SkString pathName, int index, Style style, bool isFixedPitch, const SkString familyName, const SkLanguage& lang, FontVariant variantStyle) argument
101 SkTypeface_AndroidStream(SkStream* stream, int index, Style style, bool isFixedPitch, const SkString familyName) argument
H A DSkFontHost_mac.cpp355 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) { argument
365 if (isFixedPitch) {
366 *isFixedPitch = (traits & kCTFontMonoSpaceTrait) != 0;
424 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch, argument
426 : SkTypeface(style, fontID, isFixedPitch)
435 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch, argument
437 : 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
2129 bool isFixedPitch; local
[all...]
/external/skia/src/ports/
H A DSkFontHost_linux.cpp29 SkTypeface::Style* style, bool* isFixedPitch);
36 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName) argument
37 : INHERITED(style, SkTypefaceCache::NewFontID(), isFixedPitch)
79 bool isFixedPitch, const SkString familyName)
80 : INHERITED(style, sysFont, isFixedPitch, familyName)
102 bool isFixedPitch, const SkString familyName)
103 : INHERITED(style, sysFont, isFixedPitch, familyName)
269 bool isFixedPitch;
272 if (find_name_and_attributes(stream, &name, &style, &isFixedPitch)) {
273 return SkNEW_ARGS(SkTypeface_Stream, (style, false, stream, isFixedPitch, nam
78 SkTypeface_Stream(Style style, bool sysFont, SkStream* stream, bool isFixedPitch, const SkString familyName) argument
101 SkTypeface_File(Style style, bool sysFont, const char path[], bool isFixedPitch, const SkString familyName) argument
[all...]
H A DSkFontHost_FreeType_common.h49 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch) argument
50 : 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
2126 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
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
292 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
288 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
292 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.h68 bool isFixedPitch(const FontDescription& fontDescription) const function in class:blink::FontFallbackList
H A DFont.h112 bool isFixedPitch() const;
215 inline bool Font::isFixedPitch() const function in class:blink::Font
218 return m_fontFallbackList->isFixedPitch(m_fontDescription);
H A DFontPlatformData.cpp316 bool FontPlatformData::isFixedPitch() const function in class:blink::FontPlatformData
318 return typeface() && typeface()->isFixedPitch();
H A DFontPlatformData.h107 bool isFixedPitch() const;
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h516 ALWAYS_INLINE float textWidth(RenderText* text, unsigned from, unsigned len, const Font& font, float xPos, bool isFixedPitch, bool collapseWhiteSpace, HashSet<const SimpleFontData*>* fallbackFonts = 0) argument
519 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
559 bool isFixedPitch = font.isFixedPitch(); local
621 charWidth = textWidth(renderText, m_current.offset(), midWordBreakIsBeforeSurrogatePair ? 2 : 1, font, m_width.committedWidth() + wrapW, isFixedPitch, m_collapseWhiteSpace);
657 additionalTempWidth = textWidth(renderText, lastSpace, m_current.offset() + 1 - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) - wordTrailingSpaceWidth;
659 additionalTempWidth = textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts);
683 float charWidth = textWidth(renderText, m_current.offset(), 1, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts) + (applyWordSpacing ? wordSpacing : 0);
814 float additionalTempWidth = m_ignoringSpaces ? 0 : textWidth(renderText, lastSpace, m_current.offset() - lastSpace, font, m_width.currentWidth(), isFixedPitch, m_collapseWhiteSpace, &wordMeasurement.fallbackFonts);
/external/skia/src/core/
H A DSkTypeface.cpp23 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) argument
24 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
/external/chromium_org/third_party/freetype/include/freetype/
H A Dtttables.h420 FT_ULong isFixedPitch; member in struct:TT_Postscript_
/external/freetype/include/
H A Dtttables.h424 FT_ULong isFixedPitch; member in struct:TT_Postscript_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dtttables.h420 FT_ULong isFixedPitch; member in struct:TT_Postscript_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dtttables.h420 FT_ULong isFixedPitch; member in struct:TT_Postscript_
/external/chromium_org/third_party/skia/src/core/
H A DSkTypeface.cpp23 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch) argument
24 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
/external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
H A DSimpleFontDataSkia.cpp204 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
/external/freetype/src/sfnt/
H A Dttload.c1124 FT_FRAME_ULONG( isFixedPitch ),
1144 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch

Completed in 5259 milliseconds

12