Searched defs:isFixedPitch (Results 1 – 11 of 11) sorted by relevance
/external/skia/src/ports/ |
D | SkFontMgr_android.cpp | 36 bool isFixedPitch, in SkTypeface_Android() 60 bool isFixedPitch, in SkTypeface_AndroidSystem() 112 bool isFixedPitch, in SkTypeface_AndroidStream() 446 bool isFixedPitch; in onCreateFromStream() local 459 bool isFixedPitch; in onCreateFromStream() local 481 bool isFixedPitch; in onCreateFromFontData() local
|
D | SkFontMgr_custom.cpp | 30 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() 75 SkTypeface_Stream(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() 96 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() 295 bool isFixedPitch; in onCreateFromStream() local 394 bool isFixedPitch; in load_directory_fonts() local 482 bool isFixedPitch; in load_embedded_font() local
|
D | SkFontHost_FreeType_common.h | 73 SkTypeface_FreeType(const SkFontStyle& style, SkFontID uniqueID, bool isFixedPitch) in SkTypeface_FreeType()
|
D | SkFontHost_mac.cpp | 415 static SkTypeface::Style computeStyleBits(CTFontRef font, bool* isFixedPitch) { in computeStyleBits() 444 const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() 491 bool isFixedPitch; in NewFromFontRef() local 2194 bool isFixedPitch; in createFromDesc() local
|
D | SkFontMgr_fontconfig.cpp | 840 bool isFixedPitch; in onCreateFromStream() local
|
D | SkFontHost_FreeType.cpp | 1661 SkString* name, SkFontStyle* style, bool* isFixedPitch, AxisDefinitions* axes) const in scanFont()
|
/external/skia/include/core/ |
D | SkTypeface.h | 78 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function 334 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
|
/external/skia/src/sfnt/ |
D | SkOTTable_post.h | 38 SK_OT_ULONG isFixedPitch; member
|
/external/skia/src/core/ |
D | SkTypeface.cpp | 18 SkTypeface::SkTypeface(const SkFontStyle& style, SkFontID fontID, bool isFixedPitch) in SkTypeface()
|
/external/freetype/include/ |
D | tttables.h | 443 FT_ULong isFixedPitch; member
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | tttables.h | 443 FT_ULong isFixedPitch; member
|