Searched refs:WPAD_MPLS_STAT_PITSEL (Results 1 – 3 of 3) sorted by relevance
717 …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()
1422 …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()
373 #define WPAD_MPLS_STAT_PITSEL 0x04 macro