Searched refs:currline (Results 1 – 1 of 1) sorted by relevance
903 uchar* currline; /* pointer to the start of the current pixel line */ member919 schar* currline; member932 float* currline; member951 (pos).step = (_step)/sizeof((pos).currline[0]) * (orientation ? -1 : 1), \960 (pos).currline = (origin) + (pos).step*(_y) )968 ((pos).currline = (_y) >= 0 && (_y) < (pos).height ? (pos).topline + ((_y)+1)*(pos).step : 0, \969 (pos).x = (_x) >= 0 && (_x) < (pos).width ? (_x) : 0, (pos).currline + (_x) * (cs) )975 #define CV_GET_CURRENT( pos, cs ) ((pos).currline + (pos).x * (cs))983 ( --(pos).x >= 0 ? (pos).currline + (pos).x*(cs) : 0 )987 ( ++(pos).x < (pos).width ? (pos).currline + (pos).x*(cs) : 0 )[all …]