Searched defs:isFixedPitch (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/ports/
H A DSkFontConfigTypeface.h32 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)
31 Create(std::unique_ptr<SkFontData> data, SkString familyName, SkFontStyle style, bool isFixedPitch) argument
52 SkTypeface_FCI(std::unique_ptr<SkFontData> data, SkString familyName, SkFontStyle style, bool isFixedPitch) argument
H A DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; local
71 &realname, &style, &isFixedPitch, nullptr))
83 addTo->appendTypeface(sk_make_sp<SkTypeface_File>(style, isFixedPitch, true,
H A DSkFontHost_FreeType_common.h61 SkString* name, SkFontStyle* style, bool* isFixedPitch,
76 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) argument
77 : INHERITED(style, isFixedPitch)
H A DSkFontMgr_custom.cpp28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, argument
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, argument
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;
54 SkTypeface_Stream(std::unique_ptr<SkFontData> fontData, const SkFontStyle& style, bool isFixedPitch, bool sysFont, const SkString familyName) argument
[all...]
H A DSkFontMgr_custom_embedded.cpp60 bool isFixedPitch; local
64 &realname, &style, &isFixedPitch, nullptr))
77 style, isFixedPitch,
H A DSkFontMgr_FontConfigInterface.cpp216 bool isFixedPitch = false; variable
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; variable
241 &name, &style, &isFixedPitch, &axisDefinitions))
254 return SkTypeface_FCI::Create(std::move(fontData), std::move(name), style, isFixedPitch);
H A DSkFontMgr_android.cpp37 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; variable
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; variable
36 SkTypeface_Android(const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) argument
56 SkTypeface_AndroidSystem(const SkString& pathName, const bool cacheFontFiles, int index, const SkFixed* axes, int axesCount, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName, const SkLanguage& lang, FontVariant variantStyle) argument
113 SkTypeface_AndroidStream(std::unique_ptr<SkFontData> data, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) argument
458 bool isFixedPitch; variable
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-post-table.hh101 ULONG isFixedPitch; /* Set to 0 if the font is proportionally member in struct:OT::post
/external/skia/src/sfnt/
H A DSkOTTable_post.h36 SK_OT_ULONG isFixedPitch; variable
/external/skia/include/core/
H A DSkTypeface.h79 bool isFixedPitch() const { return fIsFixedPitch; } function in class:SkTypeface
336 SkTypeface(const SkFontStyle& style, bool isFixedPitch = false);
340 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } argument
/external/skia/src/core/
H A DSkTypeface.cpp20 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) argument
21 : fUniqueID(SkTypefaceCache::NewFontID()), fStyle(style), fIsFixedPitch(isFixedPitch) { }
/external/freetype/include/freetype/
H A Dtttables.h461 FT_ULong isFixedPitch; member in struct:TT_Postscript_
/external/pdfium/third_party/freetype/include/freetype/
H A Dtttables.h443 FT_ULong isFixedPitch; member in struct:TT_Postscript_

Completed in 235 milliseconds