Searched refs:bl (Results 1 – 4 of 4) sorted by relevance
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | weight.c | 202 DEMOPrintf( x1, y1, 0, "%3.1f", kpads[0].ex_status.bl.weight[0] ) ; in renderStatus() 203 DEMOPrintf( x1, y2, 0, "%3.1f", kpads[0].ex_status.bl.weight[1] ) ; in renderStatus() 204 DEMOPrintf( x2, y1, 0, "%3.1f", kpads[0].ex_status.bl.weight[2] ) ; in renderStatus() 205 DEMOPrintf( x2, y2, 0, "%3.1f", kpads[0].ex_status.bl.weight[3] ) ; in renderStatus() 213 … DEMOPrintf( x, y+=FONT_HEIGHT, 0, "Wt : %3.1f[kg]", ( kpads[0].ex_status.bl.weight[0] \ in renderStatus() 214 + kpads[0].ex_status.bl.weight[1] \ in renderStatus() 215 + kpads[0].ex_status.bl.weight[2] \ in renderStatus() 216 … + kpads[0].ex_status.bl.weight[3] ) ) ; in renderStatus() 218 switch( kpads[0].ex_status.bl.weight_err ) { in renderStatus() 228 … DEMOPrintf( x, y, 0, "Err: %d", kpads[0].ex_status.bl.weight_err ) ; bre… in renderStatus() [all …]
|
| /RvlSDK-3.3/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 586 u16 bt, bb, br, bl; in CheckMissingObj() local 591 GXReadBoundingBox(&bl, &bt, &br, &bb); in CheckMissingObj() 593 if ( br <= 0 && bl >= 640 ) in CheckMissingObj()
|
| /RvlSDK-3.3/build/demos/wpaddemo/src/ |
| D | wpadsample.c | 1387 WPADBLStatus *bl = (WPADBLStatus*)&wpad; in renderStatus() local 1390 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH) , (s16)(y+FONT_HEIGHT), 0, "%04d", bl->press[0]); in renderStatus() 1391 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH + 45), y+=FONT_HEIGHT, 0, "%04d", bl->press[1]); in renderStatus() 1392 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH) , (s16)(y+FONT_HEIGHT), 0, "%04d", bl->press[2]); in renderStatus() 1393 …rintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH + 45), y+=FONT_HEIGHT, 0, "%04d", bl->press[3]); in renderStatus() 1395 …Printf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y+=FONT_HEIGHT, 0, "%04d", bl->battery); in renderStatus() 1397 …EMOPrintf((s16)(x + CHAN_INDENT * i + ITEM_WIDTH), y+=FONT_HEIGHT, 0, "%04d", bl->temp); in renderStatus()
|
| /RvlSDK-3.3/include/revolution/ |
| D | kpad.h | 148 } bl ; member 205 WPADBLStatus bl ; member
|