Home
last modified time | relevance | path

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

/dports/emulators/ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp439 class PostCharInfoFreeCallback : public PSPAction { class
441 PostCharInfoFreeCallback() {} in PostCharInfoFreeCallback() function in PostCharInfoFreeCallback
442 static PSPAction *Create() { return new PostCharInfoFreeCallback(); } in Create()
809 void PostCharInfoFreeCallback::run(MipsCall &call) { in run()
932 actionPostCharInfoFreeCallback = __KernelRegisterActionType(PostCharInfoFreeCallback::Create); in __FontInit()
975 __KernelRestoreActionType(actionPostCharInfoFreeCallback, PostCharInfoFreeCallback::Create); in __FontDoState()
1325PostCharInfoFreeCallback *action = (PostCharInfoFreeCallback *)__KernelCreateAction(actionPostChar… in sceFontGetCharInfo()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp439 class PostCharInfoFreeCallback : public PSPAction {
441 PostCharInfoFreeCallback() {}
442 static PSPAction *Create() { return new PostCharInfoFreeCallback(); }
809 void PostCharInfoFreeCallback::run(MipsCall &call) {
932 actionPostCharInfoFreeCallback = __KernelRegisterActionType(PostCharInfoFreeCallback::Create);
975 __KernelRestoreActionType(actionPostCharInfoFreeCallback, PostCharInfoFreeCallback::Create);
1325PostCharInfoFreeCallback *action = (PostCharInfoFreeCallback *)__KernelCreateAction(actionPostChar…
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/HLE/
H A DsceFont.cpp439 class PostCharInfoFreeCallback : public PSPAction { class
441 PostCharInfoFreeCallback() {} in PostCharInfoFreeCallback() function in PostCharInfoFreeCallback
442 static PSPAction *Create() { return new PostCharInfoFreeCallback(); } in Create()
809 void PostCharInfoFreeCallback::run(MipsCall &call) { in run()
932 actionPostCharInfoFreeCallback = __KernelRegisterActionType(PostCharInfoFreeCallback::Create); in __FontInit()
975 __KernelRestoreActionType(actionPostCharInfoFreeCallback, PostCharInfoFreeCallback::Create); in __FontDoState()
1325PostCharInfoFreeCallback *action = (PostCharInfoFreeCallback *)__KernelCreateAction(actionPostChar… in sceFontGetCharInfo()