Home
last modified time | relevance | path

Searched refs:isFixedPitch (Results 1 – 25 of 58) sorted by relevance

123

/third_party/flutter/skia/src/ports/
DSkFontMgr_custom.cpp28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() argument
30 : INHERITED(style, isFixedPitch) in SkTypeface_Custom()
58 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() argument
60 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex()) in SkTypeface_Stream()
84 this->isFixedPitch(), in onMakeClone()
89 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument
91 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_File()
111 this->isFixedPitch(), in onMakeClone()
241 bool isFixedPitch; in onMakeFromStreamArgs() local
246 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs()
[all …]
DSkFontMgr_android.cpp38 bool isFixedPitch, in SkTypeface_Android() argument
40 : INHERITED(style, isFixedPitch) in SkTypeface_Android()
62 bool isFixedPitch, in SkTypeface_AndroidSystem() argument
66 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidSystem()
112 this->isFixedPitch(), in onMakeClone()
132 bool isFixedPitch, in SkTypeface_AndroidStream() argument
134 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidStream()
162 this->isFixedPitch(), in onMakeClone()
460 bool isFixedPitch; in onMakeFromStreamIndex() local
463 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex()
[all …]
DSkFontConfigTypeface.h35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create() argument
37 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch); in Create()
52 this->isFixedPitch())); in onMakeClone()
67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI() argument
68 : INHERITED(style, isFixedPitch) in SkTypeface_FCI()
DSkFontMgr_preview.cpp166 bool isFixedPitch; in onMakeFromStreamIndex() local
169 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex()
173 …return sk_sp<SkTypeface>(new SkTypeface_PreviewStream(std::move(data), style, isFixedPitch, name)); in onMakeFromStreamIndex()
180 bool isFixedPitch; in onMakeFromStreamArgs() local
185 &name, &style, &isFixedPitch, &axisDefinitions)) { in onMakeFromStreamArgs()
193 …return sk_sp<SkTypeface>(new SkTypeface_PreviewStream(std::move(data), style, isFixedPitch, name)); in onMakeFromStreamArgs()
199 bool isFixedPitch; in onMakeFromFontData() local
202 if (!fScanner.scanFont(stream, data->getIndex(), &name, &style, &isFixedPitch, nullptr)) { in onMakeFromFontData()
205 …return sk_sp<SkTypeface>(new SkTypeface_PreviewStream(std::move(data), style, isFixedPitch, name)); in onMakeFromFontData()
DSkFontMgr_preview.h35 bool isFixedPitch, in SkTypeface_Preview() argument
37 : INHERITED(style, isFixedPitch) in SkTypeface_Preview()
61 bool isFixedPitch, in SkTypeface_PreviewSystem() argument
65 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_PreviewSystem()
116 this->isFixedPitch(), in onMakeClone()
136 bool isFixedPitch, in SkTypeface_PreviewStream() argument
138 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_PreviewStream()
169 …p<SkTypeface_PreviewStream>(std::move(data), this->fontStyle(), this->isFixedPitch(), fFamilyName); in onMakeClone()
DSkFontMgr_custom_embedded.cpp60 bool isFixedPitch; in load_embedded_font() local
64 &realname, &style, &isFixedPitch, nullptr)) in load_embedded_font()
77 style, isFixedPitch, in load_embedded_font()
DSkFontMgr_FontConfigInterface.cpp241 bool isFixedPitch = false; in onMakeFromStreamIndex() local
242 if (!fScanner.scanFont(stream.get(), 0, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex()
248 style, isFixedPitch)); in onMakeFromStreamIndex()
262 bool isFixedPitch; in onMakeFromStreamArgs() local
267 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs()
281 style, isFixedPitch)); in onMakeFromStreamArgs()
DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; in load_directory_fonts() local
71 &realname, &style, &isFixedPitch, nullptr)) in load_directory_fonts()
83 addTo->appendTypeface(sk_make_sp<SkTypeface_File>(style, isFixedPitch, true, in load_directory_fonts()
DSkFontHost_FreeType_common.h74 SkString* name, SkFontStyle* style, bool* isFixedPitch,
92 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType() argument
93 : INHERITED(style, isFixedPitch) in SkTypeface_FreeType()
DSkFontMgr_custom.h27 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch,
63 const SkFontStyle& style, bool isFixedPitch, bool sysFont,
80 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
DSkFontMgr_fuchsia.cpp192 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia() argument
193 : SkTypeface_Stream(std::move(fontData), style, isFixedPitch, in SkTypeface_Fuchsia()
207 bool isFixedPitch; in CreateTypefaceFromSkStream() local
211 if (!scanner.scanFont(stream.get(), args.getCollectionIndex(), &name, &style, &isFixedPitch, in CreateTypefaceFromSkStream()
222 return sk_make_sp<SkTypeface_Fuchsia>(std::move(fontData), style, isFixedPitch, name, id); in CreateTypefaceFromSkStream()
/third_party/skia/src/ports/
DSkFontMgr_custom.cpp27 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() argument
29 : INHERITED(style, isFixedPitch) in SkTypeface_Custom()
59 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() argument
61 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex()) in SkTypeface_Stream()
85 this->isFixedPitch(), in onMakeClone()
90 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument
92 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_File()
112 this->isFixedPitch(), in onMakeClone()
238 bool isFixedPitch; in onMakeFromStreamArgs() local
243 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs()
[all …]
DSkFontConfigTypeface.h35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create() argument
37 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch); in Create()
52 this->isFixedPitch())); in onMakeClone()
67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI() argument
68 : INHERITED(style, isFixedPitch) in SkTypeface_FCI()
DSkFontMgr_android.cpp37 bool isFixedPitch, in SkTypeface_Android() argument
39 : INHERITED(style, isFixedPitch) in SkTypeface_Android()
61 bool isFixedPitch, in SkTypeface_AndroidSystem() argument
65 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidSystem()
111 this->isFixedPitch(), in onMakeClone()
131 bool isFixedPitch, in SkTypeface_AndroidStream() argument
133 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidStream()
160 this->isFixedPitch(), in onMakeClone()
445 bool isFixedPitch; in onMakeFromStreamIndex() local
448 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex()
[all …]
DSkFontMgr_FontConfigInterface.cpp236 bool isFixedPitch = false; in onMakeFromStreamIndex() local
237 if (!fScanner.scanFont(stream.get(), 0, &name, &style, &isFixedPitch, nullptr)) { in onMakeFromStreamIndex()
243 style, isFixedPitch)); in onMakeFromStreamIndex()
259 bool isFixedPitch = false; in onMakeFromStreamArgs() local
262 &name, &style, &isFixedPitch, &axisDefinitions)) in onMakeFromStreamArgs()
276 style, isFixedPitch)); in onMakeFromStreamArgs()
DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; in load_directory_fonts() local
71 &realname, &style, &isFixedPitch, nullptr)) in load_directory_fonts()
83 addTo->appendTypeface(sk_make_sp<SkTypeface_File>(style, isFixedPitch, true, in load_directory_fonts()
DSkFontMgr_custom_embedded.cpp87 bool isFixedPitch; in load_font_from_data() local
91 &realname, &style, &isFixedPitch, nullptr)) in load_font_from_data()
104 style, isFixedPitch, in load_font_from_data()
DSkFontMgr_custom.h27 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch,
64 const SkFontStyle& style, bool isFixedPitch, bool sysFont,
81 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
DSkTypeface_mac_ct.h72 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() argument
74 : SkTypeface(fs, isFixedPitch) in SkTypeface_Mac()
DSkFontHost_FreeType_common.h85 SkString* name, SkFontStyle* style, bool* isFixedPitch,
112 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch);
DSkFontMgr_fuchsia.cpp192 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia() argument
193 : SkTypeface_Stream(std::move(fontData), style, isFixedPitch, in SkTypeface_Fuchsia()
207 bool isFixedPitch; in CreateTypefaceFromSkStream() local
211 if (!scanner.scanFont(stream.get(), args.getCollectionIndex(), &name, &style, &isFixedPitch, in CreateTypefaceFromSkStream()
222 return sk_make_sp<SkTypeface_Fuchsia>(std::move(fontData), style, isFixedPitch, name, id); in CreateTypefaceFromSkStream()
/third_party/flutter/skia/include/core/
DSkTypeface.h61 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function
354 SkTypeface(const SkFontStyle& style, bool isFixedPitch = false);
360 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch() argument
/third_party/skia/include/core/
DSkTypeface.h61 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function
350 explicit SkTypeface(const SkFontStyle& style, bool isFixedPitch = false);
356 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch() argument
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DPostScriptTable.java50 isFixedPitch(12), enumConstant
352 return this.data.readULong(Offset.isFixedPitch.offset); in isFixedPitchRaw()
355 public boolean isFixedPitch() { in isFixedPitch() method in PostScriptTable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DPostScriptTable.java50 isFixedPitch(12), enumConstant
352 return this.data.readULong(Offset.isFixedPitch.offset); in isFixedPitchRaw()
355 public boolean isFixedPitch() { in isFixedPitch() method in PostScriptTable

123