HomeSort by relevance Sort by last modified time
    Searched defs:isFixedPitch (Results 1 - 15 of 15) 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/core/platform/graphics/
FontFallbackList.h 73 bool isFixedPitch(const Font* f) const { if (m_pitch == UnknownPitch) determinePitch(f); return m_pitch == FixedPitch; };
Font.h 120 bool isFixedPitch() const;
313 inline bool Font::isFixedPitch() const
316 return m_fontFallbackList->isFixedPitch(this);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontPlatformDataChromiumWin.cpp 207 bool FontPlatformData::isFixedPitch() const
233 return typeface()->isFixedPitch();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/harfbuzz/
FontPlatformDataHarfBuzz.cpp 248 bool FontPlatformData::isFixedPitch() const
  /external/chromium_org/third_party/skia/include/core/
SkTypeface.h 67 bool isFixedPitch() const { return fIsFixedPitch; }
291 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
295 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
  /external/skia/include/core/
SkTypeface.h 67 bool isFixedPitch() const { return fIsFixedPitch; }
291 SkTypeface(Style style, SkFontID uniqueID, bool isFixedPitch = false);
295 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 29 SkTypeface::Style* style, bool* isFixedPitch);
220 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedPitch)
221 : INHERITED(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedPitch) {
283 SkStream* stream, bool isFixedPitch)
284 : INHERITED(style, sysFont, family, isFixedPitch) {
310 const char path[], bool isFixedPitch)
311 : INHERITED(style, sysFont, family, isFixedPitch) {
339 SkTypeface::Style* style, bool* isFixedPitch) {
342 return find_name_and_attributes(stream, name, style, isFixedPitch);
362 bool isFixedPitch;
    [all...]
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)
479 bool isFixedPitch;
480 SkTypeface::Style style = computeStyleBits(fontRef, &isFixedPitch);
483 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRef, name)
    [all...]
  /external/skia/src/ports/
SkFontHost_linux.cpp 29 SkTypeface::Style* style, bool* isFixedPitch);
220 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedPitch)
221 : INHERITED(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedPitch) {
283 SkStream* stream, bool isFixedPitch)
284 : INHERITED(style, sysFont, family, isFixedPitch) {
310 const char path[], bool isFixedPitch)
311 : INHERITED(style, sysFont, family, isFixedPitch) {
339 SkTypeface::Style* style, bool* isFixedPitch) {
342 return find_name_and_attributes(stream, name, style, isFixedPitch);
362 bool isFixedPitch;
    [all...]
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)
479 bool isFixedPitch;
480 SkTypeface::Style style = computeStyleBits(fontRef, &isFixedPitch);
483 return new SkTypeface_Mac(style, fontID, isFixedPitch, fontRef, name)
    [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/core/rendering/
RenderBlockLineLayout.cpp     [all...]

Completed in 623 milliseconds