Home
last modified time | relevance | path

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

/frameworks/native/libs/gui/tests/
DSRGB_test.cpp338 uint8_t* outPointer = reinterpret_cast<uint8_t*>(outBuffer.bits); in copyToDebugSurface() local
346 outPointer[colOffset + c] = srgbToLinear( in copyToDebugSurface()
351 outPointer[colOffset + 3] = in copyToDebugSurface()
/frameworks/native/services/inputflinger/
DInputReader.cpp6016 RawPointerData::Pointer& outPointer = mCurrentRawPointerData.pointers[0]; in syncTouch() local
6017 outPointer.id = 0; in syncTouch()
6018 outPointer.x = mSingleTouchMotionAccumulator.getAbsoluteX(); in syncTouch()
6019 outPointer.y = mSingleTouchMotionAccumulator.getAbsoluteY(); in syncTouch()
6020 outPointer.pressure = mSingleTouchMotionAccumulator.getAbsolutePressure(); in syncTouch()
6021 outPointer.touchMajor = 0; in syncTouch()
6022 outPointer.touchMinor = 0; in syncTouch()
6023 outPointer.toolMajor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
6024 outPointer.toolMinor = mSingleTouchMotionAccumulator.getAbsoluteToolWidth(); in syncTouch()
6025 outPointer.orientation = 0; in syncTouch()
[all …]