Home
last modified time | relevance | path

Searched refs:fcolors_array (Results 1 – 21 of 21) sorted by relevance

/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dxfield.c401 xf->fcolors_array = xf->bcolors_array = colors_array; in _dxf_XColors()
412 xf->fcolors = DXGetArrayDataLocal(xf->fcolors_array); in _dxf_XColors()
422 xf->fcolors = DXGetArrayData(xf->fcolors_array); in _dxf_XColors()
449 if (!xf->fcolors_array) xf->fcolors_array = colors_array; in _dxf_XColors()
451 if (!xf->fcolors_array && !xf->bcolors_array) { in _dxf_XColors()
476 DXGetArrayInfo(xf->fcolors_array? xf->fcolors_array : xf->bcolors_array, in _dxf_XColors()
479 if (xf->fcolors_array) { in _dxf_XColors()
511 xf->fcolors = DXGetArrayDataLocal(xf->fcolors_array); in _dxf_XColors()
519 xf->fcolors = DXGetArrayData(xf->fcolors_array); in _dxf_XColors()
528 DXGetArrayInfo(xf->fcolors_array, &n, NULL, NULL, NULL, NULL); in _dxf_XColors()
[all …]
H A Drender.h136 Array fcolors_array; member
208 xfld.fcolors_array = NULL; \
H A Dlbshade.Z428 if (!xf.fcolors_array && !xf.bcolors_array)
493 Array fcolors_array = NULL, bcolors_array = NULL;
497 if (! work(&xf, shade, normals_array, &fcolors_array, &bcolors_array))
505 if (fcolors_array)
507 DXSetComponentValue(f, "front colors", (Object) fcolors_array);
509 DXSetAttribute((Object)fcolors_array, DEP, O_CONNECTIONS);
511 DXSetAttribute((Object)fcolors_array, DEP, O_POSITIONS);
513 DXSetAttribute((Object)fcolors_array, DEP, O_POLYLINES);
1457 if ((!fcst || !ncst) && xf->fcolors_array)
H A Dlbshade.c360 if (!xf.fcolors_array && !xf.bcolors_array) in task()
405 Array fcolors_array = NULL, bcolors_array = NULL; in task() local
406 if (! work(&xf, shade, normals_array, &fcolors_array, &bcolors_array)) in task()
412 if (fcolors_array) in task()
414 DXSetComponentValue(f, "front colors", (Object) fcolors_array); in task()
416 DXSetAttribute((Object)fcolors_array, DEP, O_CONNECTIONS); in task()
418 DXSetAttribute((Object)fcolors_array, DEP, O_POSITIONS); in task()
420 DXSetAttribute((Object)fcolors_array, DEP, O_POLYLINES); in task()
1006 if ((!fcst || !ncst) && xf->fcolors_array) in work()
H A Dgather.c322 if (xf->fcolors_array != xf->bcolors_array) in _dxfField_Gather()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwXfield.c385 if (!xf->fcolors_array) xf->fcolors_array = colors_array; in _XColors()
389 if(!xf->fcolors_array) in _XColors()
391 if(!xf->fcolors_array) in _XColors()
443 DXGetArrayInfo(xf->fcolors_array? xf->fcolors_array : xf->bcolors_array, in _XColors()
446 if (xf->fcolors_array) { in _XColors()
468 if (xf->fcolors_array) { in _XColors()
563 if (xf->fcolors_array) in _XOpacities()
725 if(xf->fcolors_array) in _dxf_deleteXfield()
726 { DXDelete((dxObject)xf->fcolors_array); xf->fcolors_array = NULL; } in _dxf_deleteXfield()
1685 DXDelete((dxObject)xf->fcolors_array); in _gammaCorrectColors()
[all …]
H A DhwXfield.h211 Array fcolors_array; member
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/starbase/
H A DhwUnconPointDrawSB.c53 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in _dxfUnconnectedPointDraw()
56 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in _dxfUnconnectedPointDraw()
H A DhwPolylineDrawSB.c109 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in _dxfPolylineDraw()
112 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array); in _dxfPolylineDraw()
H A DhwPlineDrawSB.c163 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in _dxfPlineDraw()
166 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in _dxfPlineDraw()
H A DhwLineDrawSB.c123 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in _dxfLineDraw()
126 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in _dxfLineDraw()
H A DhwPolyhedraDrawSB.c.h114 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY)
117 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ;
H A DhwMeshDrawSB.c.h170 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in tdmMeshDraw()
173 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in tdmMeshDraw()
H A DhwPolygonDrawSB.c.h164 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in tdmPolygonDraw()
167 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in tdmPolygonDraw()
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/xgl/
H A DhwUnconPointDraw.c139 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in _dxfUnconnectedPointDraw()
142 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in _dxfUnconnectedPointDraw()
H A DhwPlineDraw.c168 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in _dxfPlineDraw()
171 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in _dxfPlineDraw()
H A DhwMeshDraw.c.h225 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in tdmMeshDraw()
228 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in tdmMeshDraw()
H A DhwPolyhedraDrawXGL.c.h521 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in _dxfPolyhedraDraw()
524 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in _dxfPolyhedraDraw()
H A DhwLineDraw.c505 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in _dxfLineDraw()
508 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in _dxfLineDraw()
H A DhwPolylineDraw.c549 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) in _dxfPolylineDraw()
552 fcolors = (Pointer) DXGetArrayData(xf->fcolors_array) ; in _dxfPolylineDraw()
H A DhwPolygonDraw.c946 if (DXGetArrayClass(xf->fcolors_array) == CLASS_CONSTANTARRAY) \
949 colors = (Pointer) DXGetArrayData(xf->fcolors_array) ; \