Searched refs:sample (Results 1 – 10 of 10) sorted by relevance
1 …_FontConverterConsole" -i win -in Tahoma -is 12 -ic A6 -o bcfnt -of font\sample.bcfnt -f font\layo…2 …_FontConverterConsole" -i win -in Tahoma -is 12 -ic A6 -o bcfnt -of font\sample.bcfna -op font\lay…
52 $(file commonRes/font/sample.bcfnt)53 $(file commonRes/font/sample.bcfna)
1 …verterConsole.exe" -i win -in Tahoma -is 24 -ic IA4 -o bcfnt -of .\sample_font.bcfnt -f sample.xllt
3 …In order to view the sample layout data, the font data that is referenced by the layout data must …
9 copy objects\brsrc\font\sample.bcfna romfiles\
28 ROMFS_FILES[] += $(SetupScript ./setup.bat, $(ROMFS_ROOT), layout.arc sample.bcfna)
9 MultiplyShader is a sample vertex shader.
294 static u32 FrameToByte( u32 sample, nw::snd::SampleFormat format );
108 static unsigned long GetByteBySample( unsigned long sample, SampleFormat format );
1719 u32 Voice::FrameToByte( u32 sample, nw::snd::SampleFormat format ) in FrameToByte() argument1725 return ( FrameToNibbleAddress( sample ) >> 1 ); in FrameToByte()1729 return sample; in FrameToByte()1733 return ( sample << 1 ); in FrameToByte()