| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | resource.c | 707 GetXIDRange(int client, Bool server, XID *minp, XID *maxp) argument 736 *maxp = maxid;
|
| H A D | colormap.c | 1801 Pixel pixel, base, entries, maxp, save; local in function:AllocCP 1846 maxp = pixel + mask + base; 1848 while (pixel != maxp && ent[pixel].refcnt == 0) 1850 if (pixel == maxp) { 1858 maxp = pixel + mask; 1862 if (pixel == maxp) 1920 maxp = 0; 1922 while (ent[pixel + maxp].refcnt == 0) { 1923 GetNextBitsOrBreak(maxp, mask, base); 1925 if ((maxp < mas [all...] |
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | resource.c | 377 GetXIDRange(int client, Bool server, XID *minp, XID *maxp) argument 408 *maxp = maxid;
|
| H A D | colormap.c | 1917 Pixel pixel, base, entries, maxp, save; local in function:AllocCP 1969 maxp = pixel + mask + base; 1971 while (pixel != maxp && ent[pixel].refcnt == 0) 1973 if (pixel == maxp) 1984 maxp = pixel + mask; 1989 if (pixel == maxp) 2049 maxp = 0; 2051 while (ent[pixel + maxp].refcnt == 0) 2053 GetNextBitsOrBreak(maxp, mask, base); 2055 if ((maxp < mas [all...] |
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| H A D | synapticsstr.h | 257 int minp, maxp, minw, maxw; /* min/max pressure and finger width as detected */ member in struct:_SynapticsPrivateRec
|
| H A D | eventcomm.c | 407 event_get_abs(pInfo, pInfo->fd, ABS_PRESSURE, &priv->minp, &priv->maxp, 454 priv->minp, priv->maxp);
|
| H A D | synaptics.c | 234 if (priv->minp >= priv->maxp) { 236 priv->maxp = 255; 240 priv->minp, priv->maxp); 580 range = priv->maxp - priv->minp + 1;
|
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | mkfontscale.c | 935 TT_MaxProfile *maxp; local in function:doDirectory 937 maxp = FT_Get_Sfnt_Table(face, ft_sfnt_maxp); 938 if (maxp != NULL && maxp->maxContours == 0) 998 TT_MaxProfile *maxp; local in function:doDirectory 1000 maxp = FT_Get_Sfnt_Table(face, ft_sfnt_maxp); 1001 if (maxp != NULL && maxp->maxContours == 0)
|
| /xsrc/external/mit/libXfont2/dist/src/FreeType/ |
| H A D | ftfuncs.c | 217 TT_MaxProfile *maxp; local in function:FreeTypeOpenFace 218 maxp = FT_Get_Sfnt_Table(face->face, ft_sfnt_maxp); 219 if(maxp && maxp->maxContours == 0)
|
| /xsrc/external/mit/libXfont/dist/src/FreeType/ |
| H A D | ftfuncs.c | 215 TT_MaxProfile *maxp; local in function:FreeTypeOpenFace 216 maxp = FT_Get_Sfnt_Table(face->face, ft_sfnt_maxp); 217 if(maxp && maxp->maxContours == 0)
|
| /xsrc/external/mit/freetype/dist/src/truetype/ |
| H A D | ttobjs.c | 1073 TT_MaxProfile* maxp = &face->max_profile; local in function:tt_size_init_bytecode 1091 size->max_function_defs = maxp->maxFunctionDefs; 1092 size->max_instruction_defs = maxp->maxInstructionDefs; 1101 size->storage_size = maxp->maxStorage; 1132 n_twilight = maxp->maxTwilightPoints;
|
| H A D | ttinterp.c | 411 TT_MaxProfile* maxp; local in function:TT_Load_Context 416 maxp = &face->max_profile; 462 maxp->maxStackElements + 32 ); 472 maxp->maxSizeOfInstructions );
|
| /xsrc/external/mit/freetype/dist/src/sfnt/ |
| H A D | sfobjs.c | 882 LOAD_( maxp );
|