Home
last modified time | relevance | path

Searched refs:SetItalic (Results 1 – 25 of 361) sorted by relevance

12345678910>>...15

/dports/math/vtk9/VTK-9.1.0/Rendering/FreeTypeFontConfig/Testing/Cxx/
H A DTestSystemFontRendering.cxx79 painter->GetTextProp()->SetItalic(false); in Paint()
84 painter->GetTextProp()->SetItalic(true); in Paint()
89 painter->GetTextProp()->SetItalic(false); in Paint()
94 painter->GetTextProp()->SetItalic(true); in Paint()
101 painter->GetTextProp()->SetItalic(false); in Paint()
106 painter->GetTextProp()->SetItalic(true); in Paint()
111 painter->GetTextProp()->SetItalic(false); in Paint()
116 painter->GetTextProp()->SetItalic(true); in Paint()
123 painter->GetTextProp()->SetItalic(false); in Paint()
128 painter->GetTextProp()->SetItalic(true); in Paint()
[all …]
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeTypeFontConfig/Testing/Cxx/
H A DTestSystemFontRendering.cxx80 painter->GetTextProp()->SetItalic(false); in Paint()
85 painter->GetTextProp()->SetItalic(true); in Paint()
90 painter->GetTextProp()->SetItalic(false); in Paint()
95 painter->GetTextProp()->SetItalic(true); in Paint()
102 painter->GetTextProp()->SetItalic(false); in Paint()
107 painter->GetTextProp()->SetItalic(true); in Paint()
112 painter->GetTextProp()->SetItalic(false); in Paint()
117 painter->GetTextProp()->SetItalic(true); in Paint()
124 painter->GetTextProp()->SetItalic(false); in Paint()
129 painter->GetTextProp()->SetItalic(true); in Paint()
[all …]
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeTypeFontConfig/Testing/Cxx/
H A DTestSystemFontRendering.cxx80 painter->GetTextProp()->SetItalic(false); in Paint()
85 painter->GetTextProp()->SetItalic(true); in Paint()
90 painter->GetTextProp()->SetItalic(false); in Paint()
95 painter->GetTextProp()->SetItalic(true); in Paint()
102 painter->GetTextProp()->SetItalic(false); in Paint()
107 painter->GetTextProp()->SetItalic(true); in Paint()
112 painter->GetTextProp()->SetItalic(false); in Paint()
117 painter->GetTextProp()->SetItalic(true); in Paint()
124 painter->GetTextProp()->SetItalic(false); in Paint()
129 painter->GetTextProp()->SetItalic(true); in Paint()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dformat.cxx72 vFont[FNT_VARIABLE].SetItalic(ITALIC_NORMAL); in SmFormat()
73 vFont[FNT_FUNCTION].SetItalic(ITALIC_NONE); in SmFormat()
74 vFont[FNT_NUMBER] .SetItalic(ITALIC_NONE); in SmFormat()
75 vFont[FNT_TEXT] .SetItalic(ITALIC_NONE); in SmFormat()
76 vFont[FNT_SERIF] .SetItalic(ITALIC_NONE); in SmFormat()
77 vFont[FNT_SANS] .SetItalic(ITALIC_NONE); in SmFormat()
78 vFont[FNT_FIXED] .SetItalic(ITALIC_NONE); in SmFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dformat.cxx72 vFont[FNT_VARIABLE].SetItalic(ITALIC_NORMAL); in SmFormat()
73 vFont[FNT_FUNCTION].SetItalic(ITALIC_NONE); in SmFormat()
74 vFont[FNT_NUMBER] .SetItalic(ITALIC_NONE); in SmFormat()
75 vFont[FNT_TEXT] .SetItalic(ITALIC_NONE); in SmFormat()
76 vFont[FNT_SERIF] .SetItalic(ITALIC_NONE); in SmFormat()
77 vFont[FNT_SANS] .SetItalic(ITALIC_NONE); in SmFormat()
78 vFont[FNT_FIXED] .SetItalic(ITALIC_NONE); in SmFormat()
/dports/devel/upp/upp/bazaar/OfficeAutomation/
H A DOfficeDoc.cpp52 bool DocPlugin::SetItalic(bool italic) {return false;} in SetItalic() function in DocPlugin
53 bool OfficeDoc::SetItalic(bool italic) {return (static_cast<DocPlugin *>(GetData()))->SetItalic(ita… in SetItalic() function in OfficeDoc
H A DOfficeAutomationMethods.h24 virtual bool SetItalic(int col, int row, bool italic); \
25 virtual bool SetItalic(String cell, bool italic); \
26 virtual bool SetItalic(bool italic); \
90 virtual bool SetItalic(bool italic); \
H A DOfficeSheet.cpp160 bool SheetPlugin::SetItalic(int col, int row, bool italic) {return false;} in SetItalic() function in SheetPlugin
161 bool OfficeSheet::SetItalic(int col, int row, bool italic) {return (static_cast<SheetPlugin *>(GetD… in SetItalic() function in OfficeSheet
163 bool SheetPlugin::SetItalic(String cell, bool italic) {return false;} in SetItalic() function in SheetPlugin
164 bool OfficeSheet::SetItalic(String cell, bool italic) {return (static_cast<SheetPlugin *>(GetData()… in SetItalic() function in OfficeSheet
166 bool SheetPlugin::SetItalic(bool italic) {return false;} in SetItalic() function in SheetPlugin
167 bool OfficeSheet::SetItalic(bool italic) {return (static_cast<SheetPlugin *>(GetData()))->SetBold(i… in SetItalic() function in OfficeSheet
/dports/math/vtk6/VTK-6.2.0/Rendering/FreeType/Testing/Cxx/
H A DBenchmarkFreeTypeRendering.cxx60 tprop->SetItalic((i % 51) % 2); in BenchmarkFreeTypeRendering()
90 tprop->SetItalic((i % 51) % 2); in BenchmarkFreeTypeRendering()
120 tprop->SetItalic((i % 51) % 2); in BenchmarkFreeTypeRendering()
H A DTestMathTextFreeTypeTextRendererNoMath.cxx79 actor3->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRendererNoMath()
100 actor5->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRendererNoMath()
140 actor9->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRendererNoMath()
H A DTestFreeTypeTextMapperNoMath.cxx93 mapper3->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapperNoMath()
118 mapper5->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapperNoMath()
166 mapper9->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapperNoMath()
H A DTestMathTextFreeTypeTextRenderer.cxx79 actor3->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRenderer()
100 actor5->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRenderer()
179 actor14->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRenderer()
/dports/math/vtk9/VTK-9.1.0/Rendering/FreeType/Testing/Cxx/
H A DTestMathTextFreeTypeTextRendererNoMath.cxx80 actor3->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRendererNoMath()
101 actor5->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRendererNoMath()
141 actor9->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRendererNoMath()
H A DTestFontDPIScaling.cxx65 actor3->GetTextProperty()->SetItalic(1); in TestFontDPIScaling()
86 actor5->GetTextProperty()->SetItalic(1); in TestFontDPIScaling()
165 actor14->GetTextProperty()->SetItalic(1); in TestFontDPIScaling()
H A DTestFreeTypeTextMapperNoMath.cxx70 mapper3->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapperNoMath()
95 mapper5->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapperNoMath()
143 mapper9->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapperNoMath()
H A DTestMathTextFreeTypeTextRenderer.cxx80 actor3->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRenderer()
101 actor5->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRenderer()
180 actor14->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRenderer()
H A DTestMathTextFonts.cxx74 actor3->GetTextProperty()->SetItalic(1); in TestMathTextFonts()
89 actor5->GetTextProperty()->SetItalic(1); in TestMathTextFonts()
H A DTestFreeTypeTextMapper.cxx70 mapper3->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapper()
95 mapper5->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapper()
192 mapper14->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapper()
/dports/devel/upp/upp/bazaar/OfficeAutomation_demo_console/
H A DOfficeAutomation_demo_console.cpp73 sheet.SetItalic(true); in TestSheetDetail()
167 doc.SetItalic(true); in TestDocDetail()
169 doc.SetItalic(false); in TestDocDetail()
/dports/math/vtk8/VTK-8.2.0/Rendering/FreeType/Testing/Cxx/
H A DTestMathTextFreeTypeTextRendererNoMath.cxx79 actor3->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRendererNoMath()
100 actor5->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRendererNoMath()
140 actor9->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRendererNoMath()
H A DTestFontDPIScaling.cxx65 actor3->GetTextProperty()->SetItalic(1); in TestFontDPIScaling()
86 actor5->GetTextProperty()->SetItalic(1); in TestFontDPIScaling()
165 actor14->GetTextProperty()->SetItalic(1); in TestFontDPIScaling()
H A DTestFreeTypeTextMapperNoMath.cxx70 mapper3->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapperNoMath()
95 mapper5->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapperNoMath()
143 mapper9->GetTextProperty()->SetItalic(1); in TestFreeTypeTextMapperNoMath()
H A DTestMathTextFreeTypeTextRenderer.cxx79 actor3->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRenderer()
100 actor5->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRenderer()
179 actor14->GetTextProperty()->SetItalic(1); in TestMathTextFreeTypeTextRenderer()
/dports/math/vtk8/VTK-8.2.0/Rendering/Matplotlib/Testing/Cxx/
H A DTestGL2PSFontDPIScaling.cxx67 actor3->GetTextProperty()->SetItalic(1); in TestGL2PSFontDPIScaling()
88 actor5->GetTextProperty()->SetItalic(1); in TestGL2PSFontDPIScaling()
167 actor14->GetTextProperty()->SetItalic(1); in TestGL2PSFontDPIScaling()
/dports/math/vtk9/VTK-9.1.0/Rendering/Matplotlib/Testing/Cxx/
H A DTestGL2PSFontDPIScaling.cxx67 actor3->GetTextProperty()->SetItalic(1); in TestGL2PSFontDPIScaling()
88 actor5->GetTextProperty()->SetItalic(1); in TestGL2PSFontDPIScaling()
167 actor14->GetTextProperty()->SetItalic(1); in TestGL2PSFontDPIScaling()

12345678910>>...15