Home
last modified time | relevance | path

Searched refs:fKeyFunc (Results 1 – 2 of 2) sorted by relevance

/external/skia/tools/viewer/sk_app/
DWindow.cpp48 , fKeyFunc(default_key_func) in Window()
70 return fKeyFunc(key, state, modifiers, fKeyUserData); in onKey()
DWindow.h151 fKeyFunc = func; in registerKeyFunc()
210 OnKeyFunc fKeyFunc; variable