Home
last modified time | relevance | path

Searched refs:fcolors (Results 26 – 50 of 72) sorted by relevance

123

/dports/graphics/py-scikit-image/scikit-image-0.19.0/doc/examples/segmentation/
H A Dplot_euler_number.py123 fcolors = explode(np.where(volume, blue, red))
130 ax.voxels(x, y, z, filled, facecolors=fcolors)
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/IO/
H A DPLY_io_plugin.cpp132 std::vector<CGAL::IO::Color> fcolors; in load() local
135 if (!(CGAL::IO::read_PLY (in, points, polygons, fcolors, vcolors))) in load()
144 soup_item->load (points, polygons, fcolors, vcolors); in load()
H A D3mf_io_plugin.cpp214 SMesh::Property_map<face_descriptor, CGAL::IO::Color> fcolors = in save() local
218 colors.push_back(get(fcolors, fd)); in save()
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dpaint.c150 xf.fcolors, xf.bcolors, xf.opacities, in _dxfField_Paint()
166 xf.fcolors, xf.bcolors, xf.opacities, in _dxfField_Paint()
181 xf.fcolors, xf.opacities, in _dxfField_Paint()
196 NULL, xf.fcolors, xf.opacities, in _dxfField_Paint()
H A Dlbshade.Z1277 RGBColor *fcolors, *bcolors;
1467 if (!fcolors)
1471 fcolors = NULL;
1491 ifc = xf->fcolors, ofc = fcolors;
1498 fcolors->r = col->r * fambr;
1499 fcolors->g = col->g * fambg;
1503 *ofc++ = *fcolors;
1558 *ofc++ = *fcolors;
1645 ifc = xf->fcolors, ofc = fcolors;
1679 if (fcolors) {
[all …]
H A Dlbshade.c833 RGBColor *fcolors, *bcolors; in work() local
1014 if (!fcolors) in work()
1018 fcolors = NULL; in work()
1033 ifc = xf->fcolors, ofc = fcolors; in work()
1040 fcolors->r = col->r * fambr; in work()
1041 fcolors->g = col->g * fambg; in work()
1044 *ofc++ = *fcolors; in work()
1097 *ofc++ = *fcolors; in work()
1176 ifc = xf->fcolors, ofc = fcolors; in work()
2538 if (fcolors) { in work()
[all …]
H A Dtriangle.c29 Pointer fcolors = xf->fcolors; in tri_vol() local
909 Pointer fcolors = xf->fcolors; in tri_translucent() local
932 fcolors = (Pointer)vcolors; in tri_translucent()
1284 fcolors = (Pointer)vcolors; in tri_translucent()
3066 Pointer fcolors = xf->fcolors; in tri_opaque() local
4173 Pointer fcolors, in tri_flat_face() argument
4554 Pointer fcolors, in tri_flat_vol() argument
5011 Pointer fcolors, in tri_flat_translucent() argument
6101 Pointer fcolors, in tri_flat_opaque() argument
7191 Pointer fcolors, in _dxf_TriangleFlat() argument
[all …]
H A Dline.c334 unsigned char *colors = (unsigned char *)xf->fcolors; in _dxf_Line()
361 xf->fcolors, xf->bcolors, xf->cmap, in _dxf_Line()
465 if (!xf->fcolors) in _dxf_LineFlat()
514 unsigned char *colors = (unsigned char *)xf->fcolors; in _dxf_Polyline()
575 xf->fcolors, xf->bcolors, xf->cmap, in _dxf_Polyline()
709 if (!xf->fcolors) in _dxf_PolylineFlat()
H A Dpoint.c49 Pointer colors = xf->fcolors; in _dxf_Points()
125 Pointer colors = xf->fcolors; in _dxf_Point()
H A Dvolume.c204 (Pointer)&(((unsigned char *)xf->fcolors)[xf->fcst ? 0 : i]) : \ in _dxf_VolumeIrregular()
205 (Pointer)&(((RGBColor *)xf->fcolors)[xf->fcst ? 0 : i])) in _dxf_VolumeIrregular()
228 xf->fcolors, xf->opacities, in _dxf_VolumeIrregular()
241 xf->fcolors, xf->opacities, in _dxf_VolumeIrregular()
1464 (Pointer)((unsigned char *)(xf->fcolors) + 0) : in VolumeRegularPlane()
1465 (Pointer)((unsigned char *)(xf->fcolors) + n2) : in VolumeRegularPlane()
1467 (Pointer)((RGBColor *)(xf->fcolors) + 0) : in VolumeRegularPlane()
1468 (Pointer)((RGBColor *)(xf->fcolors) + n2), in VolumeRegularPlane()
H A Dquad.c29 Pointer fcolors = xf->fcolors; in quad_vol() local
49 if (xf->fcolors) { in quad_vol()
50 colors = xf->fcolors ; in quad_vol()
882 if (xf->fcolors) { in quad_vol()
1733 Pointer fcolors = xf->fcolors; in quad_translucent() local
5743 Pointer fcolors = xf->fcolors; in quad_opaque() local
8456 Pointer fcolors = xf->fcolors; in _dxf_QuadComposite() local
10491 Pointer fcolors, in quad_flat_face() argument
11181 Pointer fcolors, in quad_flat_vol() argument
12050 Pointer fcolors, in quad_flat_translucent() argument
[all …]
H A Drender.h82 Pointer fcolors, bcolors; /* front/back colors or byte data */ member
197 xfld.fcolors = NULL; \
/dports/math/cgal/CGAL-5.3/include/CGAL/IO/
H A DPLY.h237 ColorRange& fcolors,
245 std::back_inserter(fcolors),
255 ColorRange& fcolors,
264 std::back_inserter(fcolors),
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DScene_polygon_soup_item.h29 Colors fcolors; member
123 const std::vector<CGAL::IO::Color>& fcolors,
H A DScene_surface_mesh_item.cpp229 SMesh::Property_map<face_descriptor, CGAL::IO::Color> *fcolors,
235 SMesh::Property_map<face_descriptor, CGAL::IO::Color> *fcolors,
449 SMesh::Property_map<face_descriptor, CGAL::IO::Color> fcolors = in compute_elements() local
572 CGAL::IO::Color c = fcolors[fd]; in compute_elements()
599 c= &fcolors[fd]; in compute_elements()
638 triangulate_convex_facet(fd, &fnormals, &fcolors, nullptr, name, false); in compute_elements()
642 triangulate_facet(fd, &fnormals, &fcolors, nullptr, name, false); in compute_elements()
899 … SMesh::Property_map<face_descriptor, CGAL::IO::Color> *fcolors, in triangulate_convex_facet() argument
926 color = &(*fcolors)[fd]; in triangulate_convex_facet()
956 … SMesh::Property_map<face_descriptor, CGAL::IO::Color> *fcolors, in triangulate_facet() argument
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwXfield.c452 check(fcolors, "colors", TYPE_UBYTE, 1); in _XColors()
457 check(fcolors, "colors", TYPE_FLOAT, 3); in _XColors()
459 compare(fcolors, "colors", ncolors); in _XColors()
485 CHECK_CONST_ARRAY(fcolors); in _XColors()
723 if (xf->fcolors) { DXFreeArrayHandle(xf->fcolors); xf->fcolors = NULL; } in _dxf_deleteXfield()
1687 DXFreeArrayHandle(xf->fcolors); in _gammaCorrectColors()
1691 xf->fcolors = arrayHandle; in _gammaCorrectColors()
H A DhwXfield.h212 ArrayHandle fcolors; member
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/PMP/
H A DOrient_soup_plugin.cpp134 SMesh::Property_map<face_descriptor, CGAL::IO::Color> fcolors = in set_fcolors() local
137 …boost::tie(fcolors, created) = smesh->add_property_map<SMesh::Face_index,CGAL::IO::Color>("f:color… in set_fcolors()
141 fcolors[fd] = colors[color_id++]; in set_fcolors()
/dports/games/klines/klines-21.12.3/src/
H A Dscene.h242 BallColor fcolors[FIELD_SIZE][FIELD_SIZE]; member
/dports/math/z3/z3-z3-4.8.13/src/smt/
H A Dsmt_internalizer.cpp52 static char get_color(char_vector & tcolors, char_vector & fcolors, expr * n, bool gate_ctx) { in get_color() argument
53 char_vector & colors = gate_ctx ? tcolors : fcolors; in get_color()
59 …static void set_color(char_vector & tcolors, char_vector & fcolors, expr * n, bool gate_ctx, char … in set_color() argument
60 char_vector & colors = gate_ctx ? tcolors : fcolors; in set_color()
103 if (get_color(tcolors, fcolors, n, gate_ctx) == White) { in ts_visit_child()
157 fcolors.reset(); in top_sort_expr()
162 switch (get_color(tcolors, fcolors, curr, gate_ctx)) { in top_sort_expr()
164 set_color(tcolors, fcolors, curr, gate_ctx, Grey); in top_sort_expr()
169 set_color(tcolors, fcolors, curr, gate_ctx, Black); in top_sort_expr()
/dports/math/py-z3-solver/z3-z3-4.8.10/src/smt/
H A Dsmt_internalizer.cpp52 static char get_color(char_vector & tcolors, char_vector & fcolors, expr * n, bool gate_ctx) { in get_color() argument
53 char_vector & colors = gate_ctx ? tcolors : fcolors; in get_color()
59 …static void set_color(char_vector & tcolors, char_vector & fcolors, expr * n, bool gate_ctx, char … in set_color() argument
60 char_vector & colors = gate_ctx ? tcolors : fcolors; in set_color()
103 if (get_color(tcolors, fcolors, n, gate_ctx) == White) { in ts_visit_child()
157 fcolors.reset(); in top_sort_expr()
162 switch (get_color(tcolors, fcolors, curr, gate_ctx)) { in top_sort_expr()
164 set_color(tcolors, fcolors, curr, gate_ctx, Grey); in top_sort_expr()
169 set_color(tcolors, fcolors, curr, gate_ctx, Black); in top_sort_expr()
/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Dtagexts.c731 struct rpmtd_s fcolors; in headercolorTag() local
733 headerGet(h, RPMTAG_FILECOLORS, &fcolors, HEADERGET_MINMEM); in headercolorTag()
734 while ((fcolor = rpmtdNextUint32(&fcolors)) != NULL) { in headercolorTag()
737 rpmtdFreeData(&fcolors); in headercolorTag()
H A Drpmfi.c100 rpm_color_t * fcolors; /*!< File color bits (header) */ member
635 if (files != NULL && files->fcolors != NULL) { in rpmfilesColor()
638 color |= files->fcolors[i]; in rpmfilesColor()
655 if (fi->fcolors != NULL) in rpmfilesFColor()
657 fcolor = (fi->fcolors[ix] & 0x0f); in rpmfilesFColor()
1281 fi->fcolors = _free(fi->fcolors); in rpmfilesFree()
1533 _hgfi(h, RPMTAG_FILECOLORS, &td, scareFlags, fi->fcolors); in rpmfilesPopulate()
/dports/graphics/p5-Imager/Imager-1.012/lib/Imager/
H A Dinterface.pod174 =item i_f_plinf(im,l,r,y,fcolors)
177 specified by C<colors> (or C<fcolors>). Returns the number of pixels
190 =item i_f_glinf(im,l,r,y,fcolors)
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/gles2rice/src/
H A Dtypedefs.h222 float fcolors[4]; member

123