Home | History | Annotate | Download | only in libgettextpo

Lines Matching defs:piece_width

983   int piece_width;
990 piece_width = 0;
1003 if (last_p != NULL && last_column + piece_width > width)
1017 piece_width = 0;
1028 last_column += piece_width;
1029 piece_width = 0;
1038 piece_width += w;
1048 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
1055 return last_column + piece_width;
1069 int piece_width;
1076 piece_width = 0;
1089 if (last_p != NULL && last_column + piece_width > width)
1103 piece_width = 0;
1114 last_column += piece_width;
1115 piece_width = 0;
1124 piece_width += w;
1134 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
1141 return last_column + piece_width;
1153 int piece_width;
1160 piece_width = 0;
1172 if (last_p != NULL && last_column + piece_width > width)
1186 piece_width = 0;
1197 last_column += piece_width;
1198 piece_width = 0;
1207 piece_width += w;
1217 if (last_p != NULL && last_column + piece_width + at_end_columns > width)
1224 return last_column + piece_width;