Home
last modified time | relevance | path

Searched refs:num_key_acts (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A DXKBMisc.c503 _XkbAddKeyChange(&mc->first_key_act, &mc->num_key_acts, key); in XkbApplyCompatMapToKey()
507 mc->num_key_acts = 1; in XkbApplyCompatMapToKey()
868 changes->map.first_key_act + changes->map.num_key_acts - 1; in XkbApplyVirtualModChanges()
874 changes->map.num_key_acts = (highChange - lowChange) + 1; in XkbApplyVirtualModChanges()
H A DXKBMAlloc.c623 num_key_acts); in XkbChangeKeycodeRange()
742 num_key_acts); in XkbChangeKeycodeRange()
H A DxkbUtils.c310 oldLast = changes->map.first_key_act + changes->map.num_key_acts - 1; in XkbUpdateDescActions()
317 changes->map.num_key_acts = newLast - changes->map.first_key_act + 1; in XkbUpdateDescActions()
322 changes->map.num_key_acts = num; in XkbUpdateDescActions()
H A DxkbEvents.c821 mn.nKeyActs = pChanges->map.num_key_acts; in XkbSendNotification()
H A Dxkb.c2196 oldLast = changes->map.first_key_act + changes->map.num_key_acts - 1; in SetKeyActions()
2204 changes->map.num_key_acts = (last - first + 1); in SetKeyActions()
/OK3568_Linux_fs/external/xserver/include/
H A Dxkbstr.h501 unsigned char num_key_acts; member