Home | History | Annotate | Download | only in agg23

Lines Matching refs:col_end

397         int col_end = (span_left + span_len) < clip_right ? span_len : (clip_right - span_left);
407 for (int col = col_start; col < col_end; col ++) {
438 col_end; col ++) {
460 for (int col = col_start; col < col_end; col ++) {
500 for (int col = col_start; col < col_end; col ++) {
529 for (int col = col_start; col < col_end; col ++) {
555 for (int col = col_start; col < col_end; col ++) {
581 int col_end = (span_left + span_len) < clip_right ? span_len : (clip_right - span_left);
593 for (int col = col_start; col < col_end; col ++) {
617 int col_end = (span_left + span_len) < clip_right ? span_len : (clip_right - span_left);
620 for (int col = col_start; col < col_end; col ++) {
653 for (int col = col_start; col < col_end; col ++) {
677 int col_end = (span_left + span_len) < clip_right ? span_len : (clip_right - span_left);
680 for (int col = col_start; col < col_end; col ++) {
715 for (int col = col_start; col < col_end; col ++) {
763 int col_end = (span_left + span_len) < clip_right ? span_len : (clip_right - span_left);
766 for (int col = col_start; col < col_end; col ++) {
798 for (int col = col_start; col < col_end; col ++) {
838 for (int col = col_start; col < col_end; col ++) {
884 int col_end = (span_left + span_len) < clip_right ? span_len : (clip_right - span_left);
887 for (int col = col_start; col < col_end; col ++) {
926 for (int col = col_start; col < col_end; col ++) {