Searched refs:deviceInfo (Results 1 – 3 of 3) sorted by relevance
26 …public static native int setDeviceInfo(DeviceInfo deviceInfo, boolean magnified, boolean inverted); in setDeviceInfo() argument
285 DeviceInfo deviceInfo = DeviceInfoDB.getDeviceInfo(getConfigSelector().currentDevice()); in renderNativeBuffer() local290 int w = deviceInfo.getWidthPx(); in renderNativeBuffer()291 int h = deviceInfo.getHeightPx(); in renderNativeBuffer()304 NativeRenderer.setDeviceInfo(deviceInfo, magnified, inverted); in renderNativeBuffer()
94 uint32_t setDeviceInfo(DeviceInfo deviceInfo, bool magnified, bool inverted) { in setDeviceInfo() argument95 sDeviceInfo = deviceInfo; in setDeviceInfo()