Searched defs:isFixedPitch (Results  1 – 13 of 13) sorted by relevance
| /external/skia/include/core/ | 
| D | SkTypeface.h | 66     bool isFixedPitch() const { return fIsFixedPitch; }  in isFixedPitch()  function 376     void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }  in setIsFixedPitch()
  | 
| /external/skia/src/ports/ | 
| D | SkFontMgr_custom.cpp | 29 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()
  | 
| D | SkFontMgr_custom_directory.cpp | 67                 bool isFixedPitch;  in load_directory_fonts()  local
  | 
| D | SkTypeface_mac_ct.h | 70     SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, const SkFontStyle& fs, bool isFixedPitch,  in SkTypeface_Mac()
  | 
| D | SkFontMgr_custom_embedded.cpp | 87         bool isFixedPitch;  in load_font_from_data()  local
  | 
| D | SkFontMgr_android.cpp | 39                        bool isFixedPitch,  in SkTypeface_Android() 63                              bool isFixedPitch,  in SkTypeface_AndroidSystem()
  | 
| D | SkFontMgr_fuchsia.cpp | 234                        bool isFixedPitch, const SkString familyName, TypefaceId id)  in SkTypeface_Fuchsia() 248     bool isFixedPitch;  in CreateTypefaceFromSkStream()  local
  | 
| D | SkFontHost_FreeType.cpp | 1736 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
  | 
| D | SkTypeface_mac_ct.cpp | 245         bool isFixedPitch = SkToBool(traits & kCTFontMonoSpaceTrait);  in Make()  local
  | 
| /external/skia/src/sfnt/ | 
| D | SkOTTable_post.h | 36     SK_OT_ULONG isFixedPitch;  member
  | 
| /external/harfbuzz_ng/src/ | 
| D | hb-ot-post-table.hh | 301   HBUINT32	isFixedPitch;		/* Set to 0 if the font is proportionally  member
  | 
| /external/skia/src/core/ | 
| D | SkTypeface.cpp | 39 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch)  in SkTypeface()
  | 
| /external/freetype/include/freetype/ | 
| D | tttables.h | 456     FT_ULong  isFixedPitch;  member
  |