/external/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()
|
D | SkScalerContext.h | 437 void SkScalerContextRec::setHinting(SkFontHinting hinting) { in setHinting() argument 439 (static_cast<unsigned>(hinting) << SkScalerContext::kHinting_Shift); in setHinting()
|
/external/harfbuzz_ng/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…
|
/external/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()
|
/external/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()
|
/external/skia/fuzz/ |
D | FuzzSkParagraph.cpp | 224 bool hinting; in BuildParagraphStyle() local 225 fuzz->next(&hinting); in BuildParagraphStyle() 226 if (hinting) { in BuildParagraphStyle()
|
/external/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()
|
/external/harfbuzz_ng/test/shaping/ |
D | record-test.sh | 66 --no-hinting \ 73 --no-hinting \
|
/external/google-fonts/arbutus-slab/ |
D | FONTLOG.txt | 26 hinting adjustments corresponding to the TTF file 37 - Added true type hinting using TTF Autohint version 0.92
|
/external/harfbuzz_ng/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 | drop-hints-desubroutinize-retain-gids.txt | 1 --no-hinting
|
/external/skia/site/docs/user/ |
D | tips.md | 10 - [Does Skia support Font hinting?](#font-hinting) 79 ## <span id="font-hinting">Does Skia support Font hinting?</span>
|
/external/freetype/src/autofit/ |
D | module.mk | 20 $(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
|
/external/skqp/site/user/ |
D | tips.md | 8 + [Does Skia support Font hinting?](#font-hinting) 97 <span id="font-hinting">Does Skia support Font hinting?</span>
|
/external/freetype/src/psaux/ |
D | cffdecode.h | 33 FT_Bool hinting,
|
D | psobjs.h | 159 FT_Bool hinting ); 206 FT_Bool hinting );
|
D | t1decode.h | 60 FT_Bool hinting,
|
/external/skia/site/docs/dev/design/raster_tragedy/ |
D | _index.md | 11 with a particular emphasis on proper hinting to overcome these issues. Since not all fonts 12 are nicely hinted and sometimes hinting is not desired, there are additional hacks which may 14 device, but not hint text which is art. Unless, of course, the hinting is part of the art like 47 font selection or 'opsz', automatically, or through hinting) then correct linear blending tends 136 One way the type designer could influence the optical size is through hinting. Any manual 137 hinting is done by someone looking at the result at small sizes. Tweaks are made until it 160 active. Any hinting will be done at the final pixel size (the font size mapped through the 197 rather complicated way and amounts to an optical sizing tweak. Just as hinting can be used to
|
/external/skia/tests/ |
D | FontHostTest.cpp | 208 SkFontHinting hinting; in test_advances() member 242 font.setHinting(settings[j].hinting); in test_advances()
|
/external/skqp/src/core/ |
D | SkFont.cpp | 579 unsigned hinting = (packed >> kShift_For_Hinting) & kMask_For_Hinting; in Unflatten() local 580 if (hinting > (unsigned)kFull_SkFontHinting) { in Unflatten() 581 hinting = 0; in Unflatten() 583 font->fHinting = SkToU8(hinting); in Unflatten()
|
D | SkScalerContext.h | 448 void SkScalerContextRec::setHinting(SkFontHinting hinting) { in setHinting() argument 450 (static_cast<unsigned>(hinting) << SkScalerContext::kHinting_Shift); in setHinting()
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 737 FT_Bool hinting ); 912 FT_Bool hinting, 1028 FT_Bool hinting ); 1222 FT_Bool hinting,
|
/external/google-fonts/arvo/ |
D | FONTLOG.txt | 11 involved in hinting, all these meanings are true.
|