Home
last modified time | relevance | path

Searched defs:SetEdgeColor (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/vr/elements/
H A Drect.cc26 void Rect::SetEdgeColor(SkColor color) { in SetEdgeColor() function in vr::Rect
/dports/math/vtk6/VTK-6.2.0/Interaction/Widgets/
H A DvtkImplicitPlaneRepresentation.cxx950 void vtkImplicitPlaneRepresentation::SetEdgeColor(vtkLookupTable* lut) in SetEdgeColor() function in vtkImplicitPlaneRepresentation
956 void vtkImplicitPlaneRepresentation::SetEdgeColor(double r, double g, double b) in SetEdgeColor() function in vtkImplicitPlaneRepresentation
970 void vtkImplicitPlaneRepresentation::SetEdgeColor(double c[3]) in SetEdgeColor() function in vtkImplicitPlaneRepresentation
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DCSProperties.cpp171 void CSProperties::SetEdgeColor(RGBa color) {EdgeColor.R=color.R;EdgeColor.G=color.G;EdgeColor.B=co… in SetEdgeColor() function in CSProperties
172 void CSProperties::SetEdgeColor(unsigned char R, unsigned char G, unsigned char B, unsigned char a)… in SetEdgeColor() function in CSProperties
/dports/math/vtk8/VTK-8.2.0/Interaction/Widgets/
H A DvtkImplicitCylinderRepresentation.cxx1008 void vtkImplicitCylinderRepresentation::SetEdgeColor(vtkLookupTable* lut) in SetEdgeColor() function in vtkImplicitCylinderRepresentation
1014 void vtkImplicitCylinderRepresentation::SetEdgeColor(double r, double g, double b) in SetEdgeColor() function in vtkImplicitCylinderRepresentation
1028 void vtkImplicitCylinderRepresentation::SetEdgeColor(double c[3]) in SetEdgeColor() function in vtkImplicitCylinderRepresentation
H A DvtkImplicitPlaneRepresentation.cxx1338 void vtkImplicitPlaneRepresentation::SetEdgeColor(vtkLookupTable* lut) in SetEdgeColor() function in vtkImplicitPlaneRepresentation
1344 void vtkImplicitPlaneRepresentation::SetEdgeColor(double r, double g, double b) in SetEdgeColor() function in vtkImplicitPlaneRepresentation
1358 void vtkImplicitPlaneRepresentation::SetEdgeColor(double c[3]) in SetEdgeColor() function in vtkImplicitPlaneRepresentation
/dports/math/vtk9/VTK-9.1.0/Interaction/Widgets/
H A DvtkImplicitCylinderRepresentation.cxx1001 void vtkImplicitCylinderRepresentation::SetEdgeColor(vtkLookupTable* lut) in SetEdgeColor() function in vtkImplicitCylinderRepresentation
1007 void vtkImplicitCylinderRepresentation::SetEdgeColor(double r, double g, double b) in SetEdgeColor() function in vtkImplicitCylinderRepresentation
1020 void vtkImplicitCylinderRepresentation::SetEdgeColor(double c[3]) in SetEdgeColor() function in vtkImplicitCylinderRepresentation
H A DvtkImplicitPlaneRepresentation.cxx1301 void vtkImplicitPlaneRepresentation::SetEdgeColor(vtkLookupTable* lut) in SetEdgeColor() function in vtkImplicitPlaneRepresentation
1307 void vtkImplicitPlaneRepresentation::SetEdgeColor(double r, double g, double b) in SetEdgeColor() function in vtkImplicitPlaneRepresentation
1320 void vtkImplicitPlaneRepresentation::SetEdgeColor(double c[3]) in SetEdgeColor() function in vtkImplicitPlaneRepresentation
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_Aspects.hxx382 void SetEdgeColor (const Quantity_Color& theColor) { myEdgeColor.SetRGB (theColor); } in SetEdgeColor() function in Graphic3d_Aspects
385 void SetEdgeColor (const Quantity_ColorRGBA& theColor) { myEdgeColor = theColor; } in SetEdgeColor() function in Graphic3d_Aspects
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Aspects.hxx431 void SetEdgeColor (const Quantity_Color& theColor) { myEdgeColor.SetRGB (theColor); } in SetEdgeColor() function in Graphic3d_Aspects
434 void SetEdgeColor (const Quantity_ColorRGBA& theColor) { myEdgeColor = theColor; } in SetEdgeColor() function in Graphic3d_Aspects
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_Aspects.hxx431 void SetEdgeColor (const Quantity_Color& theColor) { myEdgeColor.SetRGB (theColor); } in SetEdgeColor() function in Graphic3d_Aspects
434 void SetEdgeColor (const Quantity_ColorRGBA& theColor) { myEdgeColor = theColor; } in SetEdgeColor() function in Graphic3d_Aspects
/dports/graphics/lazpaint/lazpaint-7.1.6/bgracontrols/
H A Ddtanalogcommon.pas46 procedure SetEdgeColor(AValue: TColor); procedure
271 procedure TDTPointerCapSettings.SetEdgeColor(AValue: TColor); procedure
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/python/CSXCAD/
H A DCSProperties.pyx218 def SetEdgeColor(self, color, alpha=255): member in CSProperties