Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkFont_serial.cpp16 // control_bits:8 size_as_byte:8 flags:12 edging:2 hinting:2
110 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()
H A DSkScalerContext.h169 * hinting, and sometimes true for other properties as well.
248 kForceAutohinting_Flag = 0x0020, // Use auto instead of bytcode hinting if hinting.
445 void SkScalerContextRec::setHinting(SkFontHinting hinting) { in setHinting() argument
447 (static_cast<unsigned>(hinting) << SkScalerContext::kHinting_Shift); in setHinting()
/third_party/skia/third_party/externals/freetype/src/cid/
H A Dcidgload.c299 0, /* hinting == 0 */
341 FT_Bool hinting; in FT_LOCAL_DEF() local
365 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_SCALE ) == 0 && in FT_LOCAL_DEF()
369 glyph->hint = hinting; in FT_LOCAL_DEF()
379 hinting, in FT_LOCAL_DEF()
398 hinting = glyph->hint; in FT_LOCAL_DEF()
487 if ( !hinting || !decoder.builder.hints_funcs ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/type1/
H A Dt1gload.c356 FT_Bool hinting; in FT_LOCAL_DEF() local
404 hinting = FT_BOOL( !( load_flags & FT_LOAD_NO_SCALE ) && in FT_LOCAL_DEF()
408 glyph->hint = hinting; in FT_LOCAL_DEF()
418 hinting, in FT_LOCAL_DEF()
446 hinting = glyph->hint; in FT_LOCAL_DEF()
546 /* First of all, scale the points, if we are not hinting */ in FT_LOCAL_DEF()
547 if ( !hinting || !decoder.builder.hints_funcs ) in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcffgload.c203 FT_Bool hinting, scaled, force_scaling; in FT_LOCAL_DEF() local
388 hinting = FT_BOOL( ( load_flags & FT_LOAD_NO_HINTING ) == 0 ); in FT_LOCAL_DEF()
391 glyph->hint = hinting; in FT_LOCAL_DEF()
404 decoder_funcs->init( &decoder, face, size, glyph, hinting, in FT_LOCAL_DEF()
449 hinting = FALSE; in FT_LOCAL_DEF()
451 glyph->hint = hinting; in FT_LOCAL_DEF()
643 if ( !hinting || !decoder.builder.hints_funcs ) in FT_LOCAL_DEF()
/third_party/skia/fuzz/
H A DFuzzSkParagraph.cpp226 bool hinting; in BuildParagraphStyle() local
227 fuzz->next(&hinting); in BuildParagraphStyle()
228 if (hinting) { in BuildParagraphStyle()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dmodule.mk20 $(ECHO_DRIVER)autofit $(ECHO_DRIVER_DESC)automatic hinting module$(ECHO_DRIVER_DONE)
/third_party/skia/third_party/externals/freetype/src/psaux/
H A Dcffdecode.h33 FT_Bool hinting,
H A Dpsobjs.h159 FT_Bool hinting );
206 FT_Bool hinting );
H A Dt1decode.h60 FT_Bool hinting,
H A Dpsobjs.c1570 * hinting ::
1571 * Whether hinting should be applied.
1578 FT_Bool hinting ) in t1_builder_init()
1600 if ( hinting ) in t1_builder_init()
1836 * hinting ::
1837 * Whether hinting is active.
1844 FT_Bool hinting ) in cff_builder_init()
1866 if ( hinting && size ) in cff_builder_init()
2114 * hinting ::
2115 * Whether hinting shoul
[all...]
H A Dcffdecode.c2323 * hinting ::
2324 * Whether hinting is active.
2327 * The hinting mode.
2334 FT_Bool hinting, in cff_decoder_init()
2346 cff_builder_init( &decoder->builder, face, size, slot, hinting ); in cff_decoder_init()
2330 cff_decoder_init( CFF_Decoder* decoder, TT_Face face, CFF_Size size, CFF_GlyphSlot slot, FT_Bool hinting, FT_Render_Mode hint_mode, CFF_Decoder_Get_Glyph_Callback get_callback, CFF_Decoder_Free_Glyph_Callback free_callback ) cff_decoder_init() argument
H A Dt1decode.c2102 FT_Bool hinting, in FT_LOCAL_DEF()
2124 t1_builder_init( &decoder->builder, face, size, slot, hinting ); in FT_LOCAL_DEF()
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
H A Dpsaux.h737 FT_Bool hinting );
912 FT_Bool hinting,
1028 FT_Bool hinting );
1099 * Auxiliary pointer for hinting.
1102 * Auxiliary pointer for hinting.
1222 FT_Bool hinting,
/third_party/skia/tests/
H A DFontHostTest.cpp208 SkFontHinting hinting; in test_advances() member
242 font.setHinting(settings[j].hinting); in test_advances()
252 // For no hinting and light hinting this should take the in test_advances()
/third_party/skia/gm/
H A Dtypeface.cpp238 for (const SkFontHinting& hinting : hintingTypes) { in draw_typeface_rendering_gm()
239 font.setHinting(hinting); in draw_typeface_rendering_gm()
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-common.hh3520 return u.hinting.get_x_delta (font); in get_x_delta()
3536 return u.hinting.get_y_delta (font); in get_y_delta()
3554 return_trace (u.hinting.sanitize (c)); in sanitize()
3573 return_trace (reinterpret_cast<Device *> (u.hinting.copy (c))); in copy()
3606 HintingDevice hinting; member
/third_party/skia/tools/debugger/
H A DDrawCommand.cpp47 #define DEBUGCANVAS_ATTRIBUTE_HINTING "hinting"
719 SkFontHinting hinting = font.getHinting(); in apply_font_hinting() local
720 if (hinting != SkPaintDefaults_Hinting) { in apply_font_hinting()
721 switch (hinting) { in apply_font_hinting()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftobjs.c882 * - Do only auto-hinting if we have in FT_EXPORT_DEF()
893 * - Otherwise, auto-hint for LIGHT hinting mode or if there isn't in FT_EXPORT_DEF()
894 * any hinting bytecode in the TrueType/OpenType font. in FT_EXPORT_DEF()
947 FT_AutoHinter_Interface hinting; in FT_EXPORT_DEF() local
976 hinting = (FT_AutoHinter_Interface)hinter->clazz->module_interface; in FT_EXPORT_DEF()
978 error = hinting->load_glyph( (FT_AutoHinter)hinter, in FT_EXPORT_DEF()
1218 /* discard auto-hinting data */ in destroy_face()

Completed in 29 milliseconds