Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkTypeface.h66 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function
376 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
/external/skia/src/ports/
DSkFontMgr_custom.cpp29 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom()
61 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File()
DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; in load_directory_fonts() local
DSkTypeface_mac_ct.h70 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_android.cpp39 bool isFixedPitch, in SkTypeface_Android()
63 bool isFixedPitch, in SkTypeface_AndroidSystem()
DSkFontMgr_fuchsia.cpp234 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia()
248 bool isFixedPitch; in CreateTypefaceFromSkStream() local
DSkFontHost_FreeType.cpp1736 SkTypeface_FreeType::SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType()
2046 SkString* name, SkFontStyle* style, bool* isFixedPitch, AxisDefinitions* axes) const in scanFont()
2301 const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeTypeStream()
2347 bool isFixedPitch; in MakeFromStream() local
DSkTypeface_mac_ct.cpp245 bool isFixedPitch = SkToBool(traits & kCTFontMonoSpaceTrait); in Make() local
/external/skia/src/sfnt/
DSkOTTable_post.h36 SK_OT_ULONG isFixedPitch; member
/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh301 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally member
/external/skia/src/core/
DSkTypeface.cpp39 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface()
/external/freetype/include/freetype/
Dtttables.h456 FT_ULong isFixedPitch; member