Home
last modified time | relevance | path

Searched refs:hinting (Results 1 – 25 of 175) sorted by relevance

1234567

/third_party/skia/src/core/
DSkFont_serial.cpp110 unsigned hinting = (packed >> kShift_For_Hinting) & kMask_For_Hinting; in Unflatten() local
111 if (hinting > (unsigned)SkFontHinting::kFull) { in Unflatten()
112 hinting = 0; in Unflatten()
114 font->fHinting = SkToU8(hinting); in Unflatten()
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md8 * Full TrueType hinting with VTT source tables included. See [Hinting](#hinting) for details.
58 This version of Selawik is primarily hinted with the light Latin hinting style Microsoft recommends…
60hinting style only uses CVTs for vertical metrics anchors (ascender, descender, cap height, x-heig…
/third_party/harfbuzz/test/shaping/data/text-rendering-tests/fonts/
DSelawik-README.md8 * Full TrueType hinting with VTT source tables included. See [Hinting](#hinting) for details.
58 This version of Selawik is primarily hinted with the light Latin hinting style Microsoft recommends…
60hinting style only uses CVTs for vertical metrics anchors (ascender, descender, cap height, x-heig…
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/fonts/
DSelawik-README.md8 * Full TrueType hinting with VTT source tables included. See [Hinting](#hinting) for details.
58 This version of Selawik is primarily hinted with the light Latin hinting style Microsoft recommends…
60hinting style only uses CVTs for vertical metrics anchors (ascender, descender, cap height, x-heig…
/third_party/flutter/skia/third_party/externals/freetype/src/cid/
Dcidgload.c346 FT_Bool hinting; in cid_slot_load_glyph() local
370 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in cid_slot_load_glyph()
374 glyph->hint = hinting; in cid_slot_load_glyph()
384 hinting, in cid_slot_load_glyph()
403 hinting = glyph->hint; in cid_slot_load_glyph()
492 if ( !hinting || !decoder.builder.hints_funcs ) in cid_slot_load_glyph()
/third_party/skia/third_party/externals/freetype/src/cid/
Dcidgload.c341 FT_Bool hinting; in cid_slot_load_glyph() local
365 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in cid_slot_load_glyph()
369 glyph->hint = hinting; in cid_slot_load_glyph()
379 hinting, in cid_slot_load_glyph()
398 hinting = glyph->hint; in cid_slot_load_glyph()
487 if ( !hinting || !decoder.builder.hints_funcs ) in cid_slot_load_glyph()
/third_party/freetype/src/cid/
Dcidgload.c345 FT_Bool hinting; in cid_slot_load_glyph() local
369 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in cid_slot_load_glyph()
373 glyph->hint = hinting; in cid_slot_load_glyph()
383 hinting, in cid_slot_load_glyph()
402 hinting = glyph->hint; in cid_slot_load_glyph()
491 if ( !hinting || !decoder.builder.hints_funcs ) in cid_slot_load_glyph()
/third_party/flutter/skia/third_party/externals/freetype/src/cff/
Dcffgload.c204 FT_Bool hinting, scaled, force_scaling; in cff_slot_load() local
390 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in cff_slot_load()
393 glyph->hint = hinting; in cff_slot_load()
407 decoder_funcs->init( &decoder, face, size, glyph, hinting, in cff_slot_load()
452 hinting = FALSE; in cff_slot_load()
454 glyph->hint = hinting; in cff_slot_load()
646 if ( !hinting || !decoder.builder.hints_funcs ) in cff_slot_load()
/third_party/freetype/src/cff/
Dcffgload.c203 FT_Bool hinting, scaled, force_scaling; in cff_slot_load() local
388 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in cff_slot_load()
391 glyph->hint = hinting; in cff_slot_load()
404 decoder_funcs->init( &decoder, face, size, glyph, hinting, in cff_slot_load()
449 hinting = FALSE; in cff_slot_load()
451 glyph->hint = hinting; in cff_slot_load()
643 if ( !hinting || !decoder.builder.hints_funcs ) in cff_slot_load()
/third_party/skia/third_party/externals/freetype/src/cff/
Dcffgload.c203 FT_Bool hinting, scaled, force_scaling; in cff_slot_load() local
388 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in cff_slot_load()
391 glyph->hint = hinting; in cff_slot_load()
404 decoder_funcs->init( &decoder, face, size, glyph, hinting, in cff_slot_load()
449 hinting = FALSE; in cff_slot_load()
451 glyph->hint = hinting; in cff_slot_load()
643 if ( !hinting || !decoder.builder.hints_funcs ) in cff_slot_load()
/third_party/freetype/src/type1/
Dt1gload.c356 FT_Bool hinting; in T1_Load_Glyph() local
404 hinting = FT_BOOL( !( load_flags & FT_LOAD_NO_SCALE ) && in T1_Load_Glyph()
408 glyph->hint = hinting; in T1_Load_Glyph()
418 hinting, in T1_Load_Glyph()
446 hinting = glyph->hint; in T1_Load_Glyph()
547 if ( !hinting || !decoder.builder.hints_funcs ) in T1_Load_Glyph()
/third_party/skia/third_party/externals/freetype/src/type1/
Dt1gload.c356 FT_Bool hinting; in T1_Load_Glyph() local
404 hinting = FT_BOOL( !( load_flags & FT_LOAD_NO_SCALE ) && in T1_Load_Glyph()
408 glyph->hint = hinting; in T1_Load_Glyph()
418 hinting, in T1_Load_Glyph()
446 hinting = glyph->hint; in T1_Load_Glyph()
547 if ( !hinting || !decoder.builder.hints_funcs ) in T1_Load_Glyph()
/third_party/flutter/skia/third_party/externals/freetype/src/type1/
Dt1gload.c357 FT_Bool hinting; in T1_Load_Glyph() local
405 hinting = FT_BOOL( !( load_flags & FT_LOAD_NO_SCALE ) && in T1_Load_Glyph()
409 glyph->hint = hinting; in T1_Load_Glyph()
419 hinting, in T1_Load_Glyph()
447 hinting = glyph->hint; in T1_Load_Glyph()
548 if ( !hinting || !decoder.builder.hints_funcs ) in T1_Load_Glyph()
/third_party/skia/fuzz/
DFuzzSkParagraph.cpp226 bool hinting; in BuildParagraphStyle() local
227 fuzz->next(&hinting); in BuildParagraphStyle()
228 if (hinting) { in BuildParagraphStyle()
/third_party/harfbuzz/test/shaping/
Drecord-test.sh66 --no-hinting \
73 --no-hinting \
/third_party/skia/third_party/externals/harfbuzz/test/shape/
Drecord-test.sh66 --no-hinting \
74 --no-hinting \
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/
Drecord-test.sh66 --no-hinting \
73 --no-hinting \
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/profiles/
Ddrop-hints.txt1 --no-hinting
Ddrop-hints-desubroutinize.txt1 --no-hinting
Ddrop-hints-retain-gids.txt1 --no-hinting
Dnotdef-outline-drop-hints.txt2 --no-hinting
/third_party/harfbuzz/test/subset/data/profiles/
Ddrop-hints.txt1 --no-hinting
Ddrop-hints-desubroutinize.txt1 --no-hinting
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/data/profiles/
Ddrop-hints.txt1 --no-hinting
Ddrop-hints-desubroutinize.txt1 --no-hinting

1234567