Home
last modified time | relevance | path

Searched refs:StopLetter (Results 1 – 11 of 11) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dudvseq.c669 Int4 StartLetter,StopLetter; in UDV_IsTranslationNeeded() local
693 UDV_ComputeBspCoordRangeinPGP(pgp,&StartLetter, &StopLetter); in UDV_IsTranslationNeeded()
697 StopLetter=pgp->StopLetter; in UDV_IsTranslationNeeded()
708 if (context->ivals[i+2]>StopLetter){ in UDV_IsTranslationNeeded()
718 if (context->ivals[i-2]>StopLetter){ in UDV_IsTranslationNeeded()
753 Int4 BeginLines=0,PosFeat,StartLetter,StopLetter; in UDV_ParaGFTableFeatures() local
830 UDV_ComputeBspCoordRangeinPGP(pgp,&StartLetter, &StopLetter); in UDV_ParaGFTableFeatures()
834 StopLetter=pgp->StopLetter; in UDV_ParaGFTableFeatures()
855 if(StopLetter>=context->left && StartLetter<=context->right){ in UDV_ParaGFTableFeatures()
1168 pgp->StopLetter=stop; in UDV_CreateParaGList()
[all …]
H A Dpgppop.c674 stop,from_bsp,pgp->StopLetter-pgp->StartLetter, in DDV_DispFeaturesForPGP()
728 OldLineSize=pgp->StopLetter-pgp->StartLetter+1; in DDV_ResetParaGSeqAlignCoord()
730 pgp->StopLetter=pgp->StartLetter+_min_(LineSize,OldLineSize)-1; in DDV_ResetParaGSeqAlignCoord()
895 pgp1->StartLetter=pgp1->StopLetter=startPgpPos2; in DDV_PopDisplay2()
933 nCharToCopy=MIN(segsize,cbl-(pgp1->StopLetter-pgp1->StartLetter)); in DDV_PopDisplay2()
934 pgp1->StopLetter+=nCharToCopy; in DDV_PopDisplay2()
967 if (pgp1->StopLetter-pgp1->StartLetter>=cbl){ in DDV_PopDisplay2()
968 pgp1->StopLetter--;/*swith to zero-based*/ in DDV_PopDisplay2()
997 if (pgp2 && ((pgp2->StopLetter-pgp2->StartLetter+1)>=AbsLengthAli)) { in DDV_PopDisplay2()
998 pgp2->StopLetter=pgp2->StartLetter+AbsLengthAli-1; in DDV_PopDisplay2()
[all …]
H A Dudvseq.h193 Int4 StopLetter; /*last letter of the bioseq to show*/ member
H A Dsamutil.c1093 ASSERT(DispCoordStop == pgp->StopLetter); in DDE_Verify()
3007 pgp->StopLetter--; in DDE_RemoveGapFromStartOfAllRows()
3058 pgp->StopLetter--; in DDE_RemoveGapFromEndOfAllRows()
3090 pgp->StopLetter++; in DDE_AddGapToStartOfAllRows()
3122 pgp->StopLetter++; in DDE_AddGapToEndOfAllRows()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dudvgraph.c650 *to_bsp=pgp->StopLetter; in UDV_GetCurrentDispRange()
749 if (pos>pgp->StopLetter) pos=pgp->StopLetter; in UDV_calc_pos()
887 OccupyTo=pgp->StopLetter; in UDV_click_item()
2987 if (stop<pgp->StopLetter){ in UDV_Draw_features()
2994 else if(stop==pgp->StopLetter){ in UDV_Draw_features()
3001 if (stop<pgp->StopLetter){ in UDV_Draw_features()
3294 umip->right=((pgp->StopLetter-pgp->StartLetter)+((pgp->StopLetter-pgp->StartLetter)/ in UDV_Draw_features_MAP()
3621 stop=pgp->StopLetter+2; in UDV_Draw_sequence()
3785 stop=StopLetter+2; in UDV_Draw_scale()
3787 stop=StopLetter+1; in UDV_Draw_scale()
[all …]
H A Dudvpanel.c537 if (bsp_pos>=pgp->StartLetter && bsp_pos<=pgp->StopLetter){ in UDV_GetParaGNodeGivenPos()
631 stop_inval=_min_(bsp_stop,pgp->StopLetter); in UDV_MSG_SELECT()
1367 if (nLettre>=pgp->StartLetter && nLettre<=pgp->StopLetter){ in PanelOrgChange()
1839 if (nLettre>=pgp->StartLetter && nLettre<=pgp->StopLetter){ in UDV_resize_viewer()
2577 stop_seq=pgp->StopLetter; in UDV_create_buffer()
2687 stop_seq=pgp->StopLetter; in UDV_analyse_buffer()
H A Dudviewer.h617 Int4 StartLetter,Int4 StopLetter,RecT PNTR rc,Int2 LeftDecal,
/dports/biology/ncbi-toolkit/ncbi/ddv/
H A Dddvgraph.c844 szSeq=(CharPtr)MemNew((pgp->StopLetter-pgp->StartLetter+2)*sizeof(Char)); in DDV_DrawParaG()
877 to_pgp=_min_(pgp->StopLetter,to); in DDV_DrawParaG()
1167 (pgp->StopLetter>=from_col && pgp->StopLetter<=to_col)|| in DDV_DrawPanelContent_H()
1168 (pgp->StartLetter<=from_col && pgp->StopLetter>=to_col)){ in DDV_DrawPanelContent_H()
1171 to_pgp=pgp->StopLetter; in DDV_DrawPanelContent_H()
1193 nColsDraw+=(pgp->StopLetter-pgp->StartLetter); in DDV_DrawPanelContent_H()
H A Dddvcreate.c483 pgp->StopLetter = amp->to_m = to - 1; in DDV_CreateDisplayFromIndex_1()
485 pgp->StopLetter = amp->to_m = i + LineSize -1; in DDV_CreateDisplayFromIndex_1()
569 pgp->StopLetter = mpplp->LengthAli; in DDV_CreateDisplayFromIndex_2()
572 pgp->StopLetter = i + LineSize -1; in DDV_CreateDisplayFromIndex_2()
630 if (mtdp->to>pgp->StopLetter){ in DDV_CreateDisplayFromIndex_2()
631 ReportSpacer=mtdp->to-pgp->StopLetter; in DDV_CreateDisplayFromIndex_2()
632 mtdp->to=pgp->StopLetter; in DDV_CreateDisplayFromIndex_2()
760 pgp->StopLetter = to; in DDV_CreateDisplayFromIndex_EX2()
763 pgp->StopLetter = i + LineSize -1; in DDV_CreateDisplayFromIndex_EX2()
1029 pgp->StopLetter=_min_(pgp->StartLetter+LineSize-1,mpplp->LengthAli-1); in DDV_PopulateDisplayForDisc()
[all …]
H A Dddvopen.c3287 if (pgp->StopLetter<from_disp) { in DDV_GetMtdpListForEditor()
3343 if (pgp->StopLetter>=to_disp) break; in DDV_GetMtdpListForEditor()
3414 pgp->StopLetter = diff; in DDV_CreateDataForEditor()
H A Dddvclick.c644 if (Disp_coord>=pgp->StartLetter && Disp_coord<=pgp->StopLetter){ in DDV_GetPGPGivenRowAndCol()
694 if (mouse_col>=pgp->StartLetter && mouse_col<=pgp->StopLetter){ in DDV_GetCoordsGivenAClickAndScrollPos()