Lines Matching full:border
100 FIXVAR, /*!< bs_frame_class: leading frame border is fixed, trailing frame border is variable */
101 VARFIX, /*!< bs_frame_class: leading frame border is variable, trailing frame border is fixed */
103 ,FIXFIXonly /*!< bs_frame_class: leading border fixed (0), trailing border fixed (nrTimeSlots) and encased borders are dynamically derived from the tranPos */
198 INT bs_abs_bord; /*!< bs_abs_bord, absolute border for VARFIX and FIXVAR */
200 INT p; /*!< pointer-to-transient-border */
204 INT bs_abs_bord_0; /*!< bs_abs_bord_0, leading absolute border for VARVAR */
205 INT bs_abs_bord_1; /*!< bs_abs_bord_1, trailing absolute border for VARVAR */
206 INT bs_num_rel_0; /*!< bs_num_rel_0, number of relative borders associated with leading absolute border for VARVAR */
207 INT bs_num_rel_1; /*!< bs_num_rel_1, number of relative borders associated with trailing absolute border for VARVAR */
208 INT bs_rel_bord_0[MAX_NUM_REL]; /*!< bs_rel_bord_0, relative borders associated with leading absolute border for VARVAR */
209 INT bs_rel_bord_1[MAX_NUM_REL]; /*!< bs_rel_bord_1, relative borders associated with trailing absolute border for VARVAR */
273 INT i_tranFollow; /*!< points to transient border in v_bordFollow (may be negative, see keepForFollowUp()) */
274 INT i_fillFollow; /*!< points to first fill border in v_bordFollow */