/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cid/ |
D | cidgload.c | 289 FT_Bool hinting; in cid_slot_load_glyph() local 311 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in cid_slot_load_glyph() 322 hinting, in cid_slot_load_glyph() 423 if ( !hinting || !decoder.builder.hints_funcs ) in cid_slot_load_glyph()
|
/external/pdfium/third_party/freetype/src/cid/ |
D | cidgload.c | 278 FT_Bool hinting; in cid_slot_load_glyph() local 300 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in cid_slot_load_glyph() 311 hinting, in cid_slot_load_glyph() 412 if ( !hinting || !decoder.builder.hints_funcs ) in cid_slot_load_glyph()
|
/external/skia/tests/ |
D | FontObjTest.cpp | 52 SkPaint::Hinting hinting; in test_cachedfont() member 85 paint.setHinting(settings[j].hinting); in test_cachedfont()
|
D | FontHostTest.cpp | 251 SkPaint::Hinting hinting; in test_advances() member 284 paint.setHinting(settings[j].hinting); in test_advances()
|
/external/skia/site/user/ |
D | tips.md | 8 + [Does Skia support Font hinting?](#font-hinting) 143 <span id="font-hinting"></span> 145 Does Skia support Font hinting?
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
D | module.mk | 20 $(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
|
/external/pdfium/third_party/freetype/src/type1/ |
D | t1gload.c | 278 FT_Bool hinting; in T1_Load_Glyph() local 324 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in T1_Load_Glyph() 335 FT_BOOL( hinting ), in T1_Load_Glyph() 462 if ( !hinting || ! decoder.builder.hints_funcs ) in T1_Load_Glyph()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/type1/ |
D | t1gload.c | 278 FT_Bool hinting; in T1_Load_Glyph() local 324 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in T1_Load_Glyph() 335 FT_BOOL( hinting ), in T1_Load_Glyph() 462 if ( !hinting || ! decoder.builder.hints_funcs ) in T1_Load_Glyph()
|
/external/pdfium/third_party/freetype/src/psaux/ |
D | t1decode.h | 51 FT_Bool hinting,
|
D | psobjs.h | 159 FT_Bool hinting );
|
/external/freetype/src/psaux/ |
D | t1decode.h | 51 FT_Bool hinting,
|
D | psobjs.h | 159 FT_Bool hinting );
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/psaux/ |
D | t1decode.h | 51 FT_Bool hinting,
|
D | psobjs.h | 159 FT_Bool hinting );
|
/external/skia/src/core/ |
D | SkScalerContext.h | 365 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { in setHinting() argument 367 (hinting << SkScalerContext::kHinting_Shift); in setHinting()
|
/external/skia/gyp/ |
D | freetype.gypi | 40 '../third_party/externals/freetype/src/autofit/autofit.c', # auto hinting module 41 '../third_party/externals/freetype/src/pshinter/pshinter.c', # PS hinting module
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffgload.c | 257 FT_Bool hinting ) in cff_builder_init() argument 279 if ( hinting && size ) in cff_builder_init() 387 FT_Bool hinting, in cff_decoder_init() argument 397 cff_builder_init( &decoder->builder, face, size, slot, hinting ); in cff_decoder_init() 2616 FT_Bool hinting, scaled, force_scaling; in cff_slot_load() local 2799 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in cff_slot_load() 2802 glyph->hint = hinting; in cff_slot_load() 2816 cff_decoder_init( &decoder, face, size, glyph, hinting, in cff_slot_load() 2855 hinting = FALSE; in cff_slot_load() 2857 glyph->hint = hinting; in cff_slot_load() [all …]
|
D | cffgload.h | 209 FT_Bool hinting,
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
D | cffgload.c | 257 FT_Bool hinting ) in cff_builder_init() argument 279 if ( hinting && size ) in cff_builder_init() 387 FT_Bool hinting, in cff_decoder_init() argument 397 cff_builder_init( &decoder->builder, face, size, slot, hinting ); in cff_decoder_init() 2616 FT_Bool hinting, scaled, force_scaling; in cff_slot_load() local 2799 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in cff_slot_load() 2802 glyph->hint = hinting; in cff_slot_load() 2816 cff_decoder_init( &decoder, face, size, glyph, hinting, in cff_slot_load() 2855 hinting = FALSE; in cff_slot_load() 2857 glyph->hint = hinting; in cff_slot_load() [all …]
|
D | cffgload.h | 209 FT_Bool hinting,
|
/external/freetype/src/cff/ |
D | cffgload.c | 257 FT_Bool hinting ) in cff_builder_init() argument 279 if ( hinting && size ) in cff_builder_init() 387 FT_Bool hinting, in cff_decoder_init() argument 397 cff_builder_init( &decoder->builder, face, size, slot, hinting ); in cff_decoder_init() 2616 FT_Bool hinting, scaled, force_scaling; in cff_slot_load() local 2799 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in cff_slot_load() 2802 glyph->hint = hinting; in cff_slot_load() 2816 cff_decoder_init( &decoder, face, size, glyph, hinting, in cff_slot_load() 2855 hinting = FALSE; in cff_slot_load() 2857 glyph->hint = hinting; in cff_slot_load() [all …]
|
D | cffgload.h | 209 FT_Bool hinting,
|
/external/harfbuzz_ng/test/shaping/ |
D | record-test.sh | 48 --no-hinting \
|
/external/llvm/test/CodeGen/Thumb2/ |
D | 2013-02-19-tail-call-register-hint.ll | 4 ; callee-saved register. Register hinting from t2LDRDri was getting this
|
/external/freetype/include/internal/ |
D | psaux.h | 489 FT_Bool hinting ); 648 FT_Bool hinting,
|