From c52fe5b4aab114bb3cc6835a168b9aa43602e43d Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 4 Nov 2011 02:03:54 +0100 Subject: [PATCH] Shuffle code block. --- src/tafpgm.c | 73 +++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 38 deletions(-) diff --git a/src/tafpgm.c b/src/tafpgm.c index 0ca7fa7..872a575 100644 --- a/src/tafpgm.c +++ b/src/tafpgm.c @@ -2503,41 +2503,6 @@ unsigned char FPGM(bci_action_serif_common) [] = { /* - * bci_action_serif - * - * Handle the SERIF action to align a serif with its base. - * - * in: serif_point (in twilight zone) - * base_point (in twilight zone) - * ... stuff for bci_align_segments (serif) ... - * - * uses: bci_action_serif_common - */ - -unsigned char FPGM(bci_action_serif) [] = { - - PUSHB_1, - bci_action_serif, - FDEF, - - PUSHB_1, - bci_action_serif_common, - CALL, - - MDAP_noround, /* set rp0 and rp1 to `serif_point' */ - - PUSHB_2, - bci_align_segments, - 1, - SZP1, /* set zp1 to normal zone 1 */ - CALL, - - ENDF, - -}; - - -/* * bci_lower_bound * * Move an edge if necessary to stay within a lower bound. @@ -2546,7 +2511,6 @@ unsigned char FPGM(bci_action_serif) [] = { * bound */ - unsigned char FPGM(bci_lower_bound) [] = { PUSHB_1, @@ -2589,7 +2553,6 @@ unsigned char FPGM(bci_lower_bound) [] = { * bound */ - unsigned char FPGM(bci_upper_bound) [] = { PUSHB_1, @@ -2633,7 +2596,6 @@ unsigned char FPGM(bci_upper_bound) [] = { * upper */ - unsigned char FPGM(bci_lower_upper_bound) [] = { PUSHB_1, @@ -2682,6 +2644,41 @@ unsigned char FPGM(bci_lower_upper_bound) [] = { /* + * bci_action_serif + * + * Handle the SERIF action to align a serif with its base. + * + * in: serif_point (in twilight zone) + * base_point (in twilight zone) + * ... stuff for bci_align_segments (serif) ... + * + * uses: bci_action_serif_common + */ + +unsigned char FPGM(bci_action_serif) [] = { + + PUSHB_1, + bci_action_serif, + FDEF, + + PUSHB_1, + bci_action_serif_common, + CALL, + + MDAP_noround, /* set rp0 and rp1 to `serif_point' */ + + PUSHB_2, + bci_align_segments, + 1, + SZP1, /* set zp1 to normal zone 1 */ + CALL, + + ENDF, + +}; + + +/* * bci_action_serif_lower_bound * * Handle the SERIF action to align a serif with its base, then moving it -- 2.11.4.GIT