Home
last modified time | relevance | path

Searched refs:endrow (Results 1 – 25 of 162) sorted by relevance

1234567

/dports/emulators/mess/mame-mame0226/src/mame/video/
H A Dagat9.cpp336 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in text_update_lores()
338 for (row = beginrow; row <= endrow; row += 8) in text_update_lores()
364 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in text_update_hires()
394 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in graph_update_mono_lores()
421 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in graph_update_mono_hires()
453 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in graph_update_color_hires()
478 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in graph_update_color_lores()
542 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in text_update_apple()
564 if (endrow > cliprect.max_y) in hgr_update()
565 endrow = cliprect.max_y; in hgr_update()
[all …]
H A Dagat7.cpp166 …s(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow) in text_update_lores() argument
175 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_lores()
177 for (row = beginrow; row <= endrow; row += 8) in text_update_lores()
203 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_hires()
211 for (row = beginrow; row <= endrow; row += 8) in text_update_hires()
228 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in graph_update_mono()
230 for (int row = beginrow; row <= endrow; row++) in graph_update_mono()
252 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in graph_update_hires()
254 for (int row = beginrow; row <= endrow; row++) in graph_update_hires()
278 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in graph_update_lores()
[all …]
H A Dapple2.h53 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
54 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
55 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
57 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
58 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
59 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
60 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
61 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
62 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
63 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
[all …]
H A Dapple2.cpp432 endrow = (std::min)(endrow, cliprect.bottom()); in lores_update()
549 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in dlores_update()
736 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update()
798 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_orig()
833 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_spectrum()
866 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_dodo()
899 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_jplus()
932 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_ultr()
965 if (endrow < beginrow) in hgr_update()
1127 if (endrow < beginrow) in hgr_update_tk2000()
[all …]
H A Dagat9.h54 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
55 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
56 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
57 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
58 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
59 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
61 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
62 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
H A Dagat7.h46 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
47 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
48 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
49 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
50 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
/dports/emulators/mame/mame-mame0226/src/mame/video/
H A Dagat9.cpp336 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in text_update_lores()
338 for (row = beginrow; row <= endrow; row += 8) in text_update_lores()
364 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in text_update_hires()
394 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in graph_update_mono_lores()
421 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in graph_update_mono_hires()
453 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in graph_update_color_hires()
478 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in graph_update_color_lores()
542 endrow = std::min(endrow, cliprect.max_y - (cliprect.max_y % 8) + 7); in text_update_apple()
564 if (endrow > cliprect.max_y) in hgr_update()
565 endrow = cliprect.max_y; in hgr_update()
[all …]
H A Dagat7.cpp166 …s(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow) in text_update_lores() argument
175 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_lores()
177 for (row = beginrow; row <= endrow; row += 8) in text_update_lores()
203 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_hires()
211 for (row = beginrow; row <= endrow; row += 8) in text_update_hires()
228 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in graph_update_mono()
230 for (int row = beginrow; row <= endrow; row++) in graph_update_mono()
252 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in graph_update_hires()
254 for (int row = beginrow; row <= endrow; row++) in graph_update_hires()
278 endrow = std::min(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in graph_update_lores()
[all …]
H A Dapple2.h53 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
54 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
55 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
57 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
58 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
59 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
60 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
61 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
62 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
63 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
[all …]
H A Dapple2.cpp432 endrow = (std::min)(endrow, cliprect.bottom()); in lores_update()
549 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in dlores_update()
736 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update()
798 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_orig()
833 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_spectrum()
866 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_dodo()
899 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_jplus()
932 endrow = (std::min)(endrow, cliprect.bottom() - (cliprect.bottom() % 8) + 7); in text_update_ultr()
965 if (endrow < beginrow) in hgr_update()
1127 if (endrow < beginrow) in hgr_update_tk2000()
[all …]
H A Dagat9.h54 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
55 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
56 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
57 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
58 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
59 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
61 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
62 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
H A Dagat7.h46 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
47 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
48 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
49 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
50 …(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int beginrow, int endrow);
/dports/audio/Maaate/Maaate-0.3.1/src/tier2/
H A DsegmentData.cc216 if (endrow < 0) endrow = 0; in sum()
218 if (endrow >= rows) endrow = rows-1; in sum()
223 for (int j=startrow; j<=endrow; j++) { in sum()
238 if (endrow < 0) endrow = 0; in smin()
240 if (endrow >= rows) endrow = rows-1; in smin()
267 if (endrow < 0) endrow = 0; in smax()
269 if (endrow >= rows) endrow = rows-1; in smax()
297 if (endrow < 0) endrow = 0; in avg()
299 if (endrow >= rows) endrow = rows-1; in avg()
436 if (endrow < 0) endrow = 0; in smooth()
[all …]
H A DsegmentData.H103 double sum (int start, int end, int startrow, int endrow);
104 double smin (double start, double end, int startrow, int endrow);
105 double smax (double start, double end, int startrow, int endrow);
106 double avg (int start, int end, int startrow, int endrow);
112 bool smooth(int start, int end, int startrow, int endrow, int order);
179 int startrow, int endrow);
181 int startrow, int endrow);
183 int startrow, int endrow);
185 int startrow, int endrow);
H A Dc-segmentdata.cc159 int startrow, int endrow) in maaateA_sd_sum_part() argument
161 return sd->sum(start, end, startrow, endrow); in maaateA_sd_sum_part()
166 int startrow, int endrow) in maaateA_sd_min_part() argument
168 return sd->smin(start, end, startrow, endrow); in maaateA_sd_min_part()
173 int startrow, int endrow) in maaateA_sd_max_part() argument
175 return sd->smax(start, end, startrow, endrow); in maaateA_sd_max_part()
180 int startrow, int endrow) in maaateA_sd_avg_part() argument
182 return sd->avg(start, end, startrow, endrow); in maaateA_sd_avg_part()
/dports/math/m4rie/m4rie-release-20200115/src/
H A Dnewton_john.h227 static inline void mzed_process_rows(mzed_t *M, const rci_t startrow, const rci_t endrow, rci_t sta… in mzed_process_rows() argument
228 mzd_process_rows(M->x, startrow, endrow, startcol*M->w, M->w, T->T->x, T->L); in mzed_process_rows()
245 static inline void mzed_process_rows2(mzed_t *M, const rci_t startrow, const rci_t endrow, const rc… in mzed_process_rows2() argument
247 …mzd_process_rows2(M->x, startrow, endrow, startcol*M->w, 2*M->w, T0->T->x, T0->L, T1->T->x, T1->L); in mzed_process_rows2()
265 static inline void mzed_process_rows3(mzed_t *M, const rci_t startrow, const rci_t endrow, const rc… in mzed_process_rows3() argument
267 …mzd_process_rows3(M->x, startrow, endrow, startcol*M->w, 3*M->w, T0->T->x, T0->L, T1->T->x, T1->L,… in mzed_process_rows3()
286 static inline void mzed_process_rows4(mzed_t *M, const rci_t startrow, const rci_t endrow, const rc… in mzed_process_rows4() argument
288 …mzd_process_rows4(M->x, startrow, endrow, startcol*M->w, 4*M->w, T0->T->x, T0->L, T1->T->x, T1->L,… in mzed_process_rows4()
308 static inline void mzed_process_rows5(mzed_t *M, const rci_t startrow, const rci_t endrow, const rc… in mzed_process_rows5() argument
310 …mzd_process_rows5(M->x, startrow, endrow, startcol*M->w, 5*M->w, T0->T->x, T0->L, T1->T->x, T1->L,… in mzed_process_rows5()
[all …]
/dports/games/scid/scid/scripts/
H A Dtbstats.tcl66 proc endrow {} { procedure
99 endrow
110 endrow
126 endrow
143 endrow
158 endrow
178 endrow
205 endrow
229 endrow
257 endrow
[all …]
/dports/math/m4ri/m4ri-release-20200125/m4ri/
H A Dbrilliantrussian.h74 void mzd_process_rows(mzd_t *M, rci_t startrow, rci_t endrow, rci_t startcol, int k, mzd_t const *T…
91 void mzd_process_rows2(mzd_t *M, rci_t startrow, rci_t endrow, rci_t startcol, int k, mzd_t const *…
110 void mzd_process_rows3(mzd_t *M, rci_t startrow, rci_t endrow, rci_t startcol, int k,
133 void mzd_process_rows4(mzd_t *M, rci_t startrow, rci_t endrow, rci_t startcol, int k,
158 void mzd_process_rows5(mzd_t *M, rci_t startrow, rci_t endrow, rci_t startcol, int k,
186 void mzd_process_rows6(mzd_t *M, rci_t startrow, rci_t endrow, rci_t startcol, int k,
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/common/
H A Dgbsizer.cpp134 int row, col, endrow, endcol; in Intersects() local
138 GetEndPos(endrow, endcol); in Intersects()
465 int row, col, endrow, endcol; in CalcMin() local
468 item->GetEndPos(endrow, endcol); in CalcMin()
550 int row, col, endrow, endcol; in RecalcSizes() local
556 item->GetEndPos(endrow, endcol); in RecalcSizes()
597 int endrow, endcol; in AdjustForOverflow() local
598 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
610 if ( endrow == row ) in AdjustForOverflow()
640 int endrow, endcol; in AdjustForOverflow() local
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/common/
H A Dgbsizer.cpp136 int row, col, endrow, endcol; in Intersects() local
140 GetEndPos(endrow, endcol); in Intersects()
458 int row, col, endrow, endcol; in CalcMin() local
461 item->GetEndPos(endrow, endcol); in CalcMin()
539 int row, col, endrow, endcol; in RecalcSizes() local
545 item->GetEndPos(endrow, endcol); in RecalcSizes()
586 int endrow, endcol; in AdjustForOverflow() local
587 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
599 if ( endrow == row ) in AdjustForOverflow()
629 int endrow, endcol; in AdjustForOverflow() local
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/common/
H A Dgbsizer.cpp136 int row, col, endrow, endcol; in Intersects() local
140 GetEndPos(endrow, endcol); in Intersects()
458 int row, col, endrow, endcol; in CalcMin() local
461 item->GetEndPos(endrow, endcol); in CalcMin()
539 int row, col, endrow, endcol; in RecalcSizes() local
545 item->GetEndPos(endrow, endcol); in RecalcSizes()
586 int endrow, endcol; in AdjustForOverflow() local
587 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
599 if ( endrow == row ) in AdjustForOverflow()
629 int endrow, endcol; in AdjustForOverflow() local
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/common/
H A Dgbsizer.cpp136 int row, col, endrow, endcol; in Intersects() local
140 GetEndPos(endrow, endcol); in Intersects()
458 int row, col, endrow, endcol; in CalcMin() local
461 item->GetEndPos(endrow, endcol); in CalcMin()
539 int row, col, endrow, endcol; in RecalcSizes() local
545 item->GetEndPos(endrow, endcol); in RecalcSizes()
586 int endrow, endcol; in AdjustForOverflow() local
587 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
599 if ( endrow == row ) in AdjustForOverflow()
629 int endrow, endcol; in AdjustForOverflow() local
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/common/
H A Dgbsizer.cpp136 int row, col, endrow, endcol; in Intersects() local
140 GetEndPos(endrow, endcol); in Intersects()
458 int row, col, endrow, endcol; in CalcMin() local
461 item->GetEndPos(endrow, endcol); in CalcMin()
539 int row, col, endrow, endcol; in RecalcSizes() local
545 item->GetEndPos(endrow, endcol); in RecalcSizes()
586 int endrow, endcol; in AdjustForOverflow() local
587 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
599 if ( endrow == row ) in AdjustForOverflow()
629 int endrow, endcol; in AdjustForOverflow() local
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/common/
H A Dgbsizer.cpp131 int row, col, endrow, endcol; in Intersects() local
135 GetEndPos(endrow, endcol); in Intersects()
456 int row, col, endrow, endcol; in CalcMin() local
459 item->GetEndPos(endrow, endcol); in CalcMin()
544 int row, col, endrow, endcol; in RepositionChildren() local
546 item->GetEndPos(endrow, endcol); in RepositionChildren()
587 int endrow, endcol; in AdjustForOverflow() local
588 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
600 if ( endrow == row ) in AdjustForOverflow()
630 int endrow, endcol; in AdjustForOverflow() local
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/common/
H A Dgbsizer.cpp134 int row, col, endrow, endcol; in Intersects() local
138 GetEndPos(endrow, endcol); in Intersects()
465 int row, col, endrow, endcol; in CalcMin() local
468 item->GetEndPos(endrow, endcol); in CalcMin()
550 int row, col, endrow, endcol; in RecalcSizes() local
556 item->GetEndPos(endrow, endcol); in RecalcSizes()
597 int endrow, endcol; in AdjustForOverflow() local
598 item->GetEndPos(endrow, endcol); in AdjustForOverflow()
610 if ( endrow == row ) in AdjustForOverflow()
640 int endrow, endcol; in AdjustForOverflow() local
[all …]

1234567