Home
last modified time | relevance | path

Searched refs:face_index (Results 1 – 25 of 2688) sorted by relevance

12345678910>>...108

/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Mesh/
H A Dbase_fwd.hpp253 return FaceSize*face_index ; in face_offset()
258 return Base::faces_+face_offset(face_index) ; in face()
279 void face_edge_vertices( unsigned int face_index, in face_edge_vertices() argument
297 return face(face_index)[(edge+1)%face_size(face_index)] ; in face_edge_end_vertex()
407 return face_index == 0 ? in face_offset()
409 face_ends_[face_index-1] ; in face_offset()
419 return face_index == 0 ? in face_size()
420 face_ends_[face_index] : in face_size()
421 face_ends_[face_index] - face_ends_[face_index-1] ; in face_size()
568 unsigned int* face( unsigned int face_index ) { in face() argument
[all …]
/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/internal/topology/
H A Dmesh_topology.cc197 assert(face_index >= 0); in setNumFaceVertices()
198 assert(face_index < getNumFaces()); in setNumFaceVertices()
200 faces_first_vertex_index_[face_index + 1] = faces_first_vertex_index_[face_index] + in setNumFaceVertices()
206 assert(face_index >= 0); in getNumFaceVertices()
207 assert(face_index < getNumFaces()); in getNumFaceVertices()
209 return faces_first_vertex_index_[face_index + 1] - faces_first_vertex_index_[face_index]; in getNumFaceVertices()
216 assert(face_index >= 0); in setFaceVertexIndices()
217 assert(face_index < getNumFaces()); in setFaceVertexIndices()
228 assert(face_index >= 0); in isFaceVertexIndicesEqual()
229 assert(face_index < getNumFaces()); in isFaceVertexIndicesEqual()
[all …]
H A Dtopology_refiner_capi.cc82 return base_level.GetFaceVertices(face_index).size(); in getNumFaceVertices()
86 const int face_index, in getFaceVertices() argument
90 OpenSubdiv::Far::ConstIndexArray array = base_level.GetFaceVertices(face_index); in getFaceVertices()
97 return base_level.GetFaceEdges(face_index).size(); in getNumFaceEdges()
101 const int face_index, in getFaceEdges() argument
105 OpenSubdiv::Far::ConstIndexArray array = base_level.GetFaceEdges(face_index); in getFaceEdges()
150 for (int face_index = 0; face_index < num_faces; ++face_index) { in getNumPtexFaces() local
161 for (int face_index = 0; face_index < num_faces; ++face_index) { in fillFacePtexIndexOffset() local
162 face_ptex_index_offset[face_index] = num_ptex_faces; in fillFacePtexIndexOffset()
190 const int face_index, in getFaceFVarValueIndices() argument
[all …]
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed/foundation/mesh/
H A Dobjmeshfilewriter.cpp189 for (size_t face_index = 0; face_index < face_count; ++face_index) in write_faces_no_vn_no_vt() local
193 const size_t face_vertex_count = walker.get_face_vertex_count(face_index); in write_faces_no_vn_no_vt()
211 for (size_t face_index = 0; face_index < face_count; ++face_index) in write_faces_vn_no_vt() local
215 const size_t face_vertex_count = walker.get_face_vertex_count(face_index); in write_faces_vn_no_vt()
222 m_base_vertex_index + walker.get_face_vertex(face_index, vertex_index), in write_faces_vn_no_vt()
234 for (size_t face_index = 0; face_index < face_count; ++face_index) in write_faces_no_vn_vt() local
238 const size_t face_vertex_count = walker.get_face_vertex_count(face_index); in write_faces_no_vn_vt()
245 m_base_vertex_index + walker.get_face_vertex(face_index, vertex_index), in write_faces_no_vn_vt()
257 for (size_t face_index = 0; face_index < face_count; ++face_index) in write_faces_vn_vt() local
261 const size_t face_vertex_count = walker.get_face_vertex_count(face_index); in write_faces_vn_vt()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/base/
H A Dftmac.c131 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
183 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
230 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
254 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
262 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
397 short face_index ) in parse_fond() argument
413 if ( 47 < face_index ) in parse_fond()
836 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
839 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
969 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/freetype-2.9/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/freetype-2.9/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/modules/freetype2/src/base/
H A Dftmac.c131 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
183 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
230 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
254 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
262 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
397 short face_index ) in parse_fond() argument
413 if ( 47 < face_index ) in parse_fond()
836 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
839 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
970 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/base/
H A Dftmac.c131 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
183 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
230 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
254 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
262 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
397 short face_index ) in parse_fond() argument
413 if ( 47 < face_index ) in parse_fond()
836 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
839 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
970 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/native/libfreetype/src/base/
H A Dftmac.c131 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
183 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
230 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
254 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
262 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
397 short face_index ) in parse_fond() argument
413 if ( 47 < face_index ) in parse_fond()
836 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
839 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
970 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/native/libfreetype/src/base/
H A Dftmac.c131 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
183 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
230 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
254 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
262 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
397 short face_index ) in parse_fond() argument
413 if ( 47 < face_index ) in parse_fond()
836 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
839 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
970 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/freetype/src/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/www/firefox/firefox-99.0/modules/freetype2/src/base/
H A Dftmac.c131 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
183 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
230 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
254 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
262 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
397 short face_index ) in parse_fond() argument
413 if ( 47 < face_index ) in parse_fond()
836 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
839 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
970 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/3rdparty/freetype/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/FreeType/src/base/
H A Dftmac.c132 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_Name()
184 *face_index = 0; in FT_GetFileRef_From_Mac_ATS_Name()
231 if ( !fontName || !face_index ) in FT_GetFilePath_From_Mac_ATS_Name()
255 FT_UNUSED( face_index ); in FT_GetFile_From_Mac_ATS_Name()
263 if ( !fontName || !face_index ) in FT_GetFile_From_Mac_ATS_Name()
398 short face_index ) in parse_fond() argument
414 if ( 47 < face_index ) in parse_fond()
837 if ( 0 <= face_index && face_index < num_faces_in_fond && error ) in FT_New_Face_From_Suitcase()
840 face_index -= num_faces_in_fond; in FT_New_Face_From_Suitcase()
971 FT_Long face_index, in FT_New_Face() argument
[all …]

12345678910>>...108