Home
last modified time | relevance | path

Searched refs:WPAD_MPLS_STAT_PITSEL (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()
720 …myPrint(x, y, 0, "[%s] %5d%+8.2f", (ptr->stat & WPAD_MPLS_STAT_PITSEL) ? "L" : "H", (s16)(ptr->pit… in renderStatus()
Dwpadsample.c1422 …if (mp->stat & WPAD_MPLS_STAT_PITSEL) { dps = (mp->pitch - low.pitch_zero) / low.pitch_scale * l… in renderStatus()
1424 …i + ITEM_WIDTH), y+=FONT_HEIGHT, 0, "[%s] %5d%+8.2f", (mp->stat & WPAD_MPLS_STAT_PITSEL) ? "L" : "… in renderStatus()
/RvlSDK-3.3/include/revolution/
Dwpad.h373 #define WPAD_MPLS_STAT_PITSEL 0x04 macro