IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25297


Ignore:
Timestamp:
Sep 8, 2009, 4:28:30 PM (17 years ago)
Author:
eugene
Message:

fix calculation of start and stop pixels to display all pixels consistently between zoom factors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20090715/Ohana/src/kapa2/include/prototypes.h

    r25034 r25297  
    179179void          Image_to_Picture    PROTO((double *x1, double *y1, double x2, double y2, Picture *picture));
    180180void          Image_to_Screen     PROTO((double *x1, double *y1, double x2, double y2, Picture *picture));
    181 void          Picture_Lower       PROTO((int *i_start, int *j_start, Matrix *matrix, Picture *picture));
    182 void          Picture_Upper       PROTO((int *i_end, int *j_end, Matrix *matrix, Picture *picture));
     181void          Picture_Lower       PROTO((int *i_start, int *j_start, int *I_start, int *J_start, Matrix *matrix, Picture *picture));
     182void          Picture_Upper       PROTO((int *i_end, int *j_end, int i_start, int j_start, Matrix *matrix, Picture *picture));
    183183
    184184void          DragColorbar        PROTO((Graphic *graphic, KapaImageWidget *image, XButtonEvent *mouse_event));
Note: See TracChangeset for help on using the changeset viewer.