Lines Matching refs:tile_y
775 tile_y; in IntegralRotateImage() local
786 for (tile_y=0; tile_y < (ssize_t) image->rows; tile_y+=(ssize_t) tile_height) in IntegralRotateImage()
816 if ((tile_height+tile_y) > image->rows) in IntegralRotateImage()
817 height=(size_t) (tile_height-(tile_y+tile_height-image->rows)); in IntegralRotateImage()
818 p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height, in IntegralRotateImage()
836 (rotate_image->columns-(tile_y+height)),y+tile_x,height,1, in IntegralRotateImage()
972 tile_y; in IntegralRotateImage() local
983 for (tile_y=0; tile_y < (ssize_t) image->rows; tile_y+=(ssize_t) tile_height) in IntegralRotateImage()
1013 if ((tile_height+tile_y) > image->rows) in IntegralRotateImage()
1014 height=(size_t) (tile_height-(tile_y+tile_height-image->rows)); in IntegralRotateImage()
1015 p=GetCacheViewVirtualPixels(image_view,tile_x,tile_y,width,height, in IntegralRotateImage()
1032 q=QueueCacheViewAuthenticPixels(rotate_view,tile_y,(ssize_t) (y+ in IntegralRotateImage()