Home
last modified time | relevance | path

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

1234

/external/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()
DSkScalerContext.h437 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/
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.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()
/external/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()
/external/skia/fuzz/
DFuzzSkParagraph.cpp224 bool hinting; in BuildParagraphStyle() local
225 fuzz->next(&hinting); in BuildParagraphStyle()
226 if (hinting) { in BuildParagraphStyle()
/external/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()
/external/harfbuzz_ng/test/shaping/
Drecord-test.sh66 --no-hinting \
73 --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/harfbuzz_ng/test/subset/data/profiles/
Ddrop-hints.txt1 --no-hinting
Ddrop-hints-desubroutinize.txt1 --no-hinting
Ddrop-hints-retain-gids.txt1 --no-hinting
Ddrop-hints-desubroutinize-retain-gids.txt1 --no-hinting
/external/skia/site/docs/user/
Dtips.md10 - [Does Skia support Font hinting?](#font-hinting)
79 ## <span id="font-hinting">Does Skia support Font hinting?</span>
/external/freetype/src/autofit/
Dmodule.mk20 $(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
/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/freetype/src/psaux/
Dcffdecode.h33 FT_Bool hinting,
Dpsobjs.h159 FT_Bool hinting );
206 FT_Bool hinting );
Dt1decode.h60 FT_Bool hinting,
/external/skia/site/docs/dev/design/raster_tragedy/
D_index.md11 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/
DFontHostTest.cpp208 SkFontHinting hinting; in test_advances() member
242 font.setHinting(settings[j].hinting); in test_advances()
/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/freetype/include/freetype/internal/
Dpsaux.h737 FT_Bool hinting );
912 FT_Bool hinting,
1028 FT_Bool hinting );
1222 FT_Bool hinting,
/external/google-fonts/arvo/
DFONTLOG.txt11 involved in hinting, all these meanings are true.

1234