Home
last modified time | relevance | path

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

/dports/print/photoprint/photoprint-0.4.2-pre2/imagesource/
H A Dimagesource_rotate.cpp47 if((row<spanfirstrow) || (row>=(spanfirstrow+spanrows))) in GetRow()
49 spanfirstrow=row; in GetRow()
112 row-=spanfirstrow; in GetRow()
118 if((row<spanfirstrow) || (row>=(spanfirstrow+spanrows))) in GetRow()
120 spanfirstrow=row; in GetRow()
183 row-=spanfirstrow; in GetRow()
187 if((row<spanfirstrow) || (row>=(spanfirstrow+spanrows))) in GetRow()
189 spanfirstrow=row; in GetRow()
252 row-=spanfirstrow; in GetRow()
263 …: ImageSource_Interruptible(source), source(source), rotation(rotation), spanfirstrow(0), spanrows… in ImageSource_Rotate()
[all …]
H A Dimagesource_rotate.h29 int spanfirstrow; variable