/third_party/skia/src/ports/ |
D | SkFontConfigTypeface.h | 35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create() 67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI()
|
D | SkFontMgr_custom.cpp | 27 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
|
D | SkFontMgr_preview.h | 34 bool isFixedPitch, in SkTypeface_Preview() 60 bool isFixedPitch, in SkTypeface_PreviewSystem() 135 bool isFixedPitch, in SkTypeface_PreviewStream()
|
D | SkFontMgr_android.cpp | 37 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
|
D | SkFontMgr_preview.cpp | 166 bool isFixedPitch; in onMakeFromStreamIndex() local 180 bool isFixedPitch; in onMakeFromStreamArgs() local
|
D | SkFontMgr_custom_directory.cpp | 67 bool isFixedPitch; in load_directory_fonts() local
|
D | SkTypeface_mac_ct.h | 72 SkTypeface_Mac(SkUniqueCFRef<CTFontRef> fontRef, const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac()
|
D | SkFontMgr_FontConfigInterface.cpp | 236 bool isFixedPitch = false; in onMakeFromStreamIndex() local 259 bool isFixedPitch = false; in onMakeFromStreamArgs() local
|
D | SkFontMgr_custom_embedded.cpp | 87 bool isFixedPitch; in load_font_from_data() local
|
D | SkFontMgr_fuchsia.cpp | 192 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia() 207 bool isFixedPitch; in CreateTypefaceFromSkStream() local
|
D | SkFontHost_FreeType.cpp | 1550 SkTypeface_FreeType::SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType() 1842 SkString* name, SkFontStyle* style, bool* isFixedPitch, AxisDefinitions* axes) const in scanFont()
|
D | SkFontMgr_fontconfig.cpp | 977 bool isFixedPitch; in onMakeFromStreamArgs() local
|
D | SkTypeface_mac_ct.cpp | 243 bool isFixedPitch = SkToBool(traits & kCTFontMonoSpaceTrait); in Make() local
|
/third_party/skia/include/core/ |
D | SkTypeface.h | 61 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/ |
D | PostScriptTable.java | 50 isFixedPitch(12), enumConstant 355 public boolean isFixedPitch() { in isFixedPitch() method in PostScriptTable
|
/third_party/skia/src/sfnt/ |
D | SkOTTable_post.h | 36 SK_OT_ULONG isFixedPitch; member
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
D | PostScriptTableBuilder.java | 51 isFixedPitch(12), enumConstant
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-post-table.hh | 295 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally member
|
/third_party/skia/src/core/ |
D | SkTypeface.cpp | 25 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface()
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
D | tttables.h | 456 FT_ULong isFixedPitch; member
|