Home
last modified time | relevance | path

Searched refs:polygonHeight (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.3/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPDraw.c233 s16 polygonHeight in THPGXYuv2RgbDraw() argument
263 GXPosition3s16((s16)(x+polygonWidth), (s16)(y+polygonHeight), 0); in THPGXYuv2RgbDraw()
265 GXPosition3s16(x, (s16)(y+polygonHeight), 0); in THPGXYuv2RgbDraw()
/RvlSDK-3.3/build/demos/thpdemo/src/THPPlayer/
DTHPDraw.c231 s16 polygonHeight in THPGXYuv2RgbDraw() argument
261 GXPosition3s16((s16)(x+polygonWidth), (s16)(y+polygonHeight), 0); in THPGXYuv2RgbDraw()
263 GXPosition3s16(x, (s16)(y+polygonHeight), 0); in THPGXYuv2RgbDraw()
/RvlSDK-3.3/build/demos/thpdemo/src/THPSimple/
DTHPDraw.c233 s16 polygonHeight in THPGXYuv2RgbDraw() argument
263 GXPosition3s16((s16)(x+polygonWidth), (s16)(y+polygonHeight), 0); in THPGXYuv2RgbDraw()
265 GXPosition3s16(x, (s16)(y+polygonHeight), 0); in THPGXYuv2RgbDraw()
/RvlSDK-3.3/build/demos/thpdemo/include/
DTHPDraw.h43 s16 polygonHeight );