/third_party/skia/src/ports/ |
H A D | SkFontConfigTypeface.h | 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_custom_directory.cpp | 67 bool isFixedPitch; in load_directory_fonts() local
|
H A D | SkFontMgr_custom.cpp | 27 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() argument 90 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument 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 | SkTypeface_mac_ct.h | 72 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() argument
|
H A D | SkFontMgr_custom_embedded.cpp | 87 bool isFixedPitch; in load_font_from_data() local
|
H A D | SkFontMgr_FontConfigInterface.cpp | 236 bool isFixedPitch = false; variable 259 bool isFixedPitch = false; variable
|
H A D | SkFontMgr_preview.h | 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_preview.cpp | 166 bool isFixedPitch; in onMakeFromStreamIndex() local
|
H A D | SkFontMgr_android.cpp | 445 bool isFixedPitch; variable 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_fuchsia.cpp | 207 bool isFixedPitch; in CreateTypefaceFromSkStream() local 191 SkTypeface_Fuchsia(std::unique_ptr<SkFontData> fontData, const SkFontStyle& style, bool isFixedPitch, const SkString familyName, TypefaceId id) SkTypeface_Fuchsia() argument
|
/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/sfntly/table/core/ |
H A D | PostScriptTable.java | 50 isFixedPitch(12), enum constant 355 public boolean isFixedPitch() { in isFixedPitch() method in PostScriptTable
|
/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
|
/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/include/core/ |
H A D | SkTypeface.h | 65 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function in SkTypeface 380 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch() argument
|
/third_party/skia/src/core/ |
H A D | SkTypeface.cpp | 28 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface() argument
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | tttables.h | 456 FT_ULong isFixedPitch; member
|