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

  /external/skia/src/ports/
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_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_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...]
  /external/harfbuzz_ng/src/
hb-ot-post-table.hh 101 ULONG isFixedPitch; /* Set to 0 if the font is proportionally
  /external/skia/src/sfnt/
SkOTTable_post.h 36 SK_OT_ULONG isFixedPitch;
  /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/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...]
  /prebuilts/tools/common/m2/repository/itext/itext/2.0.8/
itext-2.0.8.jar 

Completed in 847 milliseconds