OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inEvent
(Results
1 - 9
of
9
) sorted by null
/development/ide/xcode/ports/
SkOSWindow_Mac.cpp
104
static void getparam(EventRef
inEvent
, OSType name, OSType type, UInt32 size, void* data)
110
status = GetEventParameter(
inEvent
, name, type, &actualType, size, &actualSize, data);
191
pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRef
inEvent
, void* userData )
195
UInt32 wClass = GetEventClass(
inEvent
);
196
UInt32 wKind = GetEventKind(
inEvent
);
203
getparam(
inEvent
, kEventParamMouseLocation, typeQDPoint, sizeof(pt), &pt);
225
getparam(
inEvent
, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
231
getparam(
inEvent
, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
240
getparam(
inEvent
, kEventParamTextInputSendText, typeUnicodeText, sizeof(uni), &uni);
251
result = GetEventParameter(
inEvent
,
[
all
...]
/external/chromium_org/third_party/skia/src/views/mac/
SkOSWindow_Mac.cpp
238
static void getparam(EventRef
inEvent
, OSType name, OSType type, UInt32 size, void* data)
244
status = GetEventParameter(
inEvent
, name, type, &actualType, size, &actualSize, data);
325
pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRef
inEvent
, void* userData )
329
UInt32 wClass = GetEventClass(
inEvent
);
330
UInt32 wKind = GetEventKind(
inEvent
);
337
getparam(
inEvent
, kEventParamMouseLocation, typeQDPoint, sizeof(pt), &pt);
365
getparam(
inEvent
, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
371
getparam(
inEvent
, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
380
getparam(
inEvent
, kEventParamTextInputSendText, typeUnicodeText, sizeof(uni), &uni);
391
result = GetEventParameter(
inEvent
,
[
all
...]
/external/skia/src/views/mac/
SkOSWindow_Mac.cpp
238
static void getparam(EventRef
inEvent
, OSType name, OSType type, UInt32 size, void* data)
244
status = GetEventParameter(
inEvent
, name, type, &actualType, size, &actualSize, data);
325
pascal OSStatus SkOSWindow::EventHandler( EventHandlerCallRef inHandler, EventRef
inEvent
, void* userData )
329
UInt32 wClass = GetEventClass(
inEvent
);
330
UInt32 wKind = GetEventKind(
inEvent
);
337
getparam(
inEvent
, kEventParamMouseLocation, typeQDPoint, sizeof(pt), &pt);
365
getparam(
inEvent
, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
371
getparam(
inEvent
, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
380
getparam(
inEvent
, kEventParamTextInputSendText, typeUnicodeText, sizeof(uni), &uni);
391
result = GetEventParameter(
inEvent
,
[
all
...]
/frameworks/native/libs/input/tests/
InputEvent_test.cpp
509
MotionEvent
inEvent
;
510
initializeEventWithHistory(&
inEvent
);
514
inEvent
.writeToParcel(&parcel);
/prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar
/prebuilts/tools/darwin-x86/swt/
swt.jar
/prebuilts/tools/darwin-x86_64/swt/
swt.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
Completed in 241 milliseconds