Home
last modified time | relevance | path

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

1234

/external/harfbuzz_ng/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…
/external/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()
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/
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()
/external/freetype/src/type1/
Dt1gload.c357 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/
Drecord-test.sh55 --no-hinting \
62 --no-hinting \
/external/google-fonts/arbutus-slab/
DFONTLOG.txt26 hinting adjustments corresponding to the TTF file
37 - Added true type hinting using TTF Autohint version 0.92
/external/skia/site/user/
Dtips.md8 + [Does Skia support Font hinting?](#font-hinting)
97 <span id="font-hinting">Does Skia support Font hinting?</span>
/external/skqp/site/user/
Dtips.md8 + [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/
Ddrop-hints.txt1 --no-hinting
Ddrop-hints-desubroutinize.txt1 --no-hinting
/external/freetype/src/autofit/
Dmodule.mk20 $(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
/external/freetype/src/psaux/
Dpsobjs.h160 FT_Bool hinting );
207 FT_Bool hinting );
Dcffdecode.h34 FT_Bool hinting,
Dt1decode.h61 FT_Bool hinting,
/external/freetype/include/freetype/internal/
Dpsaux.h743 FT_Bool hinting );
920 FT_Bool hinting,
1036 FT_Bool hinting );
1231 FT_Bool hinting,
/external/skia/src/core/
DSkFont.cpp565 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()
DSkScalerContext.h436 void SkScalerContextRec::setHinting(SkFontHinting hinting) { in setHinting() argument
438 (static_cast<unsigned>(hinting) << SkScalerContext::kHinting_Shift); in setHinting()
/external/skqp/src/core/
DSkFont.cpp579 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()
DSkScalerContext.h448 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/
Dmemcpy-inline.ll3 ; The ARM magic hinting works best with linear scan.
/external/freetype/docs/
DCHANGES66 `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/
DFontHostTest.cpp250 SkFontHinting hinting; in test_advances() member
283 font.setHinting(settings[j].hinting); in test_advances()
/external/skqp/tests/
DFontHostTest.cpp250 SkFontHinting hinting; in test_advances() member
283 font.setHinting(settings[j].hinting); in test_advances()
/external/google-fonts/arvo/
DFONTLOG.txt11 involved in hinting, all these meanings are true.
/external/skia/gm/
Dtypeface.cpp230 for (const SkFontHinting& hinting : hintingTypes) { local
231 font.setHinting(hinting);

1234