Home
last modified time | relevance | path

Searched refs:shapes (Results 1 – 24 of 24) sorted by relevance

/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkbgeom.h111 #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 DXKBGAlloc.c234 (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 DxkbUtils.c1547 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 DXKM_file_format.txt497 shapes: LISTofXKMGeomShape
H A Dxkbout.c883 for (shape = geom->shapes, i = 0; i < geom->num_shapes; i++, shape++) { in XkbWriteXKBGeometry()
H A Dxkb.c4692 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 Dfbtrap.c89 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 Dpoly2tri.pro16 common/shapes.h \
23 SOURCES += common/shapes.cpp \
/OK3568_Linux_fs/u-boot/drivers/demo/
H A Ddemo-shape.c38 } 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 Dindex.base29 #2d-shapes|3|score|15|15|1
/OK3568_Linux_fs/yocto/poky/documentation/
H A Dstandards.md71 In particular, you can use it to copy standard text, shapes,
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_f11.c484 u8 *shapes; member
727 data->shapes = &sensor->data_pkt[i]; in f11_2d_construct_data()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dunicode.rst124 with only the actual shapes being different, in keeping with standard
/OK3568_Linux_fs/external/xserver/dix/
H A DBuiltInAtoms300 trademark/copyright of the character shapes
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dmulti-touch-protocol.rst342 For devices reporting contacts as rectangular shapes, signed orientation
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DUSAGE117 2d-shapes 2D graphics: polygons
/OK3568_Linux_fs/u-boot/doc/driver-model/
H A DREADME.txt51 - 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 Dgfortran.info9220 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 Dbfd.info10540 Alter the shapes of the structures in '../include/coff/foo.h' so that
H A Dgccint.info15233 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 Dgfortran.info9220 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 Dbfd.info10540 Alter the shapes of the structures in '../include/coff/foo.h' so that
H A Dgccint.info15233 memory location. Since statements come in different shapes and sizes,
/OK3568_Linux_fs/external/xserver/
H A DChangeLog93867 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,