HomeSort by relevance Sort by last modified time
    Searched refs:isFixedPitch (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 32 SkTypeface::Style* style, bool* isFixedPitch);
39 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName)
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, name))
    [all...]
SkFontHost_FreeType_common.h 50 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch)
51 : INHERITED(style, uniqueID, isFixedPitch)
SkFontHost_mac.cpp 359 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) {
369 if (isFixedPitch) {
370 *isFixedPitch = (traits & kCTFontMonoSpaceTrait) != 0;
428 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch,
430 : SkTypeface(style, fontID, isFixedPitch)
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch,
440 : SkTypeface(fontstyle2stylebits(fs), fontID, isFixedPitch)
478 bool isFixedPitch;
479 SkTypeface::Style style = computeStyleBits(fontRef, &isFixedPitch);
482 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRef, name)
    [all...]
  /external/skia/src/ports/
SkFontHost_linux.cpp 32 SkTypeface::Style* style, bool* isFixedPitch);
39 SkTypeface_Custom(Style style, bool sysFont, bool isFixedPitch, const SkString familyName)
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, name))
    [all...]
SkFontHost_FreeType_common.h 50 SkTypeface_FreeType(Style style, SkFontID uniqueID, bool isFixedPitch)
51 : INHERITED(style, uniqueID, isFixedPitch)
SkFontHost_mac.cpp 359 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) {
369 if (isFixedPitch) {
370 *isFixedPitch = (traits & kCTFontMonoSpaceTrait) != 0;
428 SkTypeface_Mac(SkTypeface::Style style, SkFontID fontID, bool isFixedPitch,
430 : SkTypeface(style, fontID, isFixedPitch)
438 SkTypeface_Mac(const SkFontStyle& fs, SkFontID fontID, bool isFixedPitch,
440 : SkTypeface(fontstyle2stylebits(fs), fontID, isFixedPitch)
478 bool isFixedPitch;
479 SkTypeface::Style style = computeStyleBits(fontRef, &isFixedPitch);
482 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRef, name)
    [all...]
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 67 bool isFixedPitch() const { return fIsFixedPitch; }
303 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
307 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_post.h 38 SK_OT_ULONG isFixedPitch;
  /external/skia/include/core/
SkTypeface.h 67 bool isFixedPitch() const { return fIsFixedPitch; }
303 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
307 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
  /external/skia/src/sfnt/
SkOTTable_post.h 38 SK_OT_ULONG isFixedPitch;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontPlatformDataHarfBuzz.h 80 bool isFixedPitch() const;
FontPlatformDataHarfBuzz.cpp 244 bool FontPlatformData::isFixedPitch() const
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFallbackList.h 72 bool isFixedPitch(const FontDescription& fontDescription) const
Font.h 120 bool isFixedPitch() const;
313 inline bool Font::isFixedPitch() const
316 return m_fontFallbackList->isFixedPitch(m_fontDescription);
FontPlatformData.h 112 bool isFixedPitch() const;
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontPlatformDataWin.h 89 bool isFixedPitch() const;
SimpleFontDataWin.cpp 130 m_treatAsFixedPitch = platformData().isFixedPitch();
FontPlatformDataWin.cpp 341 bool FontPlatformData::isFixedPitch() const
367 return typeface() && typeface()->isFixedPitch();
  /external/chromium_org/third_party/skia/src/core/
SkTypeface.cpp 20 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch)
21 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
  /external/skia/src/core/
SkTypeface.cpp 20 SkTypeface::SkTypeface(Style style, SkFontID fontID, bool isFixedPitch)
21 : fUniqueID(fontID), fStyle(style), fIsFixedPitch(isFixedPitch) {
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
BreakingContextInlineHeaders.h 701 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)
704 if (isFixedPitch || (!from && len == text->textLength()) || text->style()->hasTextCombine())
742 bool isFixedPitch = font.isFixedPitch();
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/
tttables.h 420 FT_ULong isFixedPitch;
    [all...]
  /external/freetype/include/freetype/
tttables.h 420 FT_ULong isFixedPitch;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SimpleFontDataSkia.cpp 215 m_treatAsFixedPitch = platformData().isFixedPitch();
  /external/chromium_org/third_party/freetype/src/sfnt/
ttload.c     [all...]

Completed in 347 milliseconds

1 2