Home
last modified time | relevance | path

Searched refs:SetOwnAnchorPoint (Results 1 – 10 of 10) sorted by relevance

/dports/cad/opencascade/opencascade-7.6.0/src/Prs3d/
H A DPrs3d_Text.cxx62 aText->SetOwnAnchorPoint (theHasOwnAnchor); in Handle()
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DGraphic3d_Text.hxx81 …void SetOwnAnchorPoint (const Standard_Boolean theHasOwnAnchor) { myHasOwnAnchor = theHasOwnAnchor… in SetOwnAnchorPoint() function in Graphic3d_Text
/dports/cad/opencascade/opencascade-7.6.0/src/Graphic3d/
H A DGraphic3d_Text.hxx88 …void SetOwnAnchorPoint (const Standard_Boolean theHasOwnAnchor) { myHasOwnAnchor = theHasOwnAnchor… in SetOwnAnchorPoint() function in Graphic3d_Text
H A DGraphic3d_Group.cxx401 aText->SetOwnAnchorPoint (theHasOwnAnchor); in Text()
424 aText->SetOwnAnchorPoint (theHasOwnAnchor); in Text()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DGraphic3d_Text.hxx88 …void SetOwnAnchorPoint (const Standard_Boolean theHasOwnAnchor) { myHasOwnAnchor = theHasOwnAnchor… in SetOwnAnchorPoint() function in Graphic3d_Text
H A DAIS_TextLabel.hxx111 …void SetOwnAnchorPoint (const Standard_Boolean theOwnAnchorPoint) { myHasOwnAnchorPoint = theOwnAn… in SetOwnAnchorPoint() function in AIS_TextLabel
/dports/cad/opencascade/opencascade-7.6.0/src/AIS/
H A DAIS_TextLabel.hxx111 …void SetOwnAnchorPoint (const Standard_Boolean theOwnAnchorPoint) { myHasOwnAnchorPoint = theOwnAn… in SetOwnAnchorPoint() function in AIS_TextLabel
H A DAIS_ColorScale.cxx905 aText->SetOwnAnchorPoint (Standard_False); in drawText()
H A DAIS_ViewCube.cxx732 aText->SetOwnAnchorPoint (false); in Compute()
/dports/cad/opencascade/opencascade-7.6.0/src/ViewerTest/
H A DViewerTest_ObjectCommands.cxx2574 aTextPrs->SetOwnAnchorPoint (Draw::Atoi (theArgVec[anArgIt]) == 1); in VDrawText()