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

1 2

  /external/skia/src/ports/
SkFontConfigTypeface.h 32 SkString familyName, SkFontStyle style, bool isFixedPitch)
34 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch);
53 SkString familyName, SkFontStyle style, bool isFixedPitch)
54 : INHERITED(style, isFixedPitch)
SkFontMgr_custom.cpp 28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch,
30 : INHERITED(style, isFixedPitch)
55 const SkFontStyle& style, bool isFixedPitch, bool sysFont,
57 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex())
71 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
73 : INHERITED(style, isFixedPitch, sysFont, familyName, index)
208 bool isFixedPitch;
213 &name, &style, &isFixedPitch, &axisDefinitions))
224 return new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name);
228 bool isFixedPitch;
    [all...]
SkFontHost_FreeType_common.h 61 SkString* name, SkFontStyle* style, bool* isFixedPitch,
76 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch)
77 : INHERITED(style, isFixedPitch)
SkFontMgr_custom.h 27 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch,
62 const SkFontStyle& style, bool isFixedPitch, bool sysFont,
78 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
SkFontMgr_custom_directory.cpp 67 bool isFixedPitch;
71 &realname, &style, &isFixedPitch, nullptr))
83 addTo->appendTypeface(sk_make_sp<SkTypeface_File>(style, isFixedPitch, true,
SkFontMgr_custom_embedded.cpp 60 bool isFixedPitch;
64 &realname, &style, &isFixedPitch, nullptr))
77 style, isFixedPitch,
SkFontMgr_android.cpp 37 bool isFixedPitch,
39 : INHERITED(style, isFixedPitch)
61 bool isFixedPitch,
65 : INHERITED(style, isFixedPitch, familyName)
115 bool isFixedPitch,
117 : INHERITED(style, isFixedPitch, familyName)
424 bool isFixedPitch;
427 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) {
431 return new SkTypeface_AndroidStream(std::move(data), style, isFixedPitch, name);
437 bool isFixedPitch;
    [all...]
SkFontMgr_FontConfigInterface.cpp 216 bool isFixedPitch = false;
217 if (!fScanner.scanFont(stream.get(), 0, &name, &style, &isFixedPitch, nullptr)) {
222 return SkTypeface_FCI::Create(std::move(fontData), std::move(name), style, isFixedPitch);
236 bool isFixedPitch;
241 &name, &style, &isFixedPitch, &axisDefinitions))
254 return SkTypeface_FCI::Create(std::move(fontData), std::move(name), style, isFixedPitch);
SkFontMgr_fontconfig.cpp     [all...]
SkTypeface_win_dw.cpp 382 //There exist CJK fonts which set the IsFixedPitch and Monospace bits,
384 bool fixedWidth = (postTable->isFixedPitch &&
SkFontHost_FreeType.cpp     [all...]
SkFontHost_mac.cpp 499 const SkFontStyle& fs, bool isFixedPitch,
501 : SkTypeface(fs, isFixedPitch)
565 bool isFixedPitch = SkToBool(traits & kCTFontMonoSpaceTrait);
568 style, isFixedPitch, isLocalStream);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-post-table.hh 101 ULONG isFixedPitch; /* Set to 0 if the font is proportionally
  /external/skia/include/core/
SkTypeface.h 79 bool isFixedPitch() const { return fIsFixedPitch; }
332 SkTypeface(const SkFontStyle& style, bool isFixedPitch = false);
336 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
  /external/skia/src/sfnt/
SkOTTable_post.h 36 SK_OT_ULONG isFixedPitch;
  /external/skia/src/core/
SkTypeface.cpp 20 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch)
21 : fUniqueID(SkTypefaceCache::NewFontID()), fStyle(style), fIsFixedPitch(isFixedPitch) { }
  /external/freetype/include/freetype/
tttables.h 461 FT_ULong isFixedPitch;
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
tttables.h 443 FT_ULong isFixedPitch;
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
tttables.h 443 FT_ULong isFixedPitch;
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
sfobjs.c     [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttload.c     [all...]
sfobjs.c     [all...]
  /external/freetype/src/truetype/
ttgload.c     [all...]
  /external/pdfium/third_party/freetype/src/truetype/
ttgload.c     [all...]

Completed in 666 milliseconds

1 2