Home
last modified time | relevance | path

Searched refs:theAspect (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DFont_SystemFont.hxx43 … return myFilePaths[theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAspect_Regular]; in FontPath()
47 Standard_Integer FontFaceId (Font_FontAspect theAspect) const in FontFaceId()
49 return myFaceIds[theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAspect_Regular]; in FontFaceId()
53 Standard_EXPORT void SetFontPath (Font_FontAspect theAspect,
58 bool HasFontAspect (Font_FontAspect theAspect) const in HasFontAspect()
60 …return !myFilePaths[theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAspect_Regular].… in HasFontAspect()
64 const TCollection_AsciiString& FontPathAny (Font_FontAspect theAspect, in FontPathAny() argument
68 …const Font_FontAspect anAspect = theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAsp… in FontPathAny()
76 if (theAspect == Font_FontAspect_Italic in FontPathAny()
77 || theAspect == Font_FontAspect_BoldItalic) in FontPathAny()
[all …]
H A DPrs3d_Drawer.hxx338 Standard_EXPORT void SetUIsoAspect (const Handle(Prs3d_IsoAspect)& theAspect);
360 Standard_EXPORT void SetVIsoAspect (const Handle(Prs3d_IsoAspect)& theAspect);
376 Standard_EXPORT void SetWireAspect (const Handle(Prs3d_LineAspect)& theAspect);
412 Standard_EXPORT void SetPointAspect (const Handle(Prs3d_PointAspect)& theAspect);
434 Standard_EXPORT void SetLineAspect (const Handle(Prs3d_LineAspect)& theAspect);
454 Standard_EXPORT void SetTextAspect (const Handle(Prs3d_TextAspect)& theAspect);
500 Standard_EXPORT void SetPlaneAspect (const Handle(Prs3d_PlaneAspect)& theAspect);
510 Standard_EXPORT void SetArrowAspect (const Handle(Prs3d_ArrowAspect)& theAspect);
588 Standard_EXPORT void SetVectorAspect (const Handle(Prs3d_LineAspect)& theAspect);
618 Standard_EXPORT void SetDatumAspect (const Handle(Prs3d_DatumAspect)& theAspect);
[all …]
H A DPrs3d_DimensionAspect.hxx39 void SetLineAspect (const Handle(Prs3d_LineAspect)& theAspect) { myLineAspect = theAspect; } in SetLineAspect() argument
45 void SetTextAspect (const Handle(Prs3d_TextAspect)& theAspect) { myTextAspect = theAspect; } in SetTextAspect() argument
95 void SetArrowAspect (const Handle(Prs3d_ArrowAspect)& theAspect) { myArrowAspect = theAspect; } in SetArrowAspect() argument
H A DPrs3d_LineAspect.hxx45 Prs3d_LineAspect(const Handle(Graphic3d_AspectLine3d)& theAspect) : myAspect (theAspect) {} in Prs3d_LineAspect() argument
64 void SetAspect (const Handle(Graphic3d_AspectLine3d)& theAspect) { myAspect = theAspect; } in SetAspect() argument
H A DOpenGl_AspectsTextureSet.hxx42 const Handle(Graphic3d_Aspects)& theAspect, in Handle()
49 build (theCtx, theAspect, theSprite, theSpriteA); in Handle()
58 Standard_EXPORT void UpdateRediness (const Handle(Graphic3d_Aspects)& theAspect);
67 const Handle(Graphic3d_Aspects)& theAspect,
H A DPrs3d_ShadingAspect.hxx39 …Prs3d_ShadingAspect (const Handle(Graphic3d_AspectFillArea3d)& theAspect) : myAspect (theAspect) {} in Prs3d_ShadingAspect() argument
63 void SetAspect (const Handle(Graphic3d_AspectFillArea3d)& theAspect) { myAspect = theAspect; } in SetAspect() argument
/dports/cad/opencascade/opencascade-7.6.0/src/Font/
H A DFont_SystemFont.hxx43 … return myFilePaths[theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAspect_Regular]; in FontPath()
47 Standard_Integer FontFaceId (Font_FontAspect theAspect) const in FontFaceId()
49 return myFaceIds[theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAspect_Regular]; in FontFaceId()
53 Standard_EXPORT void SetFontPath (Font_FontAspect theAspect,
58 bool HasFontAspect (Font_FontAspect theAspect) const in HasFontAspect()
60 …return !myFilePaths[theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAspect_Regular].… in HasFontAspect()
64 const TCollection_AsciiString& FontPathAny (Font_FontAspect theAspect, in FontPathAny() argument
68 …const Font_FontAspect anAspect = theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAsp… in FontPathAny()
76 if (theAspect == Font_FontAspect_Italic in FontPathAny()
77 || theAspect == Font_FontAspect_BoldItalic) in FontPathAny()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/XCAFDoc/
H A DXCAFDoc_VisMaterial.cxx212 theAspect.SetAmbientColor (myCommonMat.AmbientColor); in FillMaterialAspect()
217 theAspect.SetShininess (myCommonMat.Shininess); in FillMaterialAspect()
229 theAspect.SetPBRMaterial (aPbr); in FillMaterialAspect()
244 if (theAspect.Shininess() < 0.01f) in FillMaterialAspect()
247 theAspect.SetShininess (0.01f); in FillMaterialAspect()
259 theAspect.SetPBRMaterial (aPbr); in FillMaterialAspect()
277 theAspect->SetFrontMaterial (aMaterial); in FillAspect()
278 theAspect->SetAlphaMode (myAlphaMode , myAlphaCutOff); in FillAspect()
279 theAspect->SetFaceCulling (myFaceCulling); in FillAspect()
316 theAspect->SetTextureSet (aTextureSet); in FillAspect()
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DFont_SystemFont.hxx41 const TCollection_AsciiString& FontPath (Font_FontAspect theAspect) const in FontPath()
43 … return myFilePaths[theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAspect_Regular]; in FontPath()
47 Standard_EXPORT void SetFontPath (Font_FontAspect theAspect,
51 bool HasFontAspect (Font_FontAspect theAspect) const in HasFontAspect()
53 …return !myFilePaths[theAspect != Font_FontAspect_UNDEFINED ? theAspect : Font_FontAspect_Regular].… in HasFontAspect()
57 const TCollection_AsciiString& FontPathAny (Font_FontAspect theAspect, in FontPathAny() argument
60 …const TCollection_AsciiString& aPath = myFilePaths[theAspect != Font_FontAspect_UNDEFINED ? theAsp… in FontPathAny()
66 if (theAspect == Font_FontAspect_Italic in FontPathAny()
67 || theAspect == Font_FontAspect_BoldItalic) in FontPathAny()
69 if (theAspect == Font_FontAspect_BoldItalic in FontPathAny()
H A DPrs3d_Text.hxx42 const Handle(Prs3d_TextAspect)& theAspect,
53 const Handle(Prs3d_TextAspect)& theAspect,
73 const Handle(Prs3d_TextAspect)& theAspect, in Draw() argument
78 Draw (Prs3d_Root::CurrentGroup (thePrs), theAspect, theText, theOrientation, theHasOwnAnchor); in Draw()
84 const Handle(Prs3d_TextAspect)& theAspect, in Draw() argument
88 Draw (Prs3d_Root::CurrentGroup (thePrs), theAspect, theText, theAttachmentPoint); in Draw()
H A DPrs3d_Drawer.hxx370 Standard_EXPORT void SetUIsoAspect (const Handle(Prs3d_IsoAspect)& theAspect);
392 Standard_EXPORT void SetVIsoAspect (const Handle(Prs3d_IsoAspect)& theAspect);
408 Standard_EXPORT void SetWireAspect (const Handle(Prs3d_LineAspect)& theAspect);
437 Standard_EXPORT void SetPointAspect (const Handle(Prs3d_PointAspect)& theAspect);
459 Standard_EXPORT void SetLineAspect (const Handle(Prs3d_LineAspect)& theAspect);
479 Standard_EXPORT void SetTextAspect (const Handle(Prs3d_TextAspect)& theAspect);
525 Standard_EXPORT void SetPlaneAspect (const Handle(Prs3d_PlaneAspect)& theAspect);
535 Standard_EXPORT void SetArrowAspect (const Handle(Prs3d_ArrowAspect)& theAspect);
602 Standard_EXPORT void SetVectorAspect (const Handle(Prs3d_LineAspect)& theAspect);
632 Standard_EXPORT void SetDatumAspect (const Handle(Prs3d_DatumAspect)& theAspect);
[all …]
H A DPrs3d_DimensionAspect.hxx39 void SetLineAspect (const Handle(Prs3d_LineAspect)& theAspect) { myLineAspect = theAspect; } in SetLineAspect() argument
45 void SetTextAspect (const Handle(Prs3d_TextAspect)& theAspect) { myTextAspect = theAspect; } in SetTextAspect() argument
95 void SetArrowAspect (const Handle(Prs3d_ArrowAspect)& theAspect) { myArrowAspect = theAspect; } in SetArrowAspect() argument
H A DPrs3d_LineAspect.hxx45 Prs3d_LineAspect(const Handle(Graphic3d_AspectLine3d)& theAspect) : myAspect (theAspect) {} in Prs3d_LineAspect() argument
64 void SetAspect (const Handle(Graphic3d_AspectLine3d)& theAspect) { myAspect = theAspect; } in SetAspect() argument
H A DOpenGl_AspectsTextureSet.hxx42 const Handle(Graphic3d_Aspects)& theAspect, in Handle()
49 build (theCtx, theAspect, theSprite, theSpriteA); in Handle()
58 Standard_EXPORT void UpdateRediness (const Handle(Graphic3d_Aspects)& theAspect);
67 const Handle(Graphic3d_Aspects)& theAspect,
/dports/cad/opencascade/opencascade-7.6.0/src/Prs3d/
H A DPrs3d_Text.cxx32 const Handle(Prs3d_TextAspect)& theAspect, in Handle()
36 theGroup->SetPrimitivesAspect (theAspect->Aspect()); in Handle()
38 Handle(Graphic3d_Text) aText = new Graphic3d_Text ((Standard_ShortReal)theAspect->Height()); in Handle()
41 aText->SetHorizontalAlignment (theAspect->HorizontalJustification()); in Handle()
42 aText->SetVerticalAlignment (theAspect->VerticalJustification()); in Handle()
52 const Handle(Prs3d_TextAspect)& theAspect, in Handle()
57 theGroup->SetPrimitivesAspect (theAspect->Aspect()); in Handle()
59 Handle(Graphic3d_Text) aText = new Graphic3d_Text ((Standard_ShortReal)theAspect->Height()); in Handle()
63 aText->SetHorizontalAlignment (theAspect->HorizontalJustification()); in Handle()
64 aText->SetVerticalAlignment (theAspect->VerticalJustification()); in Handle()
H A DPrs3d_Drawer.cxx478 myUIsoAspect = theAspect; in SetUIsoAspect()
510 myVIsoAspect = theAspect; in SetVIsoAspect()
542 myWireAspect = theAspect; in SetWireAspect()
609 myPointAspect = theAspect; in SetPointAspect()
641 myLineAspect = theAspect; in SetLineAspect()
673 myTextAspect = theAspect; in SetTextAspect()
761 myPlaneAspect = theAspect; in SetPlaneAspect()
825 myArrowAspect = theAspect; in SetArrowAspect()
922 myVectorAspect = theAspect; in SetVectorAspect()
985 myDatumAspect = theAspect; in SetDatumAspect()
[all …]
H A DPrs3d_Drawer.hxx338 Standard_EXPORT void SetUIsoAspect (const Handle(Prs3d_IsoAspect)& theAspect);
360 Standard_EXPORT void SetVIsoAspect (const Handle(Prs3d_IsoAspect)& theAspect);
376 Standard_EXPORT void SetWireAspect (const Handle(Prs3d_LineAspect)& theAspect);
412 Standard_EXPORT void SetPointAspect (const Handle(Prs3d_PointAspect)& theAspect);
434 Standard_EXPORT void SetLineAspect (const Handle(Prs3d_LineAspect)& theAspect);
454 Standard_EXPORT void SetTextAspect (const Handle(Prs3d_TextAspect)& theAspect);
500 Standard_EXPORT void SetPlaneAspect (const Handle(Prs3d_PlaneAspect)& theAspect);
510 Standard_EXPORT void SetArrowAspect (const Handle(Prs3d_ArrowAspect)& theAspect);
588 Standard_EXPORT void SetVectorAspect (const Handle(Prs3d_LineAspect)& theAspect);
618 Standard_EXPORT void SetDatumAspect (const Handle(Prs3d_DatumAspect)& theAspect);
[all …]
H A DPrs3d_DimensionAspect.hxx39 void SetLineAspect (const Handle(Prs3d_LineAspect)& theAspect) { myLineAspect = theAspect; } in SetLineAspect() argument
45 void SetTextAspect (const Handle(Prs3d_TextAspect)& theAspect) { myTextAspect = theAspect; } in SetTextAspect() argument
95 void SetArrowAspect (const Handle(Prs3d_ArrowAspect)& theAspect) { myArrowAspect = theAspect; } in SetArrowAspect() argument
H A DPrs3d_LineAspect.hxx45 Prs3d_LineAspect(const Handle(Graphic3d_AspectLine3d)& theAspect) : myAspect (theAspect) {} in Prs3d_LineAspect() argument
64 void SetAspect (const Handle(Graphic3d_AspectLine3d)& theAspect) { myAspect = theAspect; } in SetAspect() argument
H A DPrs3d_ShadingAspect.hxx39 …Prs3d_ShadingAspect (const Handle(Graphic3d_AspectFillArea3d)& theAspect) : myAspect (theAspect) {} in Prs3d_ShadingAspect() argument
63 void SetAspect (const Handle(Graphic3d_AspectFillArea3d)& theAspect) { myAspect = theAspect; } in SetAspect() argument
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_Aspects.cxx61 OpenGl_Aspects::OpenGl_Aspects (const Handle(Graphic3d_Aspects)& theAspect) in OpenGl_Aspects() argument
64 SetAspect (theAspect); in OpenGl_Aspects()
71 void OpenGl_Aspects::SetAspect (const Handle(Graphic3d_Aspects)& theAspect) in SetAspect() argument
73 myAspect = theAspect; in SetAspect()
75 const Graphic3d_MaterialAspect& aMat = theAspect->FrontMaterial(); in SetAspect()
76 myShadingModel = theAspect->ShadingModel() != Graphic3d_TypeOfShadingModel_Unlit in SetAspect()
81 ? theAspect->ShadingModel() in SetAspect()
H A DOpenGl_AspectsTextureSet.cxx79 void OpenGl_AspectsTextureSet::UpdateRediness (const Handle(Graphic3d_Aspects)& theAspect) in UpdateRediness() argument
81 const Handle(Graphic3d_TextureSet)& aNewTextureSet = theAspect->TextureSet(); in UpdateRediness()
84 Standard_Integer aNbTexturesNew = !aNewTextureSet.IsNull() && theAspect->ToMapTexture() in UpdateRediness()
87 if (theAspect->IsMarkerSprite()) in UpdateRediness()
98 || !theAspect->ToMapTexture()) in UpdateRediness()
144 const Handle(Graphic3d_Aspects)& theAspect, in build() argument
148 const Handle(Graphic3d_TextureSet)& aNewTextureSet = theAspect->TextureSet(); in build()
150 const bool hasSprite = theAspect->IsMarkerSprite(); in build()
152 Standard_Integer aNbTexturesNew = !aNewTextureSet.IsNull() && theAspect->ToMapTexture() in build()
199 if (theAspect->ToMapTexture()) in build()
H A DOpenGl_AspectsTextureSet.hxx42 const Handle(Graphic3d_Aspects)& theAspect, in Handle()
49 build (theCtx, theAspect, theSprite, theSpriteA); in Handle()
58 Standard_EXPORT void UpdateRediness (const Handle(Graphic3d_Aspects)& theAspect);
67 const Handle(Graphic3d_Aspects)& theAspect,
/dports/games/xonotic/Xonotic/source/qcsrc/menu/xonotic/
H A Dimage.qc3 entity makeXonoticImage(string theImage, float theAspect)
7 me.configureXonoticImage(me, theImage, theAspect);
10 void XonoticImage_configureXonoticImage(entity me, string theImage, float theAspect)
13 me.forcedAspect = theAspect;
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_Trihedron.cxx782 void AIS_Trihedron::updatePrimitives(const Handle(Prs3d_DatumAspect)& theAspect, in updatePrimitives() argument
805 theAspect->AxisLength(aPart))); in updatePrimitives()
811 if (theAspect->DrawDatumPart(Prs3d_DatumParts_Origin)) in updatePrimitives()
821 if (theAspect->DrawDatumPart(aPart)) in updatePrimitives()
830 if (theAspect->DrawDatumPart(anArrowPart)) in updatePrimitives()
834theAspect->AxisLength(aPart) * theAspect->Attribute(Prs3d_DatumAttribute_ShadingConeLengthPercent), in updatePrimitives()
843 if (theAspect->DrawDatumPart(Prs3d_DatumParts_Origin)) in updatePrimitives()
864 const bool aDrawArrow = theAspect->DrawDatumPart(anArrowPart); in updatePrimitives()
865 const Standard_Real anAxisLength = theAspect->AxisLength(aPart); in updatePrimitives()
868 if (theAspect->DrawDatumPart(aPart)) in updatePrimitives()
[all …]

1234567