Home
last modified time | relevance | path

Searched refs:blue_fuzz (Results 1 – 23 of 23) sorted by relevance

/external/freetype/src/pshinter/
Dpshglob.c572 if ( delta < -blues->blue_fuzz ) in psh_blues_snap_stem()
575 if ( stem_top <= zone->org_top + blues->blue_fuzz ) in psh_blues_snap_stem()
594 if ( delta < -blues->blue_fuzz ) in psh_blues_snap_stem()
597 if ( stem_bot >= zone->org_bottom - blues->blue_fuzz ) in psh_blues_snap_stem()
703 priv->other_blues, priv->blue_fuzz, 0 ); in psh_globals_new()
707 priv->family_other_blues, priv->blue_fuzz, 1 ); in psh_globals_new()
736 globals->blues.blue_fuzz = priv->blue_fuzz; in psh_globals_new()
Dpshglob.h126 FT_Int blue_fuzz; member
Dpshalgo.c1774 if ( delta < -blues->blue_fuzz ) in psh_glyph_find_blue_points()
1777 if ( y <= zone->org_top + blues->blue_fuzz ) in psh_glyph_find_blue_points()
1796 if ( delta < -blues->blue_fuzz ) in psh_glyph_find_blue_points()
1799 if ( y >= zone->org_bottom - blues->blue_fuzz ) in psh_glyph_find_blue_points()
/external/pdfium/third_party/freetype/src/pshinter/
Dpshglob.c572 if ( delta < -blues->blue_fuzz ) in psh_blues_snap_stem()
575 if ( stem_top <= zone->org_top + blues->blue_fuzz ) in psh_blues_snap_stem()
594 if ( delta < -blues->blue_fuzz ) in psh_blues_snap_stem()
597 if ( stem_bot >= zone->org_bottom - blues->blue_fuzz ) in psh_blues_snap_stem()
703 priv->other_blues, priv->blue_fuzz, 0 ); in psh_globals_new()
707 priv->family_other_blues, priv->blue_fuzz, 1 ); in psh_globals_new()
736 globals->blues.blue_fuzz = priv->blue_fuzz; in psh_globals_new()
Dpshglob.h126 FT_Int blue_fuzz; member
Dpshalgo.c1787 if ( delta < -blues->blue_fuzz ) in psh_glyph_find_blue_points()
1790 if ( y <= zone->org_top + blues->blue_fuzz ) in psh_glyph_find_blue_points()
1809 if ( delta < -blues->blue_fuzz ) in psh_glyph_find_blue_points()
1812 if ( y >= zone->org_bottom - blues->blue_fuzz ) in psh_glyph_find_blue_points()
/external/freetype/src/cff/
Dcfftoken.h81 CFF_FIELD_NUM ( 0x10B, blue_fuzz, "BlueFuzz" )
Dcfftypes.h165 FT_Pos blue_fuzz; member
Dcffobjs.c137 priv->blue_fuzz = (FT_Int)cpriv->blue_fuzz; in cff_make_private_dict()
Dcf2ft.c476 decoder->current_subfont->private_dict.blue_fuzz ); in cf2_getBlueMetrics()
Dcffload.c1368 priv->blue_fuzz = 1; in cff_subfont_load()
/external/pdfium/third_party/freetype/src/cff/
Dcfftoken.h81 CFF_FIELD_NUM ( 0x10B, blue_fuzz, "BlueFuzz" )
Dcfftypes.h165 FT_Pos blue_fuzz; member
Dcffobjs.c137 priv->blue_fuzz = (FT_Int)cpriv->blue_fuzz; in cff_make_private_dict()
Dcf2ft.c476 decoder->current_subfont->private_dict.blue_fuzz ); in cf2_getBlueMetrics()
Dcffload.c1368 priv->blue_fuzz = 1; in cff_subfont_load()
/external/pdfium/third_party/freetype/src/cid/
Dcidtoken.h87 T1_FIELD_NUM ( "BlueFuzz", blue_fuzz, 0 )
/external/pdfium/third_party/freetype/src/type1/
Dt1tokens.h71 T1_FIELD_NUM ( "BlueFuzz", blue_fuzz,
Dt1driver.c375 retval = sizeof ( type1->private_dict.blue_fuzz ); in t1_ps_get_font_value()
377 *((FT_Int *)value) = type1->private_dict.blue_fuzz; in t1_ps_get_font_value()
Dt1load.c2101 priv->blue_fuzz = 1; in T1_Open_Face()
/external/freetype/include/
Dt1tables.h156 FT_Int blue_fuzz; member
/external/pdfium/third_party/freetype/include/
Dt1tables.h156 FT_Int blue_fuzz; member
/external/freetype/src/pfr/
Dpfrload.c856 phy_font->blue_fuzz = PFR_NEXT_BYTE( p ); in pfr_phy_font_load()