Home
last modified time | relevance | path

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

12

/external/skqp/src/ports/
DSkFontMgr_custom.cpp28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom()
58 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream()
89 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File()
241 bool isFixedPitch; in onMakeFromStreamArgs() local
261 bool isFixedPitch; in onMakeFromFontData() local
DSkFontConfigTypeface.h35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create()
67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI()
DSkFontMgr_android.cpp38 bool isFixedPitch, in SkTypeface_Android()
62 bool isFixedPitch, in SkTypeface_AndroidSystem()
132 bool isFixedPitch, in SkTypeface_AndroidStream()
460 bool isFixedPitch; in onMakeFromStreamIndex() local
474 bool isFixedPitch; in onMakeFromStreamArgs() local
496 bool isFixedPitch; in onMakeFromFontData() local
DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; in load_directory_fonts() local
DSkFontHost_FreeType_common.h91 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType()
DSkFontMgr_custom_embedded.cpp60 bool isFixedPitch; in load_embedded_font() local
DSkFontMgr_FontConfigInterface.cpp247 bool isFixedPitch = false; in onMakeFromStreamIndex() local
268 bool isFixedPitch; in onMakeFromStreamArgs() local
DSkFontMgr_fuchsia.cpp116 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia()
131 bool isFixedPitch; in CreateTypefaceFromSkStream() local
/external/skia/src/ports/
DSkFontMgr_custom.cpp27 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
258 bool isFixedPitch; in onMakeFromFontData() local
DSkFontConfigTypeface.h35 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create()
67 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI()
DSkFontMgr_android.cpp37 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
481 bool isFixedPitch; in onMakeFromFontData() local
DSkFontMgr_FontConfigInterface.cpp236 bool isFixedPitch = false; in onMakeFromStreamIndex() local
259 bool isFixedPitch = false; in onMakeFromStreamArgs() local
297 bool isFixedPitch = false; in onMakeFromFontData() local
DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; in load_directory_fonts() local
DSkFontHost_FreeType_common.h99 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType()
DSkTypeface_mac_ct.h72 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_fuchsia.cpp192 bool isFixedPitch, const SkString familyName, TypefaceId id) in SkTypeface_Fuchsia()
207 bool isFixedPitch; in CreateTypefaceFromSkStream() local
/external/skia/include/core/
DSkTypeface.h61 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function
353 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
/external/skqp/include/core/
DSkTypeface.h61 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function
362 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch()
/external/skia/src/sfnt/
DSkOTTable_post.h36 SK_OT_ULONG isFixedPitch; member
/external/skqp/src/sfnt/
DSkOTTable_post.h36 SK_OT_ULONG isFixedPitch; member
/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh281 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally member
/external/skqp/src/core/
DSkTypeface.cpp22 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface()
/external/skia/src/core/
DSkTypeface.cpp23 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface()
/external/freetype/include/freetype/
Dtttables.h456 FT_ULong isFixedPitch; member

12