HomeSort by: relevance | last modified time | path
    Searched defs:exclusive (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/freetype/dist/src/gxvalid/
gxvfeat.h 49 FT_Bool exclusive; member in struct:GXV_Feature_RegistryRec_
gxvfgen.c 91 char exclusive; member in struct:GX_Feature_RegistryRec_
472 featreg_table[i].exclusive ? 1 : 0,
gxvfeat.c 84 FT_Bool exclusive,
124 if ( exclusive != gxv_feat_registry[feature].exclusive )
126 GXV_TRACE(( "exclusive flag %d differs from predefined value\n",
127 exclusive ));
165 FT_Bool exclusive,
178 /* If we have exclusive setting, the setting should be odd. */
179 if ( exclusive && ( setting & 1 ) == 0 )
203 FT_Bool exclusive; local
226 exclusive = FT_BOOL( featureFlags & GXV_FEAT_MASK_EXCLUSIVE_SETTINGS )
    [all...]
  /xsrc/external/mit/libXt/dist/include/X11/
EventI.h 83 unsigned int exclusive:1; member in struct:_XtGrabRec
  /xsrc/external/mit/libXt/dist/src/
TMparse.c 687 Boolean notFlag, exclusive, keysymAsMod; local
694 exclusive = FALSE;
713 exclusive = TRUE;
766 if (exclusive)
  /xsrc/external/mit/xedit/dist/lisp/modules/
xt.c 144 {LispFunction, Lisp_XtAddGrab, "xt-add-grab widget exclusive spring-loaded"},
242 (void)LispSetVariable(ATOM2("XT-GRAB-EXCLUSIVE"),
246 (void)LispSetVariable(ATOM2("XT-GRAB-NONE-EXCLUSIVE"),
1347 xt-add-grab widget exclusive spring-loaded
1351 Bool exclusive, spring_loaded; local
1363 exclusive = oexclusive != NIL;
1366 XtAddGrab(widget, exclusive, spring_loaded);
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_private.h 1220 bool exclusive; member in struct:tu_image
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_private.h 1962 bool exclusive; member in struct:radv_image
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_private.h 1522 bool exclusive; member in struct:radv_image

Completed in 13 milliseconds