Searched defs:inEvent (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/utils/mac/
H A DSkOSWindow_Mac.cpp229 static void getparam(EventRef inEvent, OSType name, OSType type, UInt32 size, void* data) argument
235 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data);
316 pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRef inEvent, void* userData ) argument
320 UInt32 wClass = GetEventClass(inEvent);
321 UInt32 wKind = GetEventKind(inEvent);
328 getparam(inEvent, kEventParamMouseLocation, typeQDPoint, sizeof(pt), &pt);
356 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
362 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
371 getparam(inEvent, kEventParamTextInputSendText, typeUnicodeText, sizeof(uni), &uni);
382 result = GetEventParameter(inEvent,
[all...]

Completed in 52 milliseconds