Searched refs:TypeMask (Results 1 – 7 of 7) sorted by relevance
733 if ((type & TypeMask) == (XRT_PIXMAP & TypeMask)) { in dmxBERestorePixmapImage()903 if ((type & TypeMask) == (RT_WINDOW & TypeMask)) { in dmxBECreateResources()906 else if ((type & TypeMask) == (RT_PIXMAP & TypeMask)) { in dmxBECreateResources()914 else if ((type & TypeMask) == (RT_GC & TypeMask)) { in dmxBECreateResources()936 else if ((type & TypeMask) == (RT_FONT & TypeMask)) { in dmxBECreateResources()939 else if ((type & TypeMask) == (RT_CURSOR & TypeMask)) { in dmxBECreateResources()942 else if ((type & TypeMask) == (RT_COLORMAP & TypeMask)) { in dmxBECreateResources()950 else if ((type & TypeMask) == (PictureType & TypeMask)) { in dmxBECreateResources()953 else if ((type & TypeMask) == (GlyphSetType & TypeMask)) { in dmxBECreateResources()1430 if ((type & TypeMask) == (XRT_PIXMAP & TypeMask)) { in dmxBEFindPixmapImage()[all …]
179 RESTYPE TypeMask; variable545 return resourceTypes[type & TypeMask].sizeFunc; in GetResourceTypeSizeFunc()562 resourceTypes[type & TypeMask].sizeFunc = sizeFunc; in SetResourceTypeSizeFunc()580 resourceTypes[type & TypeMask].findSubResFunc = findFunc; in SetResourceTypeFindSubResFunc()586 resourceTypes[type & TypeMask].errorValue = errorValue; in SetResourceTypeErrorValue()597 TypeMask = next - 1; in CreateNewResourceClass()640 TypeMask = RC_LASTPREDEF - 1; in InitClientResources()818 (*resourceTypes[type & TypeMask].deleteFunc) (value, id); in AddResource()880 resourceTypes[res->type & TypeMask].deleteFunc(res->value, res->id); in doFreeResource()1013 struct ResourceType rtype = resourceTypes[type & TypeMask]; in FindSubResources()[all …]
271 resource &= TypeMask; in RegisterResourceName()285 resource &= TypeMask; in LookupResourceName()
583 return offsets[RT_WINDOW & TypeMask]; in dixLookupPrivateOffset()585 return offsets[RT_PIXMAP & TypeMask]; in dixLookupPrivateOffset()587 type = type & TypeMask; in dixLookupPrivateOffset()
319 tmp = SELinuxArrayGet(&arr_types, type & TypeMask); in SELinuxTypeToClass()344 SELinuxArraySet(&arr_types, type & TypeMask, tmp); in SELinuxTypeToClass()
274 counts[(type & TypeMask) - 1]++; in ResFindAllRes()
261 extern _X_EXPORT RESTYPE TypeMask;