Searched refs:ops (Results 1 - 10 of 10) sorted by relevance
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/ |
H A D | dpswinops.psw | 50 defineps DPSinueofill(DPSContext ctxt; float x, y; char nums[n]; int n; char ops[l]; int l | boolean *b) 51 x y [(nums) (ops)] inueofill b 54 defineps DPSinufill(DPSContext ctxt; float x, y; char nums[n]; int n; char ops[l]; int l | boolean *b) 55 x y [(nums) (ops)] inufill b 58 defineps DPSinustroke(DPSContext ctxt; float x, y; char nums[n]; int n; char ops[l]; int l | boolean *b) 59 x y [(nums) (ops)] inustroke b
|
H A D | pswinops.psw | 51 defineps PSinueofill(float x, y; char nums[n]; int n; char ops[l]; int l | boolean *b) 52 x y [(nums) (ops)] inueofill b 55 defineps PSinufill(float x, y; char nums[n]; int n; char ops[l]; int l | boolean *b) 56 x y [(nums) (ops)] inufill b 59 defineps PSinustroke(float x, y; char nums[n]; int n; char ops[l]; int l | boolean *b) 60 x y [(nums) (ops)] inustroke b
|
H A D | dpspntops.psw | 98 defineps DPSueofill(DPSContext ctxt; char nums[n]; int n; char ops[l]; int l) 99 [(nums) (ops)] ueofill 102 defineps DPSufill(DPSContext ctxt; char nums[n]; int n; char ops[l]; int l) 103 [(nums) (ops)] ufill 106 defineps DPSustroke(DPSContext ctxt; char nums[n]; int n; char ops[l]; int l) 107 [(nums) (ops)] ustroke 110 defineps DPSustrokepath(DPSContext ctxt; char nums[n]; int n; char ops[l]; int l) 111 [(nums) (ops)] ustrokepath
|
H A D | pspntops.psw | 98 defineps PSueofill(char nums[n]; int n; char ops[l]; int l) 99 [(nums) (ops)] ueofill 102 defineps PSufill(char nums[n]; int n; char ops[l]; int l) 103 [(nums) (ops)] ufill 106 defineps PSustroke(char nums[n]; int n; char ops[l]; int l) 107 [(nums) (ops)] ustroke 110 defineps PSustrokepath(char nums[n]; int n; char ops[l]; int l) 111 [(nums) (ops)] ustrokepath
|
H A D | dpspathops.psw | 146 defineps DPSuappend(DPSContext ctxt; char nums[n]; int n; char ops[l]; int l) 147 [(nums) (ops)] uappend
|
H A D | pspathops.psw | 146 defineps PSuappend(char nums[n]; int n; char ops[l]; int l) 147 [(nums) (ops)] uappend
|
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/ |
H A D | XDPSuserpath.c | 50 void PSDoUserPath(coords, numCoords, numType, ops, numOps, bbox, action) 54 DPSUserPathOp *ops; 59 DPSDoUserPath(DPSGetCurrentContext(), coords, numCoords, numType, ops, local 63 void DPSDoUserPath(ctxt, coords, numCoords, numType, ops, numOps, bbox, action) 68 DPSUserPathOp *ops; 87 {DPS_LITERAL|DPS_STRING, 0, 0, 32}, /* param ops */ 98 hasUCache = (*ops == dps_ucache); 101 needBBox = (numOps > 1 && ops[1] != dps_setbbox); 102 } else needBBox = (*ops != dps_setbbox); 138 DPSWriteStringChars(ctxt, (char *) ops, [all...] |
/solaris-x11-s11/open-src/lib/DPS/sun-src/include/DPS/ |
H A D | dpsXuserpath.h | 116 DPSUserPathOp *ops, 125 DPSUserPathOp *ops, 136 DPSUserPathOp *ops, 148 DPSUserPathOp *ops,
|
/solaris-x11-s11/open-src/kernel/i915/src/ |
H A D | i915_gem.c | 1311 const struct drm_i915_gem_object_ops *ops = obj->ops; local 1321 ops->put_pages(obj); 1362 const struct drm_i915_gem_object_ops *ops = obj->ops; local 1370 ret = ops->get_pages(obj); 3276 const struct drm_i915_gem_object_ops *ops) 3283 obj->ops = ops; 3275 i915_gem_object_init(struct drm_i915_gem_object *obj, const struct drm_i915_gem_object_ops *ops) argument
|
H A D | i915_drv.h | 475 /* global gtt ops */ 1232 const struct drm_i915_gem_object_ops *ops; member in struct:drm_i915_gem_object 1665 const struct drm_i915_gem_object_ops *ops);
|
Completed in 43 milliseconds