Searched defs:rel (Results 1 – 8 of 8) sorted by relevance
161 inline bool VInputDevice::SupportRel(size_t rel) const in SupportRel()241 inline bool VInputDevice::HasRel(size_t rel) const in HasRel()
162 inline bool VInputDevice::SupportRel(size_t rel) const in SupportRel()242 inline bool VInputDevice::HasRel(size_t rel) const in HasRel()
107 inline bool VirtualDevice::SupportRel(size_t rel) const in SupportRel()
295 inline bool Device::HasRel(size_t rel) const in HasRel()
546 napi_status rel = convertXml.DealNapiStrValue(env, nullptr, str); variable563 napi_status rel = convertXml.DealNapiStrValue(env, nullptr, str); variable
551 for (uint32_t rel = REL_X; rel < REL_MAX; ++rel) { in CopyEvents() local
552 BitVector rel{ GetProperty("REL") }; in CheckInputProperties() local