Searched refs:m_x (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/host/ |
D | FrameBuffer.cpp | 868 !(m_x == wx && m_y == wy && m_windowWidth == ww && m_windowHeight == wh in setupSubWindow() 945 m_x = wx; in setupSubWindow() 951 m_subWin = createSubWindow(p_window, m_x, m_y, m_windowWidth, m_windowHeight, dpr, in setupSubWindow() 1020 m_x = wx; in setupSubWindow() 1027 success = moveSubWindow(m_nativeWindow, m_subWin, m_x, m_y, m_windowWidth, in setupSubWindow()
|
D | FrameBuffer.h | 722 int m_x = 0; variable
|