Searched refs:x_ (Results 1 – 4 of 4) sorted by relevance
40 : height_(height), width_(width), pitch_(pitch), x_(x), y_(y) { in Ovl()130 const uint32_t x_; // x-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()
67 Ctor() : x_(UINT64_MAX) {} in Ctor()68 uint64_t x_; member111 ASSERT_EQ(ctor.x_, UINT64_MAX, "unexpected initialized value"); in CheckInitializers()
577 explicit C(int x) : x_(x) {} in ref_ptr_to_const_test()579 int get_x() const { return x_; } in ref_ptr_to_const_test()582 int x_; in ref_ptr_to_const_test() member in __anoned50383b0111::ref_ptr_to_const_test::C
Completed in 18 milliseconds