Home
last modified time | relevance | path

Searched defs:isFixedPitch (Results 1 – 25 of 40) sorted by relevance

12

/third_party/flutter/skia/src/ports/
DSkFontMgr_custom.cpp28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom()
58 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream()
89 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File()
241 bool isFixedPitch; in onMakeFromStreamArgs() local
261 bool isFixedPitch; in onMakeFromFontData() local
DSkFontConfigTypeface.h35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create()
67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI()
DSkFontMgr_android.cpp38 bool isFixedPitch, in SkTypeface_Android()
62 bool isFixedPitch, in SkTypeface_AndroidSystem()
132 bool isFixedPitch, in SkTypeface_AndroidStream()
460 bool isFixedPitch; in onMakeFromStreamIndex() local
474 bool isFixedPitch; in onMakeFromStreamArgs() local
496 bool isFixedPitch; in onMakeFromFontData() local
DSkFontMgr_preview.h35 bool isFixedPitch, in SkTypeface_Preview()
61 bool isFixedPitch, in SkTypeface_PreviewSystem()
136 bool isFixedPitch, in SkTypeface_PreviewStream()
DSkFontMgr_preview.cpp166 bool isFixedPitch; in onMakeFromStreamIndex() local
180 bool isFixedPitch; in onMakeFromStreamArgs() local
199 bool isFixedPitch; in onMakeFromFontData() local
DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; in load_directory_fonts() local
DSkFontHost_FreeType_common.h92 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType()
DSkFontMgr_custom_embedded.cpp60 bool isFixedPitch; in load_embedded_font() local
DSkFontMgr_FontConfigInterface.cpp241 bool isFixedPitch = false; in onMakeFromStreamIndex() local
262 bool isFixedPitch; in onMakeFromStreamArgs() local
/third_party/skia/src/ports/
DSkFontConfigTypeface.h35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create()
67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI()
DSkFontMgr_custom.cpp27 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom()
59 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream()
90 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File()
238 bool isFixedPitch; in onMakeFromStreamArgs() local
DSkFontMgr_android.cpp37 bool isFixedPitch, in SkTypeface_Android()
61 bool isFixedPitch, in SkTypeface_AndroidSystem()
131 bool isFixedPitch, in SkTypeface_AndroidStream()
445 bool isFixedPitch; in onMakeFromStreamIndex() local
459 bool isFixedPitch; in onMakeFromStreamArgs() local
DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; in load_directory_fonts() local
DSkTypeface_mac_ct.h72 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac()
DSkFontMgr_custom_embedded.cpp87 bool isFixedPitch; in load_font_from_data() local
DSkFontMgr_FontConfigInterface.cpp236 bool isFixedPitch = false; in onMakeFromStreamIndex() local
259 bool isFixedPitch = false; in onMakeFromStreamArgs() local
DSkFontMgr_fuchsia.cpp192 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia()
207 bool isFixedPitch; in CreateTypefaceFromSkStream() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
DPostScriptTable.java50 isFixedPitch(12), enumConstant
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
355 public boolean isFixedPitch() { in isFixedPitch() method in PostScriptTable
/third_party/flutter/skia/include/core/
DSkTypeface.h61 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function
360 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
/third_party/skia/include/core/
DSkTypeface.h61 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function
356 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DPostScriptTableBuilder.java51 isFixedPitch(12), enumConstant
/third_party/skia/src/sfnt/
DSkOTTable_post.h36 SK_OT_ULONG isFixedPitch; member
/third_party/flutter/skia/src/sfnt/
DSkOTTable_post.h36 SK_OT_ULONG isFixedPitch; member
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DPostScriptTableBuilder.java51 isFixedPitch(12), enumConstant

12