Home
last modified time | relevance | path

Searched refs:otherFontFamily (Results 1 – 2 of 2) sorted by relevance

/dports/math/vtk9/VTK-9.1.0/IO/Export/
H A DvtkSVGContextDevice2D.cxx142 const int otherFontFamily = other.TextProperty->GetFontFamily(); in operator <() local
143 if (thisFontFamily < otherFontFamily) in operator <()
147 else if (thisFontFamily > otherFontFamily) in operator <()
/dports/math/vtk8/VTK-8.2.0/IO/Export/
H A DvtkSVGContextDevice2D.cxx139 const int otherFontFamily = other.TextProperty->GetFontFamily(); in operator <() local
140 if (thisFontFamily < otherFontFamily) in operator <()
144 else if (thisFontFamily > otherFontFamily) in operator <()