Home
last modified time | relevance | path

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

/RvlSDK-3.3/build/demos/wpaddemo/src/
Dmplus.c717 …if (ptr->stat & WPAD_MPLS_STAT_PITSEL) { dps = (ptr->pitch - low.pitch_zero) / low.pitch_scale *… in renderStatus()
718 …else { dps = (ptr->pitch - high.pitch_zero) / high.pitch_scale *… 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 …if (mp->stat & WPAD_MPLS_STAT_PITSEL) { dps = (mp->pitch - low.pitch_zero) / low.pitch_scale * l… in renderStatus()
1423 …else { dps = (mp->pitch - high.pitch_zero) / high.pitch_scale * h… in renderStatus()
/RvlSDK-3.3/include/revolution/
Dwpad.h639 f32 pitch_zero; member