Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/bitmap/
H A DbmDrawImage.c91 const int colInP,
107 const int colInP, in bmDrawOrRowRight() argument
146 if ( col < colInP ) in bmDrawOrRowRight()
150 if ( col+ 8 > colInP ) in bmDrawOrRowRight()
175 const int colInP, in bmDrawOrRowLeft() argument
217 if ( col < colInP ) in bmDrawOrRowLeft()
221 if ( col+ 8 > colInP ) in bmDrawOrRowLeft()
246 const int colInP, in bmDrawOrRowEq() argument
286 if ( col < colInP ) in bmDrawOrRowEq()
290 if ( col+ 8 > colInP ) in bmDrawOrRowEq()
[all …]