Home
last modified time | relevance | path

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

/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp1524 static float sceFontPixelToPointH(int fontLibHandle, float fontPixelsH, u32 errorCodePtr) { in sceFontPixelToPointH() argument
1527 …ntPixelToPointH(%08x, %f, %08x): invalid error address", fontLibHandle, fontPixelsH, errorCodePtr); in sceFontPixelToPointH()
1532 …sceFontPixelToPointH(%08x, %f, %08x): invalid font lib", fontLibHandle, fontPixelsH, errorCodePtr); in sceFontPixelToPointH()
1536 …DEBUG_LOG(SCEFONT, "sceFontPixelToPointH(%08x, %f, %08x)", fontLibHandle, fontPixelsH, errorCodePt… in sceFontPixelToPointH()
1538 return fontPixelsH * pointDPI / fl->FontHRes(); in sceFontPixelToPointH()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp1524 static float sceFontPixelToPointH(int fontLibHandle, float fontPixelsH, u32 errorCodePtr) {
1527 …ntPixelToPointH(%08x, %f, %08x): invalid error address", fontLibHandle, fontPixelsH, errorCodePtr);
1532 …sceFontPixelToPointH(%08x, %f, %08x): invalid font lib", fontLibHandle, fontPixelsH, errorCodePtr);
1536 …DEBUG_LOG(SCEFONT, "sceFontPixelToPointH(%08x, %f, %08x)", fontLibHandle, fontPixelsH, errorCodePt…
1538 return fontPixelsH * pointDPI / fl->FontHRes();
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp1524 static float sceFontPixelToPointH(int fontLibHandle, float fontPixelsH, u32 errorCodePtr) { in sceFontPixelToPointH() argument
1527 …ntPixelToPointH(%08x, %f, %08x): invalid error address", fontLibHandle, fontPixelsH, errorCodePtr); in sceFontPixelToPointH()
1532 …sceFontPixelToPointH(%08x, %f, %08x): invalid font lib", fontLibHandle, fontPixelsH, errorCodePtr); in sceFontPixelToPointH()
1536 …DEBUG_LOG(SCEFONT, "sceFontPixelToPointH(%08x, %f, %08x)", fontLibHandle, fontPixelsH, errorCodePt… in sceFontPixelToPointH()
1538 return fontPixelsH * pointDPI / fl->FontHRes(); in sceFontPixelToPointH()