Home
last modified time | relevance | path

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

12

/external/pdfium/third_party/freetype/src/cid/
Dcidgload.c278 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/
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/skia/site/user/
Dtips.md8 + [Does Skia support Font hinting?](#font-hinting)
99 <span id="font-hinting">Does Skia support Font hinting?</span>
/external/pdfium/third_party/freetype/src/type1/
Dt1gload.c278 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/
Dt1decode.h51 FT_Bool hinting,
Dpsobjs.h159 FT_Bool hinting );
/external/freetype/src/psaux/
Dt1decode.h51 FT_Bool hinting,
Dpsobjs.h159 FT_Bool hinting );
/external/skia/src/core/
DSkScalerContext.h376 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { in setHinting() argument
378 (hinting << SkScalerContext::kHinting_Shift); in setHinting()
/external/pdfium/third_party/freetype/src/cff/
Dcffgload.c257 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 …]
Dcffgload.h209 FT_Bool hinting,
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dmemcpy-inline.ll3 ; The ARM magic hinting works best with linear scan.
/external/freetype/src/cff/
Dcffgload.c257 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()
2742 FT_Bool hinting, scaled, force_scaling; in cff_slot_load() local
2925 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in cff_slot_load()
2928 glyph->hint = hinting; in cff_slot_load()
2942 cff_decoder_init( &decoder, face, size, glyph, hinting, in cff_slot_load()
2983 hinting = FALSE; in cff_slot_load()
2985 glyph->hint = hinting; in cff_slot_load()
[all …]
Dcffgload.h209 FT_Bool hinting,
/external/harfbuzz_ng/test/shaping/
Drecord-test.sh48 --no-hinting \
/external/skia/gm/
Dtypeface.cpp243 for (const SkPaint::Hinting& hinting : hintingTypes) { local
244 paint.setHinting(hinting);
/external/llvm/test/CodeGen/Thumb2/
D2013-02-19-tail-call-register-hint.ll4 ; callee-saved register. Register hinting from t2LDRDri was getting this
/external/pdfium/third_party/freetype/include/freetype/internal/
Dpsaux.h489 FT_Bool hinting );
648 FT_Bool hinting,
/external/freetype/include/freetype/internal/
Dpsaux.h490 FT_Bool hinting );
649 FT_Bool hinting,
/external/harfbuzz_ng/src/
Dhb-ot-layout-common-private.hh1673 return u.hinting.get_x_delta (font); in get_x_delta()
1685 return u.hinting.get_y_delta (font); in get_y_delta()
1699 return_trace (u.hinting.sanitize (c)); in sanitize()
1710 HintingDevice hinting; member
/external/fonttools/Lib/fontTools/
Dsubset.py207 if not options.hinting:
243 if not options.hinting:
267 if not options.hinting:
299 if not options.hinting:
336 if not options.hinting:
373 if not options.hinting:
1320 if not options.hinting:
1596 if not options.hinting:
1827 hinting = True variable in Options
1943 (tag in self.options.hinting_tables and not self.options.hinting)):
/external/llvm/test/CodeGen/ARM/
Dldrd.ll37 ; regalloc hinting. So, this doubles as a register allocation
39 ; because of its *lack* of hinting ability. Whereas RAGreedy keeps
/external/freetype/src/autofit/
Dafblue.dat377 // During the hinting process, all coordinate values between those two lines
482 // Define a blue zone for horizontal hinting (i.e., vertical blue
483 // zones). If not set, this is a blue zone for vertical hinting.

12