Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
H A DSkFontConfigTypeface.h34 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 DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; in load_directory_fonts() local
H A DSkFontMgr_custom.cpp27 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 DSkTypeface_mac_ct.h72 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() argument
H A DSkFontMgr_custom_embedded.cpp87 bool isFixedPitch; in load_font_from_data() local
H A DSkFontMgr_FontConfigInterface.cpp236 bool isFixedPitch = false; variable
259 bool isFixedPitch = false; variable
H A DSkFontMgr_preview.h33 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 DSkFontMgr_preview.cpp166 bool isFixedPitch; in onMakeFromStreamIndex() local
H A DSkFontMgr_android.cpp445 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 DSkFontMgr_fuchsia.cpp207 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 DSkOTTable_post.h36 SK_OT_ULONG isFixedPitch; variable
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DPostScriptTable.java50 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 DPostScriptTableBuilder.java51 isFixedPitch(12), enum constant
/third_party/skia/src/ports/skia_ohos/
H A DSkFontMgr_ohos.cpp477 bool isFixedPitch = false; in GetFontFullName() local
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-post-table.hh295 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally member
/third_party/skia/include/core/
H A DSkTypeface.h65 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 DSkTypeface.cpp28 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface() argument
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dtttables.h456 FT_ULong isFixedPitch; member

Completed in 12 milliseconds