Searched refs:hinting (Results 1 - 25 of 30) sorted by relevance

12

/external/freetype/src/psaux/
H A Dt1decode.h51 FT_Bool hinting,
H A Dpsobjs.h159 FT_Bool hinting );
H A Dpsobjs.c1523 /* hinting :: Whether hinting should be applied. */
1530 FT_Bool hinting )
1552 if ( hinting )
H A Dt1decode.c1576 FT_Bool hinting,
1598 t1_builder_init( &decoder->builder, face, size, slot, hinting );
/external/pdfium/third_party/freetype/src/psaux/
H A Dt1decode.h51 FT_Bool hinting,
H A Dpsobjs.h159 FT_Bool hinting );
H A Dpsobjs.c1528 /* hinting :: Whether hinting should be applied. */
1535 FT_Bool hinting )
1557 if ( hinting )
/external/harfbuzz_ng/test/shaping/
H A Drecord-test.sh48 --no-hinting \
/external/skia/tests/
H A DFontObjTest.cpp52 SkPaint::Hinting hinting; member in struct:__anon17228
84 paint.setHinting(settings[j].hinting);
96 // For no hinting and light hinting this should take the
H A DFontHostTest.cpp252 SkPaint::Hinting hinting; member in struct:__anon17224
284 paint.setHinting(settings[j].hinting);
294 // For no hinting and light hinting this should take the
H A DPaintTest.cpp210 const SkPaint::Hinting hinting[] = { local
251 FOR_SETUP(j, hinting, setHinting)
/external/freetype/src/cff/
H A Dcffgload.h82 /* hints_funcs :: Auxiliary pointer for hinting. */
84 /* hints_globals :: Auxiliary pointer for hinting. */
209 FT_Bool hinting,
H A Dcffgload.c250 /* hinting :: Whether hinting is active. */
257 FT_Bool hinting )
279 if ( hinting && size )
378 /* hinting :: Whether hinting is active. */
380 /* hint_mode :: The hinting mode. */
387 FT_Bool hinting,
397 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2742 FT_Bool hinting, scale local
383 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode ) argument
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcffgload.h82 /* hints_funcs :: Auxiliary pointer for hinting. */
84 /* hints_globals :: Auxiliary pointer for hinting. */
209 FT_Bool hinting,
H A Dcffgload.c250 /* hinting :: Whether hinting is active. */
257 FT_Bool hinting )
279 if ( hinting && size )
378 /* hinting :: Whether hinting is active. */
380 /* hint_mode :: The hinting mode. */
387 FT_Bool hinting,
397 cff_builder_init( &decoder->builder, face, size, slot, hinting );
2616 FT_Bool hinting, scale local
383 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode ) argument
[all...]
/external/pdfium/third_party/freetype/src/cid/
H A Dcidgload.c236 0, /* hinting == 0 */
278 FT_Bool hinting; local
300 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 &&
311 hinting,
412 if ( !hinting || !decoder.builder.hints_funcs )
/external/pdfium/third_party/freetype/src/type1/
H A Dt1gload.c278 FT_Bool hinting; local
324 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 &&
335 FT_BOOL( hinting ),
461 /* First of all, scale the points, if we are not hinting */
462 if ( !hinting || ! decoder.builder.hints_funcs )
/external/skia/src/core/
H A DSkScalerContext.h129 * hinting, and sometimes true for other properties as well.
190 kForceAutohinting_Flag = 0x0020, // Use auto instead of bytcode hinting if hinting.
376 void SkScalerContextRec::setHinting(SkPaint::Hinting hinting) { argument
378 (hinting << SkScalerContext::kHinting_Shift);
/external/skia/gm/
H A Dtypeface.cpp243 for (const SkPaint::Hinting& hinting : hintingTypes) {
244 paint.setHinting(hinting);
/external/freetype/include/freetype/internal/
H A Dpsaux.h490 FT_Bool hinting );
649 FT_Bool hinting,
/external/pdfium/third_party/freetype/include/freetype/internal/
H A Dpsaux.h489 FT_Bool hinting );
648 FT_Bool hinting,
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-common-private.hh1673 return u.hinting.get_x_delta (font);
1685 return u.hinting.get_y_delta (font);
1699 return_trace (u.hinting.sanitize (c));
1710 HintingDevice hinting; member in union:OT::Device::__anon7067
/external/skia/src/ports/
H A DSkFontHost_mac.cpp1242 * we want to retain hinting in the direction orthogonal to the baseline.
1243 * e.g. for horizontal baseline, we want to retain hinting in Y.
1244 * The way we remove hinting is to scale the font by some value (4) in that
1250 // now see if we need to restore hinting for axis-aligned baselines
1253 scaleY = SK_Scalar1; // want hinting in the Y direction
1256 scaleX = SK_Scalar1; // want hinting in the X direction
2000 // Normal hinting will cause the A8 masks to be generated from CoreGraphics subpixel masks.
2014 // Only two levels of hinting are supported.
2017 // If there is no lcd support, hinting (dilation) cannot be supported.
2018 SkPaint::Hinting hinting local
[all...]
/external/fonttools/Lib/fontTools/
H A 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:
1606 # - Dropping hinting then consists of the following two ops:
1627 # Drop font-wide hinting value
1827 hinting = True variable in class:Options
[all...]
/external/fonttools/Tools/fontTools/
H A 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:
1606 # - Dropping hinting then consists of the following two ops:
1627 # Drop font-wide hinting value
1827 hinting = True variable in class:Options
[all...]

Completed in 498 milliseconds

12