Home
last modified time | relevance | path

Searched defs:shiftLevel (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/skia/tools/sk_app/unix/
DWindow_unix.cpp295 int shiftLevel = (event.xkey.state & ShiftMask) ? 1 : 0; in handleEvent() local
313 int shiftLevel = (event.xkey.state & ShiftMask) ? 1 : 0; in handleEvent() local
/third_party/skia/tools/sk_app/unix/
DWindow_unix.cpp296 int shiftLevel = (event.xkey.state & ShiftMask) ? 1 : 0; in handleEvent() local
314 int shiftLevel = (event.xkey.state & ShiftMask) ? 1 : 0; in handleEvent() local