Home
last modified time | relevance | path

Searched refs:isFixedPitch (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/ports/
DSkFontMgr_custom.cpp28 SkTypeface_Custom::SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch, in SkTypeface_Custom() argument
30 : INHERITED(style, isFixedPitch) in SkTypeface_Custom()
55 const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_Stream() argument
57 : INHERITED(style, isFixedPitch, sysFont, familyName, fontData->getIndex()) in SkTypeface_Stream()
71 SkTypeface_File::SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont, in SkTypeface_File() argument
73 : INHERITED(style, isFixedPitch, sysFont, familyName, index) in SkTypeface_File()
208 bool isFixedPitch; in onCreateFromStream() local
213 &name, &style, &isFixedPitch, &axisDefinitions)) in onCreateFromStream()
224 return new SkTypeface_Stream(std::move(data), style, isFixedPitch, false, name); in onCreateFromStream()
228 bool isFixedPitch; in onCreateFromFontData() local
[all …]
DSkFontMgr_android.cpp37 bool isFixedPitch, in SkTypeface_Android() argument
39 : INHERITED(style, isFixedPitch) in SkTypeface_Android()
61 bool isFixedPitch, in SkTypeface_AndroidSystem() argument
65 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidSystem()
115 bool isFixedPitch, in SkTypeface_AndroidStream() argument
117 : INHERITED(style, isFixedPitch, familyName) in SkTypeface_AndroidStream()
424 bool isFixedPitch; in onCreateFromStream() local
427 if (!fScanner.scanFont(stream.get(), ttcIndex, &name, &style, &isFixedPitch, nullptr)) { in onCreateFromStream()
431 return new SkTypeface_AndroidStream(std::move(data), style, isFixedPitch, name); in onCreateFromStream()
437 bool isFixedPitch; in onCreateFromStream() local
[all …]
DSkFontConfigTypeface.h32 SkString familyName, SkFontStyle style, bool isFixedPitch) in Create() argument
34 return new SkTypeface_FCI(std::move(data), std::move(familyName), style, isFixedPitch); in Create()
53 SkString familyName, SkFontStyle style, bool isFixedPitch) in SkTypeface_FCI() argument
54 : INHERITED(style, isFixedPitch) in SkTypeface_FCI()
DSkFontMgr_FontConfigInterface.cpp216 bool isFixedPitch = false; in onCreateFromStream() local
217 if (!fScanner.scanFont(stream.get(), 0, &name, &style, &isFixedPitch, nullptr)) { in onCreateFromStream()
222 return SkTypeface_FCI::Create(std::move(fontData), std::move(name), style, isFixedPitch); in onCreateFromStream()
236 bool isFixedPitch; in onCreateFromStream() local
241 &name, &style, &isFixedPitch, &axisDefinitions)) in onCreateFromStream()
254 return SkTypeface_FCI::Create(std::move(fontData), std::move(name), style, isFixedPitch); in onCreateFromStream()
DSkFontHost_FreeType_common.h61 SkString* name, SkFontStyle* style, bool* isFixedPitch,
76 SkTypeface_FreeType(const SkFontStyle& style, bool isFixedPitch) in SkTypeface_FreeType() argument
77 : INHERITED(style, isFixedPitch) in SkTypeface_FreeType()
DSkFontMgr_custom_embedded.cpp60 bool isFixedPitch; in load_embedded_font() local
64 &realname, &style, &isFixedPitch, nullptr)) in load_embedded_font()
77 style, isFixedPitch, in load_embedded_font()
DSkFontMgr_custom_directory.cpp67 bool isFixedPitch; in load_directory_fonts() local
71 &realname, &style, &isFixedPitch, nullptr)) in load_directory_fonts()
83 addTo->appendTypeface(sk_make_sp<SkTypeface_File>(style, isFixedPitch, true, in load_directory_fonts()
DSkFontMgr_custom.h27 SkTypeface_Custom(const SkFontStyle& style, bool isFixedPitch,
62 const SkFontStyle& style, bool isFixedPitch, bool sysFont,
78 SkTypeface_File(const SkFontStyle& style, bool isFixedPitch, bool sysFont,
DSkFontMgr_fontconfig.cpp905 bool isFixedPitch; in onCreateFromStream() local
910 &name, &style, &isFixedPitch, &axisDefinitions)) in onCreateFromStream()
921 return new SkTypeface_stream(std::move(data), std::move(name), style, isFixedPitch); in onCreateFromStream()
DSkTypeface_win_dw.cpp384 bool fixedWidth = (postTable->isFixedPitch && in onGetAdvancedMetrics()
DSkFontHost_FreeType.cpp1694 SkString* name, SkFontStyle* style, bool* isFixedPitch, AxisDefinitions* axes) const in scanFont() argument
1771 if (isFixedPitch) { in scanFont()
1772 *isFixedPitch = FT_IS_FIXED_WIDTH(face); in scanFont()
DSkFontHost_mac.cpp499 const SkFontStyle& fs, bool isFixedPitch, in SkTypeface_Mac() argument
501 : SkTypeface(fs, isFixedPitch) in SkTypeface_Mac()
565 bool isFixedPitch = SkToBool(traits & kCTFontMonoSpaceTrait); in create_from_CTFontRef() local
568 style, isFixedPitch, isLocalStream); in create_from_CTFontRef()
/external/skia/include/core/
DSkTypeface.h79 bool isFixedPitch() const { return fIsFixedPitch; } in isFixedPitch() function
332 SkTypeface(const SkFontStyle& style, bool isFixedPitch = false);
336 void setIsFixedPitch(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; } in setIsFixedPitch() argument
/external/skia/src/sfnt/
DSkOTTable_post.h36 SK_OT_ULONG isFixedPitch; member
/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh101 ULONG isFixedPitch; /* Set to 0 if the font is proportionally member
/external/skia/src/core/
DSkTypeface.cpp20 SkTypeface::SkTypeface(const SkFontStyle& style, bool isFixedPitch) in SkTypeface() argument
21 : fUniqueID(SkTypefaceCache::NewFontID()), fStyle(style), fIsFixedPitch(isFixedPitch) { } in SkTypeface()
/external/freetype/include/freetype/
Dtttables.h461 FT_ULong isFixedPitch; member
/external/pdfium/third_party/freetype/include/freetype/
Dtttables.h443 FT_ULong isFixedPitch; member
/external/pdfium/third_party/freetype/src/sfnt/
Dttload.c1200 FT_FRAME_ULONG( isFixedPitch ), in tt_face_load_post()
1220 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch in tt_face_load_post()
Dsfobjs.c1260 if ( face->postscript.isFixedPitch ) in sfnt_load_face()
/external/freetype/src/sfnt/
Dttload.c1264 FT_FRAME_ULONG( isFixedPitch ), in tt_face_load_post()
1284 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch in tt_face_load_post()
Dsfobjs.c1352 if ( face->postscript.isFixedPitch ) in sfnt_load_face()
/external/pdfium/third_party/freetype/src/truetype/
Dttgload.c1940 if ( !face->postscript.isFixedPitch && in compute_glyph_metrics()
/external/freetype/src/truetype/
Dttgload.c2062 !face->postscript.isFixedPitch && in compute_glyph_metrics()