/third_party/skia/src/ports/ |
H A D | SkFontMgr_custom.cpp | 27 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() 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; 243 &name, &style, &isFixedPitch, 58 SkTypeface_Stream(std::unique_ptr<SkFontData> fontData, const SkFontStyle& style, bool isFixedPitch, bool sysFont, const SkString familyName) SkTypeface_Stream() argument [all...] |
H A D | SkFontConfigTypeface.h | 35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create() 37 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch); in Create() 52 this->isFixedPitch())); 67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI() 68 : INHERITED(style, isFixedPitch) in SkTypeface_FCI() 34 Create(std::unique_ptr<SkFontData> data, SkString familyName, SkFontStyle style, bool isFixedPitch) Create() argument 66 SkTypeface_FCI(std::unique_ptr<SkFontData> data, SkString familyName, SkFontStyle style, bool isFixedPitch) SkTypeface_FCI() argument
|
H A D | SkFontMgr_android.cpp | 37 bool isFixedPitch, in SkTypeface_Android() 39 : INHERITED(style, isFixedPitch) in SkTypeface_Android() 61 bool isFixedPitch, in SkTypeface_AndroidSystem() 65 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidSystem() 111 this->isFixedPitch(), 131 bool isFixedPitch, in SkTypeface_AndroidStream() 133 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidStream() 160 this->isFixedPitch(), 445 bool isFixedPitch; variable 448 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullpt 36 SkTypeface_Android(const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) SkTypeface_Android() 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 SkTArray<SkLanguage, true>& lang, FontVariant variantStyle) SkTypeface_AndroidSystem() argument 129 SkTypeface_AndroidStream(std::unique_ptr<SkFontData> data, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) SkTypeface_AndroidStream() argument [all...] |
H A D | SkFontMgr_preview.h | 34 bool isFixedPitch, in SkTypeface_Preview() 36 : INHERITED(style, isFixedPitch) in SkTypeface_Preview() 60 bool isFixedPitch, in SkTypeface_PreviewSystem() 64 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_PreviewSystem() 115 this->isFixedPitch(), 135 bool isFixedPitch, in SkTypeface_PreviewStream() 137 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_PreviewStream() 168 return sk_make_sp<SkTypeface_PreviewStream>(std::move(data), this->fontStyle(), this->isFixedPitch(), fFamilyName); 33 SkTypeface_Preview(const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) SkTypeface_Preview() argument 56 SkTypeface_PreviewSystem(const SkString& pathName, int index, const SkFixed* axes, int axesCount, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName, const SkTArray<SkLanguage, true>& lang, FontVariant variantStyle) SkTypeface_PreviewSystem() argument 133 SkTypeface_PreviewStream(std::unique_ptr<SkFontData> data, const SkFontStyle& style, bool isFixedPitch, const SkString& familyName) SkTypeface_PreviewStream() argument
|
H A D | SkFontMgr_FontConfigInterface.cpp | 236 bool isFixedPitch = false; variable 237 if (!fScanner.scanFont(stream.get(), 0, &name, &style, &isFixedPitch, nullptr)) { 243 style, isFixedPitch)); 259 bool isFixedPitch = false; variable 262 &name, &style, &isFixedPitch, &axisDefinitions)) 276 style, isFixedPitch));
|
H A D | SkFontMgr_preview.cpp | 166 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() 185 &name, &style, &isFixedPitch, &axisDefinitions)) { in onMakeFromStreamArgs() 193 return sk_sp<SkTypeface>(new SkTypeface_PreviewStream(std::move(data), style, isFixedPitch, name)); in onMakeFromStreamArgs()
|
H A D | SkFontMgr_custom_embedded.cpp | 87 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()
|
H A D | SkFontMgr_custom_directory.cpp | 67 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()
|
H A D | SkFontMgr_custom.h | 27 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,
|
H A D | SkTypeface_mac_ct.h | 72 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() argument 74 : SkTypeface(fs, isFixedPitch) in SkTypeface_Mac()
|
H A D | SkFontHost_FreeType_common.h | 85 SkString* name, SkFontStyle* style, bool* isFixedPitch, 115 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch);
|
H A D | SkFontMgr_fuchsia.cpp | 192 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia() 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() 191 SkTypeface_Fuchsia(std::unique_ptr<SkFontData> fontData, const SkFontStyle& style, bool isFixedPitch, const SkString familyName, TypefaceId id) SkTypeface_Fuchsia() argument
|
H A D | SkFontMgr_fontconfig.cpp | 433 this->isFixedPitch()); 534 this->isFixedPitch()); 977 bool isFixedPitch; 982 &name, &style, &isFixedPitch, &axisDefinitions)) 994 style, isFixedPitch));
|
H A D | SkFontHost_FreeType.cpp | 1555 SkTypeface_FreeType::SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) 1556 : INHERITED(style, isFixedPitch) 1847 SkString* name, SkFontStyle* style, bool* isFixedPitch, AxisDefinitions* axes) const 1924 if (isFixedPitch != nullptr) { 1925 *isFixedPitch = FT_IS_FIXED_WIDTH(face);
|
H A D | SkTypeface_mac_ct.cpp | 243 bool isFixedPitch = SkToBool(traits & kCTFontMonoSpaceTrait); in Make() 245 return sk_sp<SkTypeface>(new SkTypeface_Mac(std::move(font), style, isFixedPitch, in Make()
|
/third_party/skia/include/core/ |
H A D | SkTypeface.h | 65 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function in SkTypeface 374 explicit SkTypeface(const SkFontStyle& style, bool isFixedPitch = false); 380 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch() argument
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | PostScriptTable.java | 50 isFixedPitch(12), enum constant 352 return this.data.readULong(Offset.isFixedPitch.offset); in isFixedPitchRaw() 355 public boolean isFixedPitch() { in isFixedPitch() method in PostScriptTable
|
/third_party/skia/src/sfnt/ |
H A D | SkOTTable_post.h | 36 SK_OT_ULONG isFixedPitch; variable
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | PostScriptTableBuilder.java | 51 isFixedPitch(12), enum constant
|
/third_party/skia/src/ports/skia_ohos/ |
H A D | SkFontMgr_ohos.cpp | 477 bool isFixedPitch = false; in GetFontFullName() local 480 if (!fontScanner.scanFont(stream.get(), faceIndex, &realname, &style, &isFixedPitch, nullptr)) { in GetFontFullName()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | tttables.h | 456 FT_ULong isFixedPitch; member
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-post-table.hh | 295 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally member
|
/third_party/skia/src/core/ |
H A D | SkTypeface.cpp | 28 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface() argument 29 : fUniqueID(SkTypefaceCache::NewFontID()), fStyle(style), fIsFixedPitch(isFixedPitch) { } in SkTypeface()
|
H A D | SkRemoteGlyphCache.cpp | 635 tf->isFixedPitch(), tf->glyphMaskNeedsCurrentColor()); in serializeTypeface() 764 typeface.isFixedPitch(), in getOrCreateCache()
|
/third_party/skia/third_party/externals/freetype/src/sfnt/ |
H A D | ttload.c | 1315 FT_FRAME_ULONG( isFixedPitch ), in FT_LOCAL_DEF() 1341 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch in FT_LOCAL_DEF()
|