* 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 :: * aState ::
* The state/orientation of the new profile. * The state/orientation of the new profile.
* *
* overshoot ::
* Whether the profile's unrounded start position
* differs by at least a half pixel.
*
* @Return: * @Return:
* SUCCESS on success. FAILURE in case of overflow or of incoherent * SUCCESS on success. FAILURE in case of overflow or of incoherent
* profile. * profile.
@ -706,11 +702,6 @@
* @Description: * @Description:
* Finalize the current profile and record y-turns. * 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: * @Return:
* SUCCESS on success. FAILURE in case of overflow or incoherency. * SUCCESS on success. FAILURE in case of overflow or incoherency.
*/ */
@ -1588,6 +1579,11 @@
* *
* @Return: * @Return:
* SUCCESS on success, FAILURE on error. * 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 static Bool
Decompose_Curve( RAS_ARGS Int first, Decompose_Curve( RAS_ARGS Int first,