Home
last modified time | relevance | path

Searched refs:aPart1 (Results 1 – 3 of 3) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_Trihedron.cxx898 Prs3d_DatumParts aPart1 = Prs3d_DatumParts_XAxis, aPart2 = Prs3d_DatumParts_XAxis; in updatePrimitives() local
903 aPart1 = Prs3d_DatumParts_XAxis; in updatePrimitives()
909 aPart1 = Prs3d_DatumParts_YAxis; in updatePrimitives()
915 aPart1 = Prs3d_DatumParts_XAxis; in updatePrimitives()
921 aPrims->AddVertex(anAxisPoints.Find(aPart1)); in updatePrimitives()
/dports/lang/squeak/Squeak-4.10.2.2614-src/unix/src/plugins/Squeak3D/
H A DSqueak3D.c2292 double aPart1; in shadeVertex() local
2364 aPart1 = ((vtxInColor[3]) * ((primLight + DiffusePart)[3])) * (lightScale * cosAngle); in shadeVertex()
2369aPart1 = (((primMaterial + DiffusePart)[3]) * ((primLight + DiffusePart)[3])) * (lightScale * cosA… in shadeVertex()
2374 vtxOutColor[3] = ((vtxOutColor[3]) + aPart1); in shadeVertex()
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_ViewerCommands.cxx6563 TCollection_AsciiString aPart1, aPart2; in replace() local
6568 aPart1 = theCmd.SubString (1, aPart1To); in replace()
6578 theCmd = aPart1 + theVal + aPart2; in replace()