Home | History | Annotate | Download | only in mac

Lines Matching refs:raw

271 static SkKey raw2key(UInt32 raw)
297 if (gKeys[i].fRaw == raw)
364 UInt32 raw;
365 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
366 SkKey key = raw2key(raw);
370 UInt32 raw;
371 getparam(inEvent, kEventParamKeyCode, typeUInt32, sizeof(raw), &raw);
372 SkKey key = raw2key(raw);