Home
last modified time | relevance | path

Searched refs:hair_type (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/mii/
H A Dmanager.h43 u8 hair_type{};
103 BitField<0, 8, u32> hair_type; member
260 u32 hair_type{};
H A Dmanager.cpp65 .hair_type = static_cast<u8>(bf.hair_type.Value()), in ConvertStoreDataToInfo()
233 bf.hair_type.Assign( in BuildRandomStoreData()
355 bf.hair_type.Assign(info.hair_type); in BuildDefaultStoreData()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/intern/
H A Ddraw_hair.c180 int thickness_res = (scene->r.hair_type == SCE_HAIR_SHAPE_STRAND) ? 1 : 2; in DRW_hair_pos_buffer_get()
226 int thickness_res = (scene->r.hair_type == SCE_HAIR_SHAPE_STRAND) ? 1 : 2; in DRW_shgroup_hair_create_sub()
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.jumia.com.ng59 Disallow: /*hair_type=
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_scene_types.h774 short hair_type, hair_subdiv; member