Home | History | Annotate | Download | only in MagickCore

Lines Matching refs:top_offset

7707     top_offset,
7758 top_offset=title_height+menu_info.bevel_width-1;
7759 windows->widget.height=top_offset+number_selections*height+4;
7852 selection_info.y=(int) top_offset;
7870 y=(int) (top_offset+selection_info.height*(number_selections-1));
7902 id=(event.xbutton.y-top_offset)/(int) selection_info.height;
7909 selection_info.y=(int) (top_offset+id*selection_info.height);
7955 id=((event.xcrossing.y-top_offset)/(int) selection_info.height);
7965 (top_offset+selection_info.id*selection_info.height);
7976 (top_offset+selection_info.id*selection_info.height);
8003 selection_info.y=(int) (top_offset+id*selection_info.height);
8041 id=(event.xmotion.y-top_offset)/(int) selection_info.height;
8051 (top_offset+selection_info.id*selection_info.height);
8061 selection_info.y=(int) (top_offset+id*selection_info.height);