Home
last modified time | relevance | path

Searched refs:org_bottom (Results 1 – 3 of 3) sorted by relevance

/external/freetype/src/pshinter/
Dpshglob.c289 zone->org_bottom = zone->org_ref; in psh_blues_set_zones()
313 zone->org_bottom = zone->org_delta + zone->org_ref; in psh_blues_set_zones()
331 zone->org_bottom -= fuzz; in psh_blues_set_zones()
339 bot = zone[1].org_bottom; in psh_blues_set_zones()
343 zone[0].org_top = zone[1].org_bottom = top + delta / 2; in psh_blues_set_zones()
347 zone[1].org_bottom = bot - fuzz; in psh_blues_set_zones()
455 zone->cur_bottom = FT_MulFix( zone->org_bottom, scale ) + delta; in psh_blues_scale_zones()
549 delta = stem_top - zone->org_bottom; in psh_blues_snap_stem()
575 if ( stem_bot >= zone->org_bottom - blues->blue_fuzz ) in psh_blues_snap_stem()
Dpshglob.h97 FT_Int org_bottom; member
Dpshalgo.c1786 FT_Pos delta = y - zone->org_bottom; in psh_glyph_find_blue_points()
1814 if ( y >= zone->org_bottom - blues->blue_fuzz ) in psh_glyph_find_blue_points()