Searched refs:image_ (Results 1 – 2 of 2) sorted by relevance
31 : image_(image), width_(width), height_(height) { in ImageRGBA()45 return image_ + y * width_step_ + x * 4; in operator ()()48 return image_ + y * width_step_ + x * 4; in operator ()()52 unsigned char* image_; member in ImageRGBA
30 : image_(image), width_(width), height_(height) { in ImageRGBA()44 return image_ + y * width_step_ + x * 4; in operator ()()47 return image_ + y * width_step_ + x * 4; in operator ()()51 unsigned char* image_; member in ImageRGBA