Home
last modified time | relevance | path

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

/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_preview.h34 bool isFixedPitch, in SkTypeface_Preview()
60 bool isFixedPitch, in SkTypeface_PreviewSystem()
135 bool isFixedPitch, in SkTypeface_PreviewStream()
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_preview.cpp166 bool isFixedPitch; in onMakeFromStreamIndex() local
180 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_FontConfigInterface.cpp236 bool isFixedPitch = false; in onMakeFromStreamIndex() local
259 bool isFixedPitch = false; in onMakeFromStreamArgs() local
DSkFontMgr_custom_embedded.cpp87 bool isFixedPitch; in load_font_from_data() local
DSkFontMgr_fuchsia.cpp192 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia()
207 bool isFixedPitch; in CreateTypefaceFromSkStream() local
DSkFontHost_FreeType.cpp1550 SkTypeface_FreeType::SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType()
1842 SkString* name, SkFontStyle* style, bool* isFixedPitch, AxisDefinitions* axes) const in scanFont()
DSkFontMgr_fontconfig.cpp977 bool isFixedPitch; in onMakeFromStreamArgs() local
DSkTypeface_mac_ct.cpp243 bool isFixedPitch = SkToBool(traits & kCTFontMonoSpaceTrait); in Make() local
/third_party/skia/include/core/
DSkTypeface.h61 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function
365 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
/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/skia/src/sfnt/
DSkOTTable_post.h36 SK_OT_ULONG isFixedPitch; member
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/
DPostScriptTableBuilder.java51 isFixedPitch(12), enumConstant
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-post-table.hh295 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally member
/third_party/skia/src/core/
DSkTypeface.cpp25 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface()
/third_party/skia/third_party/externals/freetype/include/freetype/
Dtttables.h456 FT_ULong isFixedPitch; member