[smooth] Re-enable new line renderer on 64-bit archs.
* src/smooth/ftgrays (gray_render_line): Conditionally re-enable new implementation, where it is safe from overflows.
This commit is contained in:
parent
9cf232ed66
commit
77180c7adc
@ -1,3 +1,10 @@
|
||||
2016-06-08 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
[smooth] Re-enable new line renderer on 64-bit archs.
|
||||
|
||||
* src/smooth/ftgrays (gray_render_line): Conditionally re-enable new
|
||||
implementation, where it is safe from overflows.
|
||||
|
||||
2016-06-08 Alexei Podtelezhnikov <apodtele@gmail.com>
|
||||
|
||||
[smooth] Minor clean-ups.
|
||||
|
@ -694,7 +694,7 @@ typedef ptrdiff_t FT_PtrDist;
|
||||
gray_set_cell( RAS_VAR_ ex, ey );
|
||||
}
|
||||
|
||||
#if 1
|
||||
#ifndef FT_LONG64
|
||||
|
||||
/*************************************************************************/
|
||||
/* */
|
||||
|
Loading…
Reference in New Issue
Block a user