Home
last modified time | relevance | path

Searched refs:pitch_scale (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c717 … & WPAD_MPLS_STAT_PITSEL) { dps = (ptr->pitch - low.pitch_zero) / low.pitch_scale * low.degrees … in renderStatus()
718 … { dps = (ptr->pitch - high.pitch_zero) / high.pitch_scale * high.degrees;… in renderStatus()
777 myPrint(x, y, 0, " %.1f %.1f", high.pitch_zero, high.pitch_scale); y+=FONT_HEIGHT; in renderStatus()
780 myPrint(x, y, 0, " %.1f %.1f", low.pitch_zero, low.pitch_scale); y+=FONT_HEIGHT; in renderStatus()
Dwpadsample.c1422 …t & WPAD_MPLS_STAT_PITSEL) { dps = (mp->pitch - low.pitch_zero) / low.pitch_scale * low.degrees … in renderStatus()
1423 … { dps = (mp->pitch - high.pitch_zero) / high.pitch_scale * high.degrees;… in renderStatus()
/RvlSDK-3.3/include/revolution/
Dwpad.h640 f32 pitch_scale; member