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.cpp6414 RawPointerData::Pointer& outPointer = outState->rawPointerData.pointers[0]; in syncTouch() local
6415 outPointer.id = 0; in syncTouch()
6416 outPointer.x = mSingleTouchMotionAccumulator.getAbsoluteX(); in syncTouch()
6417 outPointer.y = mSingleTouchMotionAccumulator.getAbsoluteY(); in syncTouch()
6418 outPointer.pressure = mSingleTouchMotionAccumulator.getAbsolutePressure(); in syncTouch()
6419 outPointer.touchMajor = 0; in syncTouch()
6420 outPointer.touchMinor = 0; in syncTouch()
6421 outPointer.toolMajor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
6422 outPointer.toolMinor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
6423 outPointer.orientation = 0; in syncTouch()
[all …]