/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 | 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() 404 hinting = glyph->hint; in cid_slot_load_glyph() 493 if ( !hinting || !decoder.builder.hints_funcs ) in cid_slot_load_glyph()
|
/external/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()
|
/external/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 ) == 0 && in T1_Load_Glyph() 409 glyph->hint = hinting; in T1_Load_Glyph() 419 FT_BOOL( hinting ), in T1_Load_Glyph() 448 hinting = glyph->hint; in T1_Load_Glyph() 549 if ( !hinting || ! decoder.builder.hints_funcs ) in T1_Load_Glyph()
|
/external/harfbuzz_ng/test/shaping/ |
D | record-test.sh | 55 --no-hinting \ 62 --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/skia/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/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/harfbuzz_ng/test/subset/data/profiles/ |
D | drop-hints.txt | 1 --no-hinting
|
D | drop-hints-desubroutinize.txt | 1 --no-hinting
|
/external/freetype/src/autofit/ |
D | module.mk | 20 $(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
|
/external/freetype/src/psaux/ |
D | psobjs.h | 160 FT_Bool hinting ); 207 FT_Bool hinting );
|
D | cffdecode.h | 34 FT_Bool hinting,
|
D | t1decode.h | 61 FT_Bool hinting,
|
/external/freetype/include/freetype/internal/ |
D | psaux.h | 743 FT_Bool hinting ); 920 FT_Bool hinting, 1036 FT_Bool hinting ); 1231 FT_Bool hinting,
|
/external/skia/src/core/ |
D | SkFont.cpp | 565 unsigned hinting = (packed >> kShift_For_Hinting) & kMask_For_Hinting; in Unflatten() local 566 if (hinting > (unsigned)kFull_SkFontHinting) { in Unflatten() 567 hinting = 0; in Unflatten() 569 font->fHinting = SkToU8(hinting); in Unflatten()
|
D | SkScalerContext.h | 436 void SkScalerContextRec::setHinting(SkFontHinting hinting) { in setHinting() argument 438 (static_cast<unsigned>(hinting) << SkScalerContext::kHinting_Shift); in setHinting()
|
/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/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | memcpy-inline.ll | 3 ; The ARM magic hinting works best with linear scan.
|
/external/freetype/docs/ |
D | CHANGES | 66 `hinting-engine' property of the `type1' driver module you can 143 - B/W hinting of TrueType fonts didn't work properly if 198 - The warping option has moved from `light' to `normal' hinting 199 where it replaces the original hinting algorithm. The `light' 200 mode is now always void of any hinting in x-direction. 255 - `Light' auto-hinting mode no longer uses TrueType metrics for 271 inconsistent behaviour if you used non-native hinting. Starting 337 - A mode to display light auto-hinting with subpixel positioning 425 hinting mode as the default, emulating a modern version of 444 This allows to select, say, the subpixel hinting mode at runtime [all …]
|
/external/skia/tests/ |
D | FontHostTest.cpp | 250 SkFontHinting hinting; in test_advances() member 283 font.setHinting(settings[j].hinting); in test_advances()
|
/external/skqp/tests/ |
D | FontHostTest.cpp | 250 SkFontHinting hinting; in test_advances() member 283 font.setHinting(settings[j].hinting); in test_advances()
|
/external/google-fonts/arvo/ |
D | FONTLOG.txt | 11 involved in hinting, all these meanings are true.
|
/external/skia/gm/ |
D | typeface.cpp | 230 for (const SkFontHinting& hinting : hintingTypes) { local 231 font.setHinting(hinting);
|