Searched refs:outPointer (Results 1 – 2 of 2) sorted by relevance
346 uint8_t* outPointer = reinterpret_cast<uint8_t*>(outBuffer.bits); in copyToDebugSurface() local354 outPointer[colOffset + c] = srgbToLinear( in copyToDebugSurface()359 outPointer[colOffset + 3] = in copyToDebugSurface()
6414 RawPointerData::Pointer& outPointer = outState->rawPointerData.pointers[0]; in syncTouch() local6415 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 …]