Searched refs:y_ (Results 1 – 2 of 2) sorted by relevance
40 : height_(height), width_(width), pitch_(pitch), x_(x), y_(y) { in Ovl()131 const uint32_t y_; // y-offset for the actual start of image in buffer variable
200 ovl_mmio_->Write32(y_ << 16 | x_, OVL_Lx_OFFSET(layer)); in Config()204 x_ * GetBytesPerPixel(cfg.format) + y_ * pitch_; in Config()
Completed in 3 milliseconds