Lines Matching refs:rows_
2914 const ssize_t y_,const size_t columns_,const size_t rows_, in evaluate() argument
2924 geometry.height = rows_; in evaluate()
3263 const ssize_t y_,const size_t columns_,const size_t rows_) const in getConstPixels()
3269 p=GetVirtualPixels(constImage(),x_, y_,columns_, rows_,exceptionInfo); in getConstPixels()
3303 const size_t columns_,const size_t rows_) in getPixels() argument
3310 result=GetAuthenticPixels(image(),x_, y_,columns_,rows_,exceptionInfo); in getPixels()
4197 void Magick::Image::roll(const size_t columns_,const size_t rows_) in roll() argument
4204 static_cast<ssize_t>(rows_),exceptionInfo); in roll()
4371 const size_t columns_,const size_t rows_) in setPixels() argument
4378 result=QueueAuthenticPixels(image(),x_,y_,columns_,rows_,exceptionInfo); in setPixels()
4939 const size_t columns_,const size_t rows_,const std::string &map_, in write() argument
4943 ExportImagePixels(image(),x_,y_,columns_,rows_,map_.c_str(),type_,pixels_, in write()