Home
last modified time | relevance | path

Searched refs:bsp_coord (Results 1 – 6 of 6) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/ddv/
H A Dddvclick.c655 Int4Ptr bsp_coord, Int4Ptr SeqAlign_coord, Int4Ptr Disp_coord, in DDV_GetCoordsGivenAClickAndScrollPos() argument
729 *bsp_coord=DDV_GetBspCoordGivenDispCoord(TheParaG,mouse_col); in DDV_GetCoordsGivenAClickAndScrollPos()
983 if (bsp_coord==(Int4)-1){/*this is a gap*/ in DDV_SendBSPSelectMsg_OLD()
998 first_bsp_coord=bsp_coord; in DDV_SendBSPSelectMsg_OLD()
1003 bsp_pos=bsp_coord; in DDV_SendBSPSelectMsg_OLD()
1023 if (first_bsp_coord>bsp_coord) in DDV_SendBSPSelectMsg_OLD()
1024 swap(&first_bsp_coord,&bsp_coord); in DDV_SendBSPSelectMsg_OLD()
1493 &bsp_coord,&SeqAlign_coord,&Disp_coord,&Line_num, in DDV_ClickProc()
1499 if (shftKey && bsp_coord!=(Int4)-1){ in DDV_ClickProc()
1504 bsp_iID, bsp_coord, &old_pos, TRUE); in DDV_ClickProc()
[all …]
H A Dddvcreate.c2944 Int4 bsp_coord; in DDV_LayoutGap() local
2965 if (bsp_coord>=0){ in DDV_LayoutGap()
2966 dccp=DDV_GetColor(pcg,NULL,row2+1,bsp_coord); in DDV_LayoutGap()
2970 DDV_SetColor(pcg,NULL,row2+1,bsp_coord,dccp); in DDV_LayoutGap()
2975 DDV_SetColor(pcg, NULL, row2+1, bsp_coord, &dcc); in DDV_LayoutGap()
3072 Int4 bsp_coord; in DDV_SetISOClr() local
3074 bsp_coord=DDV_GetBspCoordGivenDispCoord(pgp,disp_coord); in DDV_SetISOClr()
3075 if (bsp_coord>=0){ in DDV_SetISOClr()
3076 dccp=DDV_GetColor(pcg,NULL,row+1,bsp_coord); in DDV_SetISOClr()
3083 DDV_SetColor(pcg,NULL,row+1,bsp_coord,dccp); in DDV_SetISOClr()
[all …]
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dpgppop.c1205 Int4 pos,taille,stop,bsp_coord; in DDV_Print_Sequence() local
1241 if (bsp_coord!=(Int4)-1)/*bsp letter*/ in DDV_Print_Sequence()
1494 Int4 pgp_start,diff,bsp_coord; in DDV_GetBspCoordGivenDispCoord2() local
1496 bsp_coord=(Int4)-1; in DDV_GetBspCoordGivenDispCoord2()
1498 return bsp_coord; in DDV_GetBspCoordGivenDispCoord2()
1508 bsp_coord=mtdp->to-(bsp_coord-mtdp->from); in DDV_GetBspCoordGivenDispCoord2()
1513 bsp_coord=(Int4)-1; in DDV_GetBspCoordGivenDispCoord2()
1521 return(bsp_coord); in DDV_GetBspCoordGivenDispCoord2()
1540 Int4 bsp_coord; in DDV_GetBspCoordGivenPgpList() local
1544 bsp_coord=(Int4)-1; in DDV_GetBspCoordGivenPgpList()
[all …]
H A Dudvseq.h304 NLM_EXTERN Int4 UDV_RevertBioSeqCoord(Int4 bsp_coord,Int4 bsp_length);
H A Dudvseq.c1392 NLM_EXTERN Int4 UDV_RevertBioSeqCoord(Int4 bsp_coord,Int4 bsp_length) in UDV_RevertBioSeqCoord() argument
1394 return(bsp_length-bsp_coord); in UDV_RevertBioSeqCoord()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dudvgraph.c1223 static void UDV_SendBSPSelectMsg(ViewerDialogDataPtr vdp,Int4 bsp_coord, in UDV_SendBSPSelectMsg() argument
1247 vdp->UDV_ms.old_col=bsp_coord; in UDV_SendBSPSelectMsg()
1253 bsp_coord=UDV_RevertBioSeqCoord(bsp_coord,vdp->bsp_i.bspLength); in UDV_SendBSPSelectMsg()
1257 if (first_bsp_coord>bsp_coord) in UDV_SendBSPSelectMsg()
1258 swap(&first_bsp_coord,&bsp_coord); in UDV_SendBSPSelectMsg()
1274 bsp_iID, bsp_coord, &old_pos, TRUE); in UDV_SendBSPSelectMsg()
1277 slp = SeqLocIntNew (first_bsp_coord, bsp_coord, direction, in UDV_SendBSPSelectMsg()