Home | History | Annotate | Download | only in fxge

Lines Matching defs:start_col

207                           int start_col,
227 uint8_t* src_scan = src_buf + row * src_pitch + (start_col - left) * 3;
228 uint8_t* dest_scan = dest_buf + dest_row * dest_pitch + start_col * Bpp;
231 for (int col = start_col; col < end_col; ++col) {
247 if (start_col > left)
251 for (int col = start_col + 1; col < end_col - 1; ++col) {
259 if (start_col > left) {
265 for (int col = start_col + 1; col < end_col - 1; ++col) {
273 for (int col = start_col; col < end_col; ++col) {
287 int src_value = start_col > left ? AverageRgb(&src_scan[-1])
291 if (start_col > left)
298 for (int col = start_col + 1; col < end_col; ++col) {
312 start_col > left ? AverageRgb(&src_scan[-2]) : src_scan[0] / 3;
315 if (start_col > left) {
323 for (int col = start_col + 1; col < end_col; ++col) {
1063 int start_col =
1072 if (start_col >= end_col)
1076 top.ValueOrDie(), start_col, end_col, bNormal,