HomeSort by relevance Sort by last modified time
    Searched defs:isFixedPitch (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/skia/src/sfnt/
SkOTTable_post.h 38 SK_OT_ULONG isFixedPitch;
  /external/skia/src/sfnt/
SkOTTable_post.h 38 SK_OT_ULONG isFixedPitch;
  /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);
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
FontPlatformDataHarfBuzz.cpp 244 bool FontPlatformData::isFixedPitch() const
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/win/
FontPlatformDataWin.cpp 341 bool FontPlatformData::isFixedPitch() const
367 return typeface() && typeface()->isFixedPitch();
  /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/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/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/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/skia/src/ports/
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_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...]

Completed in 1275 milliseconds