Home
last modified time | relevance | path

Searched refs:pExtend (Results 1 – 11 of 11) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzshade.c312 ref *pExtend; in build_directional_shading() local
321 if (dict_find_string(op, "Extend", &pExtend) <= 0) in build_directional_shading()
326 if (!r_is_array(pExtend)) in build_directional_shading()
328 else if (r_size(pExtend) != 2) in build_directional_shading()
330 else if ((array_get(pExtend, 0L, &E0), !r_has_type(&E0, t_boolean)) || in build_directional_shading()
331 (array_get(pExtend, 1L, &E1), !r_has_type(&E1, t_boolean)) in build_directional_shading()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzshade.c312 ref *pExtend; in build_directional_shading() local
321 if (dict_find_string(op, "Extend", &pExtend) <= 0) in build_directional_shading()
326 if (!r_is_array(pExtend)) in build_directional_shading()
328 else if (r_size(pExtend) != 2) in build_directional_shading()
330 else if ((array_get(pExtend, 0L, &E0), !r_has_type(&E0, t_boolean)) || in build_directional_shading()
331 (array_get(pExtend, 1L, &E1), !r_has_type(&E1, t_boolean)) in build_directional_shading()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzshade.c379 ref *pExtend; in build_directional_shading() local
390 if (dict_find_string(op, "Extend", &pExtend) <= 0) in build_directional_shading()
395 if (!r_is_array(pExtend)) in build_directional_shading()
397 else if (r_size(pExtend) != 2) in build_directional_shading()
399 else if ((array_get(imemory, pExtend, 0L, &E0), in build_directional_shading()
401 (array_get(imemory, pExtend, 1L, &E1), in build_directional_shading()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzshade.c381 ref *pExtend; in build_directional_shading() local
392 if (dict_find_string(op, "Extend", &pExtend) <= 0) in build_directional_shading()
397 if (!r_is_array(pExtend)) in build_directional_shading()
399 else if (r_size(pExtend) != 2) in build_directional_shading()
401 else if ((array_get(imemory, pExtend, 0L, &E0), in build_directional_shading()
403 (array_get(imemory, pExtend, 1L, &E1), in build_directional_shading()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzshade.c383 ref *pExtend; in build_directional_shading() local
394 if (dict_find_string(op, "Extend", &pExtend) <= 0) in build_directional_shading()
399 if (!r_is_array(pExtend)) in build_directional_shading()
401 else if (r_size(pExtend) != 2) in build_directional_shading()
403 else if ((array_get(imemory, pExtend, 0L, &E0), in build_directional_shading()
405 (array_get(imemory, pExtend, 1L, &E1), in build_directional_shading()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzshade.c383 ref *pExtend; in build_directional_shading() local
394 if (dict_find_string(op, "Extend", &pExtend) <= 0) in build_directional_shading()
399 if (!r_is_array(pExtend)) in build_directional_shading()
401 else if (r_size(pExtend) != 2) in build_directional_shading()
403 else if ((array_get(imemory, pExtend, 0L, &E0), in build_directional_shading()
405 (array_get(imemory, pExtend, 1L, &E1), in build_directional_shading()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzshade.c379 ref *pExtend; in build_directional_shading() local
390 if (dict_find_string(op, "Extend", &pExtend) <= 0) in build_directional_shading()
395 if (!r_is_array(pExtend)) in build_directional_shading()
397 else if (r_size(pExtend) != 2) in build_directional_shading()
399 else if ((array_get(imemory, pExtend, 0L, &E0), in build_directional_shading()
401 (array_get(imemory, pExtend, 1L, &E1), in build_directional_shading()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzshade.c381 ref *pExtend; in build_directional_shading() local
392 if (dict_find_string(op, "Extend", &pExtend) <= 0) in build_directional_shading()
397 if (!r_is_array(pExtend)) in build_directional_shading()
399 else if (r_size(pExtend) != 2) in build_directional_shading()
401 else if ((array_get(imemory, pExtend, 0L, &E0), in build_directional_shading()
403 (array_get(imemory, pExtend, 1L, &E1), in build_directional_shading()
/dports/lang/ficl/ficl-4.1.0/
H A Dficlcompatibility.h146 void *pExtend; member
373 void *pExtend; member
402 void *pExtend; /* Initializes VM's pExtend pointer - for application use */ member
/dports/lang/ficl/ficl-4.1.0/doc/source/
H A Dupgrading.ht170 oldvsnew("pExtend", "context", "ficlVmGetContext(), ficlSystemGetContext()")
H A Dreleases.ht287 …lidated <code>context</code> and <code>pExtend</code> pointers of <code>FICL_SYSTEM</code>&#151;VM…