Searched refs:maxp (Results 1 - 13 of 13) sorted by last modified time

/xsrc/external/mit/xorg-server/dist/dix/
H A Dresource.c707 GetXIDRange(int client, Bool server, XID *minp, XID *maxp) argument
736 *maxp = maxid;
H A Dcolormap.c1801 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 Dresource.c377 GetXIDRange(int client, Bool server, XID *minp, XID *maxp) argument
408 *maxp = maxid;
H A Dcolormap.c1917 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 Dsynapticsstr.h257 int minp, maxp, minw, maxw; /* min/max pressure and finger width as detected */ member in struct:_SynapticsPrivateRec
H A Deventcomm.c407 event_get_abs(pInfo, pInfo->fd, ABS_PRESSURE, &priv->minp, &priv->maxp,
454 priv->minp, priv->maxp);
H A Dsynaptics.c234 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 Dmkfontscale.c935 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 Dftfuncs.c217 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 Dftfuncs.c215 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 Dttobjs.c1073 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 Dttinterp.c411 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 Dsfobjs.c882 LOAD_( maxp );

Completed in 62 milliseconds