Home | History | Annotate | Download | only in pshinter

Lines Matching defs:zone

71     table->zone      = 0;
198 table->zone = 0;
492 /* the top of the stem is aligned against a blue zone */
497 /* the bottom of the stem is aligned against a blue zone */
716 /* the top of the stem is aligned against a blue zone */
721 /* the bottom of the stem is aligned against a blue zone */
905 psh_print_zone( PSH_Zone zone )
907 printf( "zone [scale,delta,min,max] = [%.3f,%.3f,%d,%d]\n",
908 zone->scale / 65536.0,
909 zone->delta / 64.0,
910 zone->min,
911 zone->max );
1750 /* find points in a glyph which are in a blue zone and have `in' or */
1757 PSH_Blue_Zone zone;
1782 zone = table->zones;
1784 for ( ; blue_count > 0; blue_count--, zone++ )
1786 FT_Pos delta = y - zone->org_bottom;
1792 if ( y <= zone->org_top + blues->blue_fuzz )
1795 point->cur_u = zone->cur_bottom;
1804 zone = table->zones + blue_count - 1;
1806 for ( ; blue_count > 0; blue_count--, zone-- )
1808 FT_Pos delta = zone->org_top - y;
1814 if ( y >= zone->org_bottom - blues->blue_fuzz )
1817 point->cur_u = zone->cur_top;
2142 /* on the left of the interpolation zone */
2147 /* on the right on the interpolation zone */
2152 /* within the interpolation zone */