Home
last modified time | relevance | path

Searched refs:outPointer (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/gui/tests/
DSRGB_test.cpp346 uint8_t* outPointer = reinterpret_cast<uint8_t*>(outBuffer.bits); in copyToDebugSurface() local
354 outPointer[colOffset + c] = srgbToLinear( in copyToDebugSurface()
359 outPointer[colOffset + 3] = in copyToDebugSurface()
/frameworks/native/services/inputflinger/
DInputReader.cpp6590 RawPointerData::Pointer& outPointer = outState->rawPointerData.pointers[0]; in syncTouch() local
6591 outPointer.id = 0; in syncTouch()
6592 outPointer.x = mSingleTouchMotionAccumulator.getAbsoluteX(); in syncTouch()
6593 outPointer.y = mSingleTouchMotionAccumulator.getAbsoluteY(); in syncTouch()
6594 outPointer.pressure = mSingleTouchMotionAccumulator.getAbsolutePressure(); in syncTouch()
6595 outPointer.touchMajor = 0; in syncTouch()
6596 outPointer.touchMinor = 0; in syncTouch()
6597 outPointer.toolMajor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
6598 outPointer.toolMinor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
6599 outPointer.orientation = 0; in syncTouch()
[all …]