Home
last modified time | relevance | path

Searched refs:mapWidth (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xi/
H A Dgetkmap.c126 .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 Dexevents.c2765 keysyms.mapWidth = keySymsPerKeyCode; in ChangeKeyMapping()
/OK3568_Linux_fs/external/xserver/hw/xnest/
H A DKeyboard.c118 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 Dqgeomap.cpp192 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 Dqgeomap_p_p.h100 virtual double mapWidth() const;
H A Dqgeomap_p.h126 double mapWidth() const;
H A Dqgeoprojection.cpp271 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 Dqgeoprojection_p.h159 double mapWidth() const; // The size of the underlying map, at the current zoom level.
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxdummy.c59 info->keySyms.mapWidth = 1; in dmxDummyKbdGetInfo()
H A Dusb-mouse.c131 info->keySyms.mapWidth = 1; in mouUSBGetInfo()
H A Dusb-other.c115 info->keySyms.mapWidth = 1; in othUSBGetInfo()
H A Ddmxevents.c652 * pKeySyms->mapWidth] == keySym) in dmxKeySymToKeyCode()
657 * pKeySyms->mapWidth] == keySym) { in dmxKeySymToKeyCode()
H A Dusb-keyboard.c461 pKeySyms->mapWidth = GLYPHS_PER_KEY; in kbdUSBGetMap()
H A Ddmxcommon.c240 pKeySyms->mapWidth = map_width; in dmxCommonKbdGetMap()
/OK3568_Linux_fs/external/xserver/xkb/
H A DxkbUtils.c236 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 Ddevices.c1790 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 DquartzKeyboard.c426 keySyms.mapWidth = GLYPHS_PER_KEY; in DarwinKeyboardReloadHandler()
/OK3568_Linux_fs/external/xserver/include/
H A Dinput.h185 int mapWidth; member
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1230 keySyms->mapWidth = map_width; in hostx_load_keymap()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog104013 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.