/third_party/skia/src/core/ |
D | SkFont_serial.cpp | 110 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/ |
D | Selawik-README.md | 8 * 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… 60 …hinting style only uses CVTs for vertical metrics anchors (ascender, descender, cap height, x-heig…
|
/third_party/harfbuzz/test/shaping/data/text-rendering-tests/fonts/ |
D | Selawik-README.md | 8 * 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… 60 …hinting 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/ |
D | Selawik-README.md | 8 * 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… 60 …hinting style only uses CVTs for vertical metrics anchors (ascender, descender, cap height, x-heig…
|
/third_party/flutter/skia/third_party/externals/freetype/src/cid/ |
D | cidgload.c | 346 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/ |
D | cidgload.c | 341 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/ |
D | cidgload.c | 345 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/ |
D | cffgload.c | 204 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/ |
D | cffgload.c | 203 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/ |
D | cffgload.c | 203 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/ |
D | t1gload.c | 356 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/ |
D | t1gload.c | 356 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/ |
D | t1gload.c | 357 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/ |
D | FuzzSkParagraph.cpp | 226 bool hinting; in BuildParagraphStyle() local 227 fuzz->next(&hinting); in BuildParagraphStyle() 228 if (hinting) { in BuildParagraphStyle()
|
/third_party/harfbuzz/test/shaping/ |
D | record-test.sh | 66 --no-hinting \ 73 --no-hinting \
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
D | record-test.sh | 66 --no-hinting \ 74 --no-hinting \
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/shaping/ |
D | record-test.sh | 66 --no-hinting \ 73 --no-hinting \
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/profiles/ |
D | drop-hints.txt | 1 --no-hinting
|
D | drop-hints-desubroutinize.txt | 1 --no-hinting
|
D | drop-hints-retain-gids.txt | 1 --no-hinting
|
D | notdef-outline-drop-hints.txt | 2 --no-hinting
|
/third_party/harfbuzz/test/subset/data/profiles/ |
D | drop-hints.txt | 1 --no-hinting
|
D | drop-hints-desubroutinize.txt | 1 --no-hinting
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/subset/data/profiles/ |
D | drop-hints.txt | 1 --no-hinting
|
D | drop-hints-desubroutinize.txt | 1 --no-hinting
|