Home
last modified time | relevance | path

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

123

/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.c339 FT_Bool hinting; in T1_Load_Glyph() local
387 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in T1_Load_Glyph()
391 glyph->hint = hinting; in T1_Load_Glyph()
401 FT_BOOL( hinting ), in T1_Load_Glyph()
430 hinting = glyph->hint; in T1_Load_Glyph()
531 if ( !hinting || ! decoder.builder.hints_funcs ) in T1_Load_Glyph()
/external/skia/site/user/
Dtips.md8 + [Does Skia support Font hinting?](#font-hinting)
93 <span id="font-hinting">Does Skia support Font hinting?</span>
/external/skqp/site/user/
Dtips.md8 + [Does Skia support Font hinting?](#font-hinting)
93 <span id="font-hinting">Does Skia support Font hinting?</span>
/external/skia/tests/
DFontObjTest.cpp52 SkPaint::Hinting hinting; in test_cachedfont() member
84 paint.setHinting(settings[j].hinting); in test_cachedfont()
DFontHostTest.cpp252 SkPaint::Hinting hinting; in test_advances() member
284 paint.setHinting(settings[j].hinting); in test_advances()
DPaintTest.cpp210 const SkPaint::Hinting hinting[] = { in DEF_TEST() local
251 FOR_SETUP(j, hinting, setHinting) in DEF_TEST()
/external/skqp/tests/
DFontObjTest.cpp52 SkPaint::Hinting hinting; in test_cachedfont() member
84 paint.setHinting(settings[j].hinting); in test_cachedfont()
DFontHostTest.cpp252 SkPaint::Hinting hinting; in test_advances() member
284 paint.setHinting(settings[j].hinting); in test_advances()
DPaintTest.cpp210 const SkPaint::Hinting hinting[] = { in DEF_TEST() local
251 FOR_SETUP(j, hinting, setHinting) in DEF_TEST()
/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/src/autofit/
Dmodule.mk20 $(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
/external/freetype/include/freetype/internal/
Dpsaux.h706 FT_Bool hinting );
865 FT_Bool hinting,
981 FT_Bool hinting );
1158 FT_Bool hinting,
/external/skqp/src/core/
DSkScalerContext.h410 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { in setHinting() argument
412 (hinting << SkScalerContext::kHinting_Shift); in setHinting()
/external/freetype/docs/
DCHANGES19 `hinting-engine' property of the `type1' driver module you can
95 - B/W hinting of TrueType fonts didn't work properly if
150 - The warping option has moved from `light' to `normal' hinting
151 where it replaces the original hinting algorithm. The `light'
152 mode is now always void of any hinting in x-direction.
207 - `Light' auto-hinting mode no longer uses TrueType metrics for
223 inconsistent behaviour if you used non-native hinting. Starting
289 - A mode to display light auto-hinting with sub-pixel positioning
377 hinting mode as the default, emulating a modern version of
396 This allows to select, say, the subpixel hinting mode at runtime
[all …]
DINSTALL.ANY80 src/autofit/autofit.c -- auto hinting module
88 src/pshinter/pshinter.c -- PS hinting module
/external/skia/src/core/
DSkScalerContext.h440 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { in setHinting() argument
442 (hinting << SkScalerContext::kHinting_Shift); in setHinting()
/external/skia/gm/
Dtypeface.cpp231 for (const SkPaint::Hinting& hinting : hintingTypes) { local
232 paint.setHinting(hinting);
/external/skqp/gm/
Dtypeface.cpp231 for (const SkPaint::Hinting& hinting : hintingTypes) { local
232 paint.setHinting(hinting);
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dmemcpy-inline.ll3 ; The ARM magic hinting works best with linear scan.
/external/harfbuzz_ng/test/shaping/
Drecord-test.sh49 --no-hinting \
/external/llvm/test/CodeGen/Thumb2/
D2013-02-19-tail-call-register-hint.ll4 ; callee-saved register. Register hinting from t2LDRDri was getting this

123