Home
last modified time | relevance | path

Searched refs:old_font_index (Results 1 – 4 of 4) sorted by relevance

/dports/math/gismo/gismo-21.12.0/external/onurbs/
H A Dopennurbs_extensions.cpp1238 int RemapFontIndex( int old_font_index ) const;
1707 int old_font_index = ann->m_index; in RemapGeometryAttributes() local
1708 int new_font_index = RemapFontIndex(old_font_index); in RemapGeometryAttributes()
1709 if ( new_font_index != old_font_index ) in RemapGeometryAttributes()
1879 int ON__CIndexMaps::RemapFontIndex( int old_font_index ) const in RemapFontIndex()
1882 old_font_index, in RemapFontIndex()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/surface/src/3rdparty/opennurbs/
H A Dopennurbs_extensions.cpp1238 int RemapFontIndex( int old_font_index ) const;
1707 int old_font_index = ann->m_index; in RemapGeometryAttributes() local
1708 int new_font_index = RemapFontIndex(old_font_index); in RemapGeometryAttributes()
1709 if ( new_font_index != old_font_index ) in RemapGeometryAttributes()
1879 int ON__CIndexMaps::RemapFontIndex( int old_font_index ) const in RemapFontIndex()
1882 old_font_index, in RemapFontIndex()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dfont.e263 extern void GetCompatibleFontName ARGS_DECL((int old_font_index, int style,
H A Dfont.c5824 void GetCompatibleFontName(old_font_index, style, font_str) in GetCompatibleFontName() argument
5825 int old_font_index, style; in GetCompatibleFontName()
5833 int old_font_single=(old_font_index % 1000);
5834 int old_font_double=((old_font_index / 1000) - 1);