Home
last modified time | relevance | path

Searched refs:kRight_SkKey (Results 1 – 5 of 5) sorted by relevance

/external/skia/include/views/
DSkKey.h43 kRight_SkKey, enumerator
/external/skia/src/views/unix/
DXkeysToSkKeys.h26 return kRight_SkKey; in XKeyToSkKey()
/external/skia/src/views/win/
DSkOSWindow_win.cpp106 { VK_RIGHT, kRight_SkKey } in winToskKey()
276 { SK_MacRightKey, kRight_SkKey }, in raw2key()
/external/skia/src/views/mac/
DSkNSView.mm208 { SK_MacRightKey, kRight_SkKey },
/external/skia/samplecode/
DSampleApp.cpp2076 case kRight_SkKey: in onHandleKey()