Searched refs:outPointer (Results 1 – 2 of 2) sorted by relevance
338 uint8_t* outPointer = reinterpret_cast<uint8_t*>(outBuffer.bits); in copyToDebugSurface() local346 outPointer[colOffset + c] = srgbToLinear( in copyToDebugSurface()351 outPointer[colOffset + 3] = in copyToDebugSurface()
6016 RawPointerData::Pointer& outPointer = mCurrentRawPointerData.pointers[0]; in syncTouch() local6017 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 …]