Home
last modified time | relevance | path

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

/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp572 float FontVRes() const { return fontVRes_; } in FontVRes() function in FontLib
1171 …float vRes = requestedStyle->fontVRes > 0.0f ? (float)requestedStyle->fontVRes : fontLib->FontVRes in sceFontFindOptimumFont()
1555 return fontPixelsV * pointDPI / fl->FontVRes(); in sceFontPixelToPointV()
1589 return fontPointsV * fl->FontVRes() / pointDPI; in sceFontPointToPixelV()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp572 float FontVRes() const { return fontVRes_; }
1171 …float vRes = requestedStyle->fontVRes > 0.0f ? (float)requestedStyle->fontVRes : fontLib->FontVRes
1555 return fontPixelsV * pointDPI / fl->FontVRes();
1589 return fontPointsV * fl->FontVRes() / pointDPI;
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp572 float FontVRes() const { return fontVRes_; } in FontVRes() function in FontLib
1171 …float vRes = requestedStyle->fontVRes > 0.0f ? (float)requestedStyle->fontVRes : fontLib->FontVRes in sceFontFindOptimumFont()
1555 return fontPixelsV * pointDPI / fl->FontVRes(); in sceFontPixelToPointV()
1589 return fontPointsV * fl->FontVRes() / pointDPI; in sceFontPointToPixelV()