Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 6 of 6) sorted by relevance

/RvlHBMSdk-4.4/build/demos/hbmdemo/rsodemo/src/
Drsomodule.c343 pHbmInfo->adjust.x = 832.f / 608.f; in InitHomeButtonInfo()
344 pHbmInfo->adjust.y = 1.0f; in InitHomeButtonInfo()
358 pHbmInfo->adjust.x = 1.0f; in SetAdjustValue()
359 pHbmInfo->adjust.y = 1.0f; in SetAdjustValue()
364 pHbmInfo->adjust.x = 832.f / 608.f; in SetAdjustValue()
365 pHbmInfo->adjust.y = 1.0f; in SetAdjustValue()
/RvlHBMSdk-4.4/build/demos/hbmdemo/hbm/src/
Dhomebutton.cpp470 pHbmInfo->adjust.x = 832.f / 608.f; in InitHomeButtonInfo()
471 pHbmInfo->adjust.y = 1.0f; in InitHomeButtonInfo()
569 pHbmInfo->adjust.x = 1.0f; in SetAdjustValue()
570 pHbmInfo->adjust.y = 1.0f; in SetAdjustValue()
575 pHbmInfo->adjust.x = 832.f / 608.f; in SetAdjustValue()
576 pHbmInfo->adjust.y = 1.0f; in SetAdjustValue()
825 pos[i].x *= hbmInfo.adjust.x; in main()
826 pos[i].y *= hbmInfo.adjust.y; in main()
/RvlHBMSdk-4.4/build/demos/hbmdemo/shareddemo/src/
Dshared.cpp583 pHbmInfo->adjust.x = 832.f / 608.f; in InitHomeButtonInfo()
584 pHbmInfo->adjust.y = 1.0f; in InitHomeButtonInfo()
673 pHbmInfo->adjust.x = 1.0f; in SetAdjustValue()
674 pHbmInfo->adjust.y = 1.0f; in SetAdjustValue()
679 pHbmInfo->adjust.x = 832.f / 608.f; in SetAdjustValue()
680 pHbmInfo->adjust.y = 1.0f; in SetAdjustValue()
933 pos[i].x *= hbmInfo.adjust.x; in main()
934 pos[i].y *= hbmInfo.adjust.y; in main()
/RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp566 pHbmInfo->adjust.x = 832.f / 608.f; in InitHomeButtonInfo()
567 pHbmInfo->adjust.y = 1.0f; in InitHomeButtonInfo()
656 pHbmInfo->adjust.x = 1.0f; in SetAdjustValue()
657 pHbmInfo->adjust.y = 1.0f; in SetAdjustValue()
662 pHbmInfo->adjust.x = 832.f / 608.f; in SetAdjustValue()
663 pHbmInfo->adjust.y = 1.0f; in SetAdjustValue()
943 pos[i].x *= hbmInfo.adjust.x; in main()
944 pos[i].y *= hbmInfo.adjust.y; in main()
/RvlHBMSdk-4.4/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp697 pHbmInfo->adjust.x = 832.f / 608.f; in InitHomeButtonInfo()
698 pHbmInfo->adjust.y = 1.0f; in InitHomeButtonInfo()
784 pHbmInfo->adjust.x = 832.f / 608.f; in SetAdjustValue()
785 pHbmInfo->adjust.y = 1.0f; in SetAdjustValue()
1054 pos[i].x *= hbmInfo.adjust.x; in main()
1055 pos[i].y *= hbmInfo.adjust.y; in main()
/RvlHBMSdk-4.4/include/revolution/hbm/
DHBMBase.h125 Vec2 adjust; member