| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbgeom.h | 111 #define XkbShapeDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 113 #define XkbSetShapeDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 144 #define XkbIndicatorDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 152 ((d)->shape_ndx= (s)-&(g)->shapes[0]) 167 #define XkbLogoDoodadShape(g,d) (&(g)->shapes[(d)->shape_ndx]) 169 #define XkbSetLogoDoodadShape(g,d,s) ((d)->shape_ndx= (s)-&(g)->shapes[0]) 202 #define XkbKeyShape(g,k) (&(g)->shapes[(k)->shape_ndx]) 204 #define XkbSetKeyShape(g,k,s) ((k)->shape_ndx= (s)-&(g)->shapes[0]) 279 XkbShapePtr shapes; member
|
| H A D | XKBGAlloc.c | 234 (char **) &geom->shapes, in XkbFreeGeomShapes() 361 if ((which & XkbGeomShapesMask) && (geom->shapes != NULL)) in XkbFreeGeometry() 465 #define _XkbAllocShapes(g,n) _XkbGeomAlloc((void *)&(g)->shapes,\ 662 for (shape = geom->shapes, i = 0; i < geom->num_shapes; i++, shape++) { in XkbAddGeomShape() 670 shape = &geom->shapes[geom->num_shapes]; in XkbAddGeomShape()
|
| H A D | xkbUtils.c | 1547 for (i = 0, dshape = dst->geom->shapes; in _XkbCopyGeom() 1568 ((void **) &dst->geom->shapes, dst->geom->sz_shapes, in _XkbCopyGeom() 1573 for (i = 0, sshape = src->geom->shapes, dshape = dst->geom->shapes; in _XkbCopyGeom() 1645 free(dst->geom->shapes); in _XkbCopyGeom() 1647 dst->geom->shapes = NULL; in _XkbCopyGeom()
|
| H A D | XKM_file_format.txt | 497 shapes: LISTofXKMGeomShape
|
| H A D | xkbout.c | 883 for (shape = geom->shapes, i = 0; i < geom->num_shapes; i++, shape++) { in XkbWriteXKBGeometry()
|
| H A D | xkb.c | 4692 for (i = size = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) { in XkbSizeGeomShapes() 4712 for (i = 0, shape = geom->shapes; i < geom->num_shapes; i++, shape++) { in XkbWriteGeomShapes()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbtrap.c | 89 int n_shapes, const uint8_t * shapes); 98 int16_t ySrc, int nshapes, int shape_size, const uint8_t * shapes) in fbShapes() argument 126 dst_xoff, dst_yoff, 1, shapes + i * shape_size); in fbShapes() 147 ySrc + src_yoff, dst_xoff, dst_yoff, nshapes, shapes); in fbShapes()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/poly2tri/ |
| H A D | poly2tri.pro | 16 common/shapes.h \ 23 SOURCES += common/shapes.cpp \
|
| /OK3568_Linux_fs/u-boot/drivers/demo/ |
| H A D | demo-shape.c | 38 } shapes[3] = { in shape_hello() local 55 if (index >= ARRAY_SIZE(shapes)) in shape_hello() 57 shape = shapes[index]; in shape_hello()
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/pgms/ |
| H A D | index.base | 29 #2d-shapes|3|score|15|15|1
|
| /OK3568_Linux_fs/yocto/poky/documentation/ |
| H A D | standards.md | 71 In particular, you can use it to copy standard text, shapes,
|
| /OK3568_Linux_fs/kernel/drivers/input/rmi4/ |
| H A D | rmi_f11.c | 484 u8 *shapes; member 727 data->shapes = &sensor->data_pkt[i]; in f11_2d_construct_data()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | unicode.rst | 124 with only the actual shapes being different, in keeping with standard
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | BuiltInAtoms | 300 trademark/copyright of the character shapes
|
| /OK3568_Linux_fs/kernel/Documentation/input/ |
| H A D | multi-touch-protocol.rst | 342 For devices reporting contacts as rectangular shapes, signed orientation
|
| /OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/ |
| H A D | USAGE | 117 2d-shapes 2D graphics: polygons
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | README.txt | 51 - shape: Prints shapes and reports number of characters printed as status
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/ |
| H A D | gfortran.info | 9220 a GNU extension. If N and X are arrays, their ranks and shapes 9348 as a GNU extension. If N and X are arrays, their ranks and shapes
|
| H A D | bfd.info | 10540 Alter the shapes of the structures in '../include/coff/foo.h' so that
|
| H A D | gccint.info | 15233 memory location. Since statements come in different shapes and sizes,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/ |
| H A D | gfortran.info | 9220 a GNU extension. If N and X are arrays, their ranks and shapes 9348 as a GNU extension. If N and X are arrays, their ranks and shapes
|
| H A D | bfd.info | 10540 Alter the shapes of the structures in '../include/coff/foo.h' so that
|
| H A D | gccint.info | 15233 memory location. Since statements come in different shapes and sizes,
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 93867 source image is aligned with the shapes, and the destination 95008 Currently shapes, sections and doodads may leak on copy. 171821 XkbCopyKeymap: increment shapes and outlines when copying 171822 Remember to increment the source and destination shapes when copying,
|