Home | History | Annotate | Download | only in smooth

Lines Matching refs:yMax

1645     TPos  xMin, yMin, xMax, yMax;
1655 yMax = 0;
1664 yMin = yMax = vec->y;
1678 if ( y > yMax ) yMax = y;
1684 acbox->yMax = yMax;
1743 const TCoord yMax = ras.max_ey;
1748 size_t height = (size_t)( yMax - yMin );
1770 for ( y = yMin; y < yMax; )
1774 ras.max_ey = FT_MIN( y, yMax );
1897 cbox.yMin < -0x1000000L || cbox.yMax > 0x1000000L )
1904 cbox.yMax = ( cbox.yMax + 63 ) >> 6;
1913 clip.yMax = (FT_Pos)target_map->rows;
1922 clip.yMax = 32767L;
1929 ras.max_ey = FT_MIN( cbox.yMax, clip.yMax );