Home
last modified time | relevance | path

Searched defs:tprop (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/math/vtk9/VTK-9.1.0/Rendering/FreeType/Testing/Python/
H A DmultiLineText.py33 tprop = singleLineTextB.GetTextProperty() variable
44 tprop = singleLineTextC.GetTextProperty() variable
55 tprop = singleLineTextT.GetTextProperty() variable
66 tprop = singleLineTextTB.GetTextProperty() variable
77 tprop = singleLineTextCC.GetTextProperty() variable
90 tprop = singleLineTextBR.GetTextProperty() variable
103 tprop = singleLineTextBL.GetTextProperty() variable
142 tprop = textMapperL.GetTextProperty() variable
154 tprop = textMapperLA.GetTextProperty() variable
167 tprop = textMapperC.GetTextProperty() variable
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeType/Testing/Python/
H A DmultiLineText.py33 tprop = singleLineTextB.GetTextProperty() variable
44 tprop = singleLineTextC.GetTextProperty() variable
55 tprop = singleLineTextT.GetTextProperty() variable
66 tprop = singleLineTextTB.GetTextProperty() variable
77 tprop = singleLineTextCC.GetTextProperty() variable
90 tprop = singleLineTextBR.GetTextProperty() variable
103 tprop = singleLineTextBL.GetTextProperty() variable
142 tprop = textMapperL.GetTextProperty() variable
154 tprop = textMapperLA.GetTextProperty() variable
167 tprop = textMapperC.GetTextProperty() variable
[all …]
/dports/math/vtk8/VTK-8.2.0/Examples/Annotation/Python/
H A DmultiLineText.py34 tprop = singleLineTextB.GetTextProperty() variable
47 tprop = singleLineTextC.GetTextProperty() variable
59 tprop = singleLineTextT.GetTextProperty() variable
71 tprop = textMapperL.GetTextProperty() variable
85 tprop = textMapperC.GetTextProperty() variable
98 tprop = textMapperR.GetTextProperty() variable
H A DxyPlot.py100 tprop = xyplot.GetTitleTextProperty() variable
124 tprop = xyplot2.GetTitleTextProperty() variable
147 tprop = xyplot3.GetTitleTextProperty() variable
/dports/math/vtk6/VTK-6.2.0/Examples/Annotation/Python/
H A DmultiLineText.py34 tprop = singleLineTextB.GetTextProperty() variable
47 tprop = singleLineTextC.GetTextProperty() variable
59 tprop = singleLineTextT.GetTextProperty() variable
71 tprop = textMapperL.GetTextProperty() variable
85 tprop = textMapperC.GetTextProperty() variable
98 tprop = textMapperR.GetTextProperty() variable
H A DxyPlot.py100 tprop = xyplot.GetTitleTextProperty() variable
124 tprop = xyplot2.GetTitleTextProperty() variable
147 tprop = xyplot3.GetTitleTextProperty() variable
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/Testing/Python/
H A DmultiLineText.py34 tprop = singleLineTextB.GetTextProperty() variable
45 tprop = singleLineTextC.GetTextProperty() variable
56 tprop = singleLineTextT.GetTextProperty() variable
67 tprop = textMapperL.GetTextProperty() variable
80 tprop = textMapperC.GetTextProperty() variable
92 tprop = textMapperR.GetTextProperty() variable
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/
H A DvtkMathTextFreeTypeTextRenderer.cxx56 vtkTextProperty *tprop, const vtkStdString &str, int bbox[4], int dpi, in GetBoundingBoxInternal()
113 vtkTextProperty *tprop, const vtkUnicodeString &str, int bbox[], int dpi, in GetBoundingBoxInternal()
169 vtkTextProperty *tprop, const vtkStdString &str, in GetMetricsInternal()
226 vtkTextProperty *tprop, const vtkUnicodeString &str, in GetMetricsInternal()
282 vtkTextProperty *tprop, const vtkStdString &str, vtkImageData *data, in RenderStringInternal()
333 vtkTextProperty *tprop, const vtkUnicodeString &str, vtkImageData *data, in RenderStringInternal()
384 const vtkStdString &str, vtkTextProperty *tprop, int targetWidth, in GetConstrainedFontSizeInternal()
437 const vtkUnicodeString &str, vtkTextProperty *tprop, int targetWidth, in GetConstrainedFontSizeInternal()
491 vtkTextProperty *tprop, const vtkStdString &str, vtkPath *path, int backend) in StringToPathInternal()
538 vtkTextProperty *tprop, const vtkUnicodeString &str, vtkPath *path, in StringToPathInternal()
H A DvtkFreeTypeUtilities.cxx345 vtkTextProperty *tprop = vtkTextProperty::New(); in vtkFreeTypeUtilitiesFaceRequester() local
593 int vtkFreeTypeUtilities::GetSize(vtkTextProperty *tprop, in GetSize()
653 int vtkFreeTypeUtilities::GetFace(vtkTextProperty *tprop, in GetFace()
713 int vtkFreeTypeUtilities::GetGlyphIndex(vtkTextProperty *tprop, in GetGlyphIndex()
795 int vtkFreeTypeUtilities::GetGlyph(vtkTextProperty *tprop, in GetGlyph()
845 int vtkFreeTypeUtilities::GetBoundingBox(vtkTextProperty *tprop, in GetBoundingBox()
1051 int vtkFreeTypeUtilities::PopulateImageData(vtkTextProperty *tprop, in PopulateImageData()
1321 int vtkFreeTypeUtilities::RenderString(vtkTextProperty *tprop, in RenderString()
1332 int vtkFreeTypeUtilities::RenderString(vtkTextProperty *tprop, in RenderString()
1391 vtkTextProperty *tprop = this->Entries[i]->TextProperty; in PrintEntry() local
[all …]
/dports/math/vtk9/VTK-9.1.0/Rendering/FreeType/
H A DvtkMathTextFreeTypeTextRenderer.cxx71 vtkTextProperty* tprop, const vtkStdString& str, int bbox[4], int dpi, int backend) in GetBoundingBoxInternal()
129 vtkTextProperty* tprop, const vtkUnicodeString& str, int bbox[], int dpi, int backend) in GetBoundingBoxInternal()
185 bool vtkMathTextFreeTypeTextRenderer::GetMetricsInternal(vtkTextProperty* tprop, in GetMetricsInternal()
243 bool vtkMathTextFreeTypeTextRenderer::GetMetricsInternal(vtkTextProperty* tprop, in GetMetricsInternal()
300 bool vtkMathTextFreeTypeTextRenderer::RenderStringInternal(vtkTextProperty* tprop, in RenderStringInternal()
352 bool vtkMathTextFreeTypeTextRenderer::RenderStringInternal(vtkTextProperty* tprop, in RenderStringInternal()
404 vtkTextProperty* tprop, int targetWidth, int targetHeight, int dpi, int backend) in GetConstrainedFontSizeInternal()
456 vtkTextProperty* tprop, int targetWidth, int targetHeight, int dpi, int backend) in GetConstrainedFontSizeInternal()
509 vtkTextProperty* tprop, const vtkStdString& str, vtkPath* path, int dpi, int backend) in StringToPathInternal()
559 vtkTextProperty* tprop, const vtkUnicodeString& str, vtkPath* path, int dpi, int backend) in StringToPathInternal()
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeType/
H A DvtkMathTextFreeTypeTextRenderer.cxx69 vtkTextProperty *tprop, const vtkStdString &str, int bbox[4], int dpi, in GetBoundingBoxInternal()
129 vtkTextProperty *tprop, const vtkUnicodeString &str, int bbox[], int dpi, in GetBoundingBoxInternal()
188 vtkTextProperty *tprop, const vtkStdString &str, in GetMetricsInternal()
248 vtkTextProperty *tprop, const vtkUnicodeString &str, in GetMetricsInternal()
307 vtkTextProperty *tprop, const vtkStdString &str, vtkImageData *data, in RenderStringInternal()
362 vtkTextProperty *tprop, const vtkUnicodeString &str, vtkImageData *data, in RenderStringInternal()
416 const vtkStdString &str, vtkTextProperty *tprop, int targetWidth, in GetConstrainedFontSizeInternal()
472 const vtkUnicodeString &str, vtkTextProperty *tprop, int targetWidth, in GetConstrainedFontSizeInternal()
529 vtkTextProperty *tprop, const vtkStdString &str, vtkPath *path, int dpi, in StringToPathInternal()
581 vtkTextProperty *tprop, const vtkUnicodeString &str, vtkPath *path, int dpi, in StringToPathInternal()
/dports/math/vtk9/VTK-9.1.0/Rendering/Label/
H A DvtkLabelRenderStrategy.cxx51 vtkTextProperty* tprop, vtkStdString label, double bds[4]) in ComputeLabelBounds()
57 void vtkLabelRenderStrategy::RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label) in RenderLabel()
64 int x[2], vtkTextProperty* tprop, vtkStdString label, int maxWidth) in RenderLabel()
71 int x[2], vtkTextProperty* tprop, vtkUnicodeString label, int vtkNotUsed(maxWidth)) in RenderLabel()
H A DvtkFreeTypeLabelRenderStrategy.h54 void ComputeLabelBounds(vtkTextProperty* tprop, vtkStdString label, double bds[4]) override in ComputeLabelBounds()
64 void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label) override in RenderLabel()
68 void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label, int width) override in RenderLabel()
/dports/math/vtk8/VTK-8.2.0/Rendering/Label/
H A DvtkFreeTypeLabelRenderStrategy.h56 void ComputeLabelBounds(vtkTextProperty* tprop, vtkStdString label, double bds[4]) override in ComputeLabelBounds()
64 void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label) override in RenderLabel()
66 void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label, int width) override in RenderLabel()
69 void RenderLabel(int x[2], vtkTextProperty* tprop, vtkUnicodeString label, int width) override in RenderLabel()
H A DvtkLabelRenderStrategy.h80 virtual void ComputeLabelBounds(vtkTextProperty* tprop, vtkStdString label, in ComputeLabelBounds()
96 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label) in RenderLabel()
98 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label, in RenderLabel()
103 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, in RenderLabel()
/dports/math/vtk6/VTK-6.2.0/Rendering/Label/
H A DvtkFreeTypeLabelRenderStrategy.h50 virtual void ComputeLabelBounds(vtkTextProperty* tprop, vtkStdString label, double bds[4]) in ComputeLabelBounds()
57 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label) in RenderLabel()
59 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label, int width) in RenderLabel()
62 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, vtkUnicodeString label, int width) in RenderLabel()
H A DvtkLabelRenderStrategy.h68 virtual void ComputeLabelBounds(vtkTextProperty* tprop, vtkStdString label, in ComputeLabelBounds()
83 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label) in RenderLabel()
85 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label, in RenderLabel()
90 virtual void RenderLabel(int x[2], vtkTextProperty* tprop, in RenderLabel()
/dports/math/vtk9/VTK-9.1.0/Rendering/Core/
H A DvtkTextRenderer.cxx221 vtkTextProperty* tprop, const vtkUnicodeString& str, int bbox[4], int dpi, int backend) in GetBoundingBox()
228 vtkTextProperty* tprop, const vtkUnicodeString& str, Metrics& metrics, int dpi, int backend) in GetMetrics()
234 bool vtkTextRenderer::RenderString(vtkTextProperty* tprop, const vtkUnicodeString& str, in RenderString()
241 int vtkTextRenderer::GetConstrainedFontSize(const vtkUnicodeString& str, vtkTextProperty* tprop, in GetConstrainedFontSize()
249 vtkTextProperty* tprop, const vtkUnicodeString& str, vtkPath* path, int dpi, int backend) in StringToPath()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/tests/qtopengl/
H A Dqttextrenderstrategytest.cpp63 TextProperties tprop; in boundingBox() local
106 const TextProperties& tprop, in testRenderedString()
121 const TextProperties& tprop, in saveRenderedString()
146 TextProperties tprop; in render() local
/dports/science/avogadrolibs/avogadrolibs-1.94.0/tests/qtopengl/
H A Dqttextrenderstrategytest.cpp63 TextProperties tprop; in boundingBox() local
106 const TextProperties& tprop, in testRenderedString()
121 const TextProperties& tprop, in saveRenderedString()
146 TextProperties tprop; in render() local
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/Testing/Python/
H A DxyPlot.py83 tprop = xyplot.GetTitleTextProperty() variable
106 tprop = xyplot2.GetTitleTextProperty() variable
128 tprop = xyplot3.GetTitleTextProperty() variable
/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/Testing/Python/
H A DxyPlot.py83 tprop = xyplot.GetTitleTextProperty() variable
106 tprop = xyplot2.GetTitleTextProperty() variable
128 tprop = xyplot3.GetTitleTextProperty() variable
/dports/math/vtk6/VTK-6.2.0/Rendering/Annotation/Testing/Python/
H A DxyPlot.py84 tprop = xyplot.GetTitleTextProperty() variable
107 tprop = xyplot2.GetTitleTextProperty() variable
129 tprop = xyplot3.GetTitleTextProperty() variable
/dports/math/vtk9/VTK-9.1.0/Rendering/Qt/
H A DvtkQtLabelRenderStrategy.h50 void ComputeLabelBounds(vtkTextProperty* tprop, vtkStdString label, double bds[4]) override in ComputeLabelBounds()
61 void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label) override in RenderLabel()
65 void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label, int maxWidth) override in RenderLabel()
/dports/math/vtk8/VTK-8.2.0/Rendering/Qt/
H A DvtkQtLabelRenderStrategy.h50 void ComputeLabelBounds(vtkTextProperty* tprop, vtkStdString label, in ComputeLabelBounds()
61 void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label) override in RenderLabel()
63 void RenderLabel(int x[2], vtkTextProperty* tprop, vtkStdString label, in RenderLabel()

123456789