Home
last modified time | relevance | path

Searched refs:pointDPI (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp118 static const float pointDPI = 72.f; variable
1538 return fontPixelsH * pointDPI / fl->FontHRes(); in sceFontPixelToPointH()
1555 return fontPixelsV * pointDPI / fl->FontVRes(); in sceFontPixelToPointV()
1572 return fontPointsH * fl->FontHRes() / pointDPI; in sceFontPointToPixelH()
1589 return fontPointsV * fl->FontVRes() / pointDPI; in sceFontPointToPixelV()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp118 static const float pointDPI = 72.f;
1538 return fontPixelsH * pointDPI / fl->FontHRes();
1555 return fontPixelsV * pointDPI / fl->FontVRes();
1572 return fontPointsH * fl->FontHRes() / pointDPI;
1589 return fontPointsV * fl->FontVRes() / pointDPI;
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp118 static const float pointDPI = 72.f; variable
1538 return fontPixelsH * pointDPI / fl->FontHRes(); in sceFontPixelToPointH()
1555 return fontPixelsV * pointDPI / fl->FontVRes(); in sceFontPixelToPointV()
1572 return fontPointsH * fl->FontHRes() / pointDPI; in sceFontPointToPixelH()
1589 return fontPointsV * fl->FontVRes() / pointDPI; in sceFontPointToPixelV()