* src/raster/ftraster.c: Comments.

This commit is contained in:
Alexei Podtelezhnikov 2023-11-14 23:06:41 -05:00
parent aec7e717fb
commit 6dc2ecb757
1 changed files with 5 additions and 9 deletions

View File

@ -625,10 +625,6 @@
* aState ::
* The state/orientation of the new profile.
*
* overshoot ::
* Whether the profile's unrounded start position
* differs by at least a half pixel.
*
* @Return:
* SUCCESS on success. FAILURE in case of overflow or of incoherent
* profile.
@ -706,11 +702,6 @@
* @Description:
* Finalize the current profile and record y-turns.
*
* @Input:
* overshoot ::
* Whether the profile's unrounded end position differs
* by at least a half pixel.
*
* @Return:
* SUCCESS on success. FAILURE in case of overflow or incoherency.
*/
@ -1588,6 +1579,11 @@
*
* @Return:
* SUCCESS on success, FAILURE on error.
*
* @Note:
* Unlike FT_Outline_Decompose(), this function handles the scanmode
* dropout tags in the individual contours. Therefore, it cannot be
* replaced.
*/
static Bool
Decompose_Curve( RAS_ARGS Int first,