/external/skia/src/ports/ |
D | SkFontConfigTypeface.h | 32 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create() 53 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI()
|
D | SkFontMgr_custom.cpp | 28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() 55 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() 71 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() 208 bool isFixedPitch; in onCreateFromStream() local 228 bool isFixedPitch; in onCreateFromFontData() local
|
D | SkFontMgr_android.cpp | 37 bool isFixedPitch, in SkTypeface_Android() 61 bool isFixedPitch, in SkTypeface_AndroidSystem() 115 bool isFixedPitch, in SkTypeface_AndroidStream() 424 bool isFixedPitch; in onCreateFromStream() local 437 bool isFixedPitch; in onCreateFromStream() local 458 bool isFixedPitch; in onCreateFromFontData() local
|
D | SkFontHost_FreeType_common.h | 76 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType()
|
D | SkFontMgr_custom_directory.cpp | 67 bool isFixedPitch; in load_directory_fonts() local
|
D | SkFontMgr_custom_embedded.cpp | 60 bool isFixedPitch; in load_embedded_font() local
|
D | SkFontMgr_FontConfigInterface.cpp | 216 bool isFixedPitch = false; in onCreateFromStream() local 236 bool isFixedPitch; in onCreateFromStream() local
|
D | SkFontMgr_fontconfig.cpp | 905 bool isFixedPitch; in onCreateFromStream() local
|
D | SkFontHost_mac.cpp | 499 const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() 565 bool isFixedPitch = SkToBool(traits & kCTFontMonoSpaceTrait); in create_from_CTFontRef() local
|
D | SkFontHost_FreeType.cpp | 1694 SkString* name, SkFontStyle* style, bool* isFixedPitch, AxisDefinitions* axes) const in scanFont()
|
/external/skia/include/core/ |
D | SkTypeface.h | 79 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function 336 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
|
/external/harfbuzz_ng/src/ |
D | hb-ot-post-table.hh | 101 ULONG isFixedPitch; /* Set to 0 if the font is proportionally member
|
/external/skia/src/sfnt/ |
D | SkOTTable_post.h | 36 SK_OT_ULONG isFixedPitch; member
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 20 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface()
|
/external/freetype/include/freetype/ |
D | tttables.h | 461 FT_ULong isFixedPitch; member
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | tttables.h | 443 FT_ULong isFixedPitch; member
|