| /OK3568_Linux_fs/external/xserver/Xi/ |
| H A D | getkmap.c | 126 .keySymsPerKeyCode = syms->mapWidth, in ProcXGetDeviceKeyMapping() 127 .length = (syms->mapWidth * stuff->count) /* KeySyms are 4 bytes */ in ProcXGetDeviceKeyMapping() 133 syms->mapWidth * stuff->count * sizeof(KeySym), in ProcXGetDeviceKeyMapping() 134 &syms->map[syms->mapWidth * (stuff->firstKeyCode - in ProcXGetDeviceKeyMapping()
|
| H A D | exevents.c | 2765 keysyms.mapWidth = keySymsPerKeyCode; in ChangeKeyMapping()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Keyboard.c | 118 int mapWidth; in xnestKeyboardProc() local 138 &mapWidth); in xnestKeyboardProc() 139 len = (max_keycode - min_keycode + 1) * mapWidth; in xnestKeyboardProc() 148 max_keycode - min_keycode + 1, &mapWidth); in xnestKeyboardProc() 167 keySyms.mapWidth = mapWidth; in xnestKeyboardProc()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeomap.cpp | 192 double QGeoMap::mapWidth() const in mapWidth() function in QGeoMap 195 return d->mapWidth(); in mapWidth() 437 double QGeoMapPrivate::mapWidth() const in mapWidth() function in QGeoMapPrivate 440 return static_cast<const QGeoProjectionWebMercator *>(m_geoProjection)->mapWidth(); in mapWidth()
|
| H A D | qgeomap_p_p.h | 100 virtual double mapWidth() const;
|
| H A D | qgeomap_p.h | 126 double mapWidth() const;
|
| H A D | qgeoprojection.cpp | 271 double QGeoProjectionWebMercator::mapWidth() const in mapWidth() function in QGeoProjectionWebMercator 431 const QDoubleVector2D anchorMercator = anchorScaled / mapWidth(); in quickItemTransformation() 561 double bboxWidth = (bottomRightPoint.x() - topLeftPoint.x()) * mapWidth(); in fitViewportToGeoRectangle()
|
| H A D | qgeoprojection_p.h | 159 double mapWidth() const; // The size of the underlying map, at the current zoom level.
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxdummy.c | 59 info->keySyms.mapWidth = 1; in dmxDummyKbdGetInfo()
|
| H A D | usb-mouse.c | 131 info->keySyms.mapWidth = 1; in mouUSBGetInfo()
|
| H A D | usb-other.c | 115 info->keySyms.mapWidth = 1; in othUSBGetInfo()
|
| H A D | dmxevents.c | 652 * pKeySyms->mapWidth] == keySym) in dmxKeySymToKeyCode() 657 * pKeySyms->mapWidth] == keySym) { in dmxKeySymToKeyCode()
|
| H A D | usb-keyboard.c | 461 pKeySyms->mapWidth = GLYPHS_PER_KEY; in kbdUSBGetMap()
|
| H A D | dmxcommon.c | 240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
|
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbUtils.c | 236 syms = &pCore->map[(first - pCore->minKeyCode) * pCore->mapWidth]; in XkbUpdateKeyTypesFromCore() 237 for (key = first; key < (first + num); key++, syms += pCore->mapWidth) { in XkbUpdateKeyTypesFromCore() 243 nG = XkbKeyTypesForCoreSymbols(xkb, pCore->mapWidth, syms, explicit, in XkbUpdateKeyTypesFromCore() 431 syms->mapWidth = maxSymsPerKey; in XkbGetCoreMap() 435 tmp = syms->mapWidth * (xkb->max_key_code - xkb->min_key_code + 1); in XkbGetCoreMap() 447 n = (key - xkb->min_key_code) * syms->mapWidth; in XkbGetCoreMap() 473 if (groupWidth > 0 && syms->mapWidth >= 3) in XkbGetCoreMap() 475 if (groupWidth > 1 && syms->mapWidth >= 4) in XkbGetCoreMap() 480 while (groupWidth > 2 && idx < syms->mapWidth && in XkbGetCoreMap()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | devices.c | 1790 keysyms.mapWidth = stuff->keySymsPerKeyCode; in ProcChangeKeyboardMapping() 1909 .keySymsPerKeyCode = syms->mapWidth, in ProcGetKeyboardMapping() 1912 .length = syms->mapWidth * stuff->count in ProcGetKeyboardMapping() 1917 syms->mapWidth * stuff->count * sizeof(KeySym), in ProcGetKeyboardMapping() 1918 &syms->map[syms->mapWidth * (stuff->firstKeyCode - in ProcGetKeyboardMapping()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | quartzKeyboard.c | 426 keySyms.mapWidth = GLYPHS_PER_KEY; in DarwinKeyboardReloadHandler()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | input.h | 185 int mapWidth; member
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | hostx.c | 1230 keySyms->mapWidth = map_width; in hostx_load_keymap()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 104013 xkb: init mapWidth and symsPerKey arrays to 0. 141395 memcpy'ing the struct also copied mapWidth, which means we didn't realloc 146726 dix: set dst->mapWidth when allocating a new map.
|