Home
last modified time | relevance | path

Searched refs:pos_y (Results 1 – 7 of 7) sorted by relevance

/hardware/google/aemu/host-common/
DMultiDisplay.cpp172 *y = mMultiDisplay[id].pos_y; in getMultiDisplay()
190 << " y " << mMultiDisplay[id].pos_y in getMultiDisplay()
228 *y = i->second.pos_y; in getNextMultiDisplay()
255 uint32_t totalH, pos_x, pos_y, w, h; in translateCoordination() local
265 pos_y = totalH - iter.second.height - iter.second.pos_y; in translateCoordination()
268 if ((*x - pos_x) < w && (*y - pos_y) < h) { in translateCoordination()
270 *y = *y - pos_y; in translateCoordination()
395 mMultiDisplay[displayId].pos_y = y; in setDisplayPose()
434 *y = mMultiDisplay[displayId].pos_y; in getDisplayPose()
516 total_h = std::max(total_h, iter.second.height + iter.second.pos_y); in getCombinedDisplaySizeLocked()
[all …]
/hardware/google/aemu/host-common/testing/
DMockAndroidMultiDisplayAgent.cpp71 *y = i->second.pos_y; in __anonb4c49c2f0302()
124 mMultiDisplay[displayId].pos_y = y; in __anonb4c49c2f0b02()
136 *y = mMultiDisplay[displayId].pos_y; in __anonb4c49c2f0c02()
/hardware/google/aemu/host-common/include/host-common/
DMultiDisplay.h32 int32_t pos_y; member
43 pos_x(0), pos_y(0), width(0), height(0), originalWidth(0), in MultiDisplayInfo()
47 pos_x(x), pos_y(y), width(w), height(h), originalWidth(w), in pos_x()
/hardware/google/gfxstream/host/
DGfxStreamAgents.cpp68 *y = mMultiDisplay[id].pos_y; in __anon6361db8d0202()
114 *y = i->second.pos_y; in __anon6361db8d0302()
194 mMultiDisplay[displayId].pos_y = y; in __anon6361db8d0b02()
212 *y = mMultiDisplay[displayId].pos_y; in __anon6361db8d0c02()
DFrameBuffer.h450 int32_t pos_y; member
455 : cb(0), pos_x(0), pos_y(0), width(0), height(0), dpi(0){}; in DisplayInfo()
458 : cb(cb), pos_x(x), pos_y(y), width(w), height(h), dpi(d) {} in DisplayInfo()
/hardware/google/aemu/base/
DLayoutResolver.cpp32 uint32_t pos_y; member
40 : id(i), pos_x(x), pos_y(y), width(w), height(h), isChild(false) {} in Rect()
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp860 EXPECT_EQ(0, mFb->setDisplayPose(ids[i], info[i].pos_x, info[i].pos_y, in TEST_F()