Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DMultiDisplay.cpp169 *x = mMultiDisplay[id].pos_x; in getMultiDisplay()
189 LOG(VERBOSE) << "getMultiDisplay " << id << "x " << mMultiDisplay[id].pos_x in getMultiDisplay()
225 *x = i->second.pos_x; in getNextMultiDisplay()
255 uint32_t totalH, pos_x, pos_y, w, h; in translateCoordination() local
264 pos_x = iter.second.pos_x; in translateCoordination()
268 if ((*x - pos_x) < w && (*y - pos_y) < h) { in translateCoordination()
269 *x = *x - pos_x; in translateCoordination()
394 mMultiDisplay[displayId].pos_x = x; in setDisplayPose()
433 *x = mMultiDisplay[displayId].pos_x; in getDisplayPose()
517 total_w = std::max(total_w, iter.second.width + iter.second.pos_x); in getCombinedDisplaySizeLocked()
[all …]
/hardware/google/aemu/host-common/testing/
DMockAndroidMultiDisplayAgent.cpp68 *x = i->second.pos_x; in __anonb4c49c2f0302()
123 mMultiDisplay[displayId].pos_x = x; in __anonb4c49c2f0b02()
135 *x = mMultiDisplay[displayId].pos_x; in __anonb4c49c2f0c02()
/hardware/google/aemu/host-common/include/host-common/
DMultiDisplay.h31 int32_t pos_x; 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() function
/hardware/google/gfxstream/host/
DGfxStreamAgents.cpp65 *x = mMultiDisplay[id].pos_x; in __anon6361db8d0202()
111 *x = i->second.pos_x; in __anon6361db8d0302()
193 mMultiDisplay[displayId].pos_x = x; in __anon6361db8d0b02()
210 *x = mMultiDisplay[displayId].pos_x; in __anon6361db8d0c02()
DFrameBuffer.h449 int32_t pos_x; 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.cpp31 uint32_t pos_x; 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()