SYMBOL INDEX (8133 symbols across 520 files) FILE: project/android/app/cpp/krkr2_android.cpp function __DumpCallback (line 21) | static bool __DumpCallback(const google_breakpad::MinidumpDescriptor& de... function __DumpFilter (line 29) | static bool __DumpFilter(void *data) { function cocos_android_app_init (line 41) | void cocos_android_app_init (JNIEnv* env) { // for cocos3.10+ type kr2android (line 47) | namespace kr2android { function JNIEXPORT (line 56) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_initDump(JNIEn... function JNIEXPORT (line 66) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_onMessageBoxOK... function JNIEXPORT (line 71) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_onMessageBoxTe... function JNIEXPORT (line 79) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeTouchesB... function JNIEXPORT (line 86) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeTouchesE... function JNIEXPORT (line 93) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeTouchesM... function JNIEXPORT (line 127) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeTouchesC... function JNIEXPORT (line 172) | JNIEXPORT jboolean JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeKeyA... function JNIEXPORT (line 195) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeInsertTe... function JNIEXPORT (line 206) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeDeleteBa... function JNIEXPORT (line 211) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeCharInpu... function JNIEXPORT (line 217) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeCommitText( function JNIEXPORT (line 229) | JNIEXPORT jboolean JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeGetH... function JNIEXPORT (line 236) | JNIEXPORT jboolean JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeHove... function JNIEXPORT (line 254) | JNIEXPORT jboolean JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeMous... function JNIEXPORT (line 272) | JNIEXPORT void JNICALL Java_org_tvp_kirikiri2_KR2Activity_nativeOnLowMem... FILE: project/android/app/java/com/yuri/kirikiri2/MainActivity.java class MainActivity (line 4) | public class MainActivity extends KR2Activity { method get_res_sd_operate_step (line 8) | @Override FILE: project/android/app/java/org/tvp/kirikiri2/KR2Activity.java class MediaStoreUtil (line 65) | @SuppressWarnings("ALL") method getUriFromFile (line 67) | public static Uri getUriFromFile(final String path,Context context) { method addFileToMediaStore (line 89) | public static void addFileToMediaStore(final String path, Context cont... class DummyEdit (line 102) | class DummyEdit extends View implements View.OnKeyListener { method DummyEdit (line 105) | public DummyEdit(Context context) { method onCheckIsTextEditor (line 112) | @Override method onKey (line 117) | @Override method onKeyPreIme (line 131) | @Override method onCreateInputConnection (line 148) | @Override class SDLInputConnection (line 159) | class SDLInputConnection extends BaseInputConnection { method SDLInputConnection (line 161) | public SDLInputConnection(View targetView, boolean fullEditor) { method sendKeyEvent (line 166) | @Override method commitText (line 191) | @Override method setComposingText (line 199) | @Override method deleteSurroundingText (line 209) | @Override class KR2Activity (line 222) | @SuppressWarnings("ALL") method updateMemoryInfo (line 231) | public static void updateMemoryInfo() { method getAvailMemory (line 239) | public static long getAvailMemory() { method getUsedMemory (line 243) | public static long getUsedMemory() { method requestPhoneState (line 247) | private static void requestPhoneState() { method requestExternalWrite (line 265) | private static void requestExternalWrite() { method onRequestPermissionsResult (line 283) | @Override method getDeviceId (line 297) | static public String getDeviceId() { // ## fix android.permission.READ... method GetInstance (line 302) | static public KR2Activity GetInstance() {return sInstance;} method onCreate (line 304) | @Override method onDestroy (line 324) | @Override method onLowMemory (line 330) | @Override class DialogMessage (line 335) | static class DialogMessage method DialogMessage (line 342) | public DialogMessage() method Init (line 346) | public void Init(final String title, final String text, final String... method onButtonClick (line 353) | void onButtonClick(int n) { method CreateBuilder (line 360) | public AlertDialog.Builder CreateBuilder() { method ShowMessageBox (line 397) | public void ShowMessageBox() method ShowInputBox (line 402) | public void ShowInputBox(final String text) { method handleMessage (line 424) | @Override method handleMessage (line 430) | public void handleMessage(Message msg) { method ShowMessageBox (line 434) | static public void ShowMessageBox(final String title, final String tex... method ShowInputBox (line 444) | static public void ShowInputBox(final String title, final String promp... class ShowTextInputTask (line 454) | static class ShowTextInputTask implements Runnable { method ShowTextInputTask (line 464) | public ShowTextInputTask(int x, int y, int w, int h) { method run (line 471) | @Override method showTextInput (line 493) | static public void showTextInput(int x, int y, int w, int h) { method hideTextInput (line 496) | static public void hideTextInput() { method onMessageBoxOK (line 509) | static private native void onMessageBoxOK(int nButton); method onMessageBoxText (line 510) | static private native void onMessageBoxText(String text); method onNativeExit (line 511) | static private native void onNativeExit(); method onNativeInit (line 512) | static public native void onNativeInit(); method onBannerSizeChanged (line 513) | static public native void onBannerSizeChanged(int w, int h); method initDump (line 514) | static private native void initDump(String path); method nativeOnLowMemory (line 515) | static private native void nativeOnLowMemory(); method MessageController (line 517) | static public void MessageController(int what, int arg1, int arg2) { method GetVersion (line 525) | static public String GetVersion() { method getStoragePath (line 538) | public String[] getStoragePath() { method nativeTouchesBegin (line 587) | private static native void nativeTouchesBegin(final int id, final floa... method nativeTouchesEnd (line 588) | private static native void nativeTouchesEnd(final int id, final float ... method nativeTouchesMove (line 589) | private static native void nativeTouchesMove(final int[] ids, final fl... method nativeTouchesCancel (line 590) | private static native void nativeTouchesCancel(final int[] ids, final ... method nativeKeyAction (line 591) | public static native boolean nativeKeyAction(final int keyCode, final ... method nativeCharInput (line 592) | public static native void nativeCharInput(final int keyCode); method nativeCommitText (line 593) | public static native void nativeCommitText(String text, int newCursorP... method nativeInsertText (line 595) | private static native void nativeInsertText(final String text); method nativeDeleteBackward (line 596) | public static native void nativeDeleteBackward(); method nativeGetContentText (line 597) | private static native String nativeGetContentText(); method nativeHoverMoved (line 598) | private static native void nativeHoverMoved(final float x, final float... method nativeMouseScrolled (line 599) | private static native void nativeMouseScrolled(final float scroll); class KR2GLSurfaceView (line 601) | class KR2GLSurfaceView extends Cocos2dxGLSurfaceView { method KR2GLSurfaceView (line 603) | public KR2GLSurfaceView(final Context context) { method KR2GLSurfaceView (line 607) | public KR2GLSurfaceView(final Context context, final AttributeSet at... method insertText (line 611) | @Override method deleteBackward (line 616) | @Override method onKeyDown (line 621) | @Override method onKeyUp (line 640) | @Override method onHoverEvent (line 659) | @Override method onTouchEvent (line 677) | @Override method onGenericMotionEvent (line 742) | @TargetApi(Build.VERSION_CODES.HONEYCOMB_MR1) @Override method get_res_sd_operate_step (line 771) | public int get_res_sd_operate_step() { return -1; } method requireLEXA (line 773) | static void requireLEXA(final String path) { method guideDialogForLEXA (line 781) | static void guideDialogForLEXA(final String path) { method isWritable (line 803) | static final boolean isWritable(final File file) { method isWritableNormal (line 830) | static final boolean isWritableNormal(final String path) { method isWritableNormalOrSaf (line 840) | static final boolean isWritableNormalOrSaf(final String path) { method getExtSdCardPaths (line 884) | @TargetApi(Build.VERSION_CODES.KITKAT) method getExtSdCardFolder (line 909) | public static String getExtSdCardFolder(final File file,Context contex... method isOnExtSdCard (line 925) | public static boolean isOnExtSdCard(final File file,Context c) { method getDocumentFile (line 929) | public static DocumentFile getDocumentFile(final File file, final bool... method RenameFile (line 981) | static public boolean RenameFile(String from, String to) { method deleteFilesInFolder (line 1026) | public static final boolean deleteFilesInFolder(final File folder,Cont... method DeleteFile (line 1045) | static public boolean DeleteFile(String path) { method getOutputStream (line 1077) | public static OutputStream getOutputStream(@NonNull final File target,... method WriteFile (line 1102) | static public boolean WriteFile(String path, byte data[]) { method CreateFolders (line 1155) | static public boolean CreateFolders(String path) { method onWindowFocusChanged (line 1183) | @Override method doSetSystemUiVisibility (line 1193) | @TargetApi(Build.VERSION_CODES.HONEYCOMB) method nativeGetHideSystemButton (line 1204) | private static native boolean nativeGetHideSystemButton(); method hideSystemUI (line 1205) | void hideSystemUI() { method getLocaleName (line 1211) | static public String getLocaleName() { method exit (line 1222) | static public void exit() { method setOrientation (line 1229) | static public void setOrientation(int orient) { method triggerStorageAccessFramework (line 1237) | @TargetApi(Build.VERSION_CODES.LOLLIPOP) method onActivityResult (line 1243) | @SuppressLint("WrongConstant") FILE: project/android/app/java/org/tvp/kirikiri2/MediaStoreHack.java class MediaStoreHack (line 43) | public class MediaStoreHack { method delete (line 55) | public static boolean delete(final Context context, final File file) { method getExternalFilesDir (line 75) | private static File getExternalFilesDir(final Context context) { method getInputStream (line 79) | public static InputStream method getOutputStream (line 98) | public static OutputStream getOutputStream(Context context,String str) { method getUriFromFile (line 109) | public static Uri getUriFromFile(final String path,Context context) { method getTemporaryAlbumId (line 136) | private static int getTemporaryAlbumId(final Context context) { method installTemporaryTrack (line 434) | private static File installTemporaryTrack(final Context context) throw... method mkdir (line 450) | public static boolean mkdir(final Context context, final File file) th... method mkfile (line 476) | public static boolean mkfile(final Context context, final File file) { FILE: src/core/base/7zArchive.cpp class SevenZipStreamWrap (line 17) | class SevenZipStreamWrap { type CSeekInStream (line 22) | struct CSeekInStream : public ISeekInStream { method SevenZipStreamWrap (line 27) | SevenZipStreamWrap(tTJSBinaryStream * st) : _stream(st) { method SRes (line 40) | SRes StreamRead(void *buf, size_t *size) { method SRes (line 44) | SRes StreamSeek(Int64 *pos, ESzSeek origin) { class SevenZipArchive (line 58) | class SevenZipArchive : public tTVPArchive, public SevenZipStreamWrap { method SevenZipArchive (line 62) | SevenZipArchive(const ttstr & name, tTJSBinaryStream *st) : tTVPArchiv... method tjs_uint (line 67) | virtual tjs_uint GetCount() { return filelist.size(); } method ttstr (line 68) | virtual ttstr GetName(tjs_uint idx) { return filelist[idx].first; } method tTJSBinaryStream (line 69) | virtual tTJSBinaryStream * CreateStreamByIndex(tjs_uint idx) { method Open (line 114) | bool Open(bool normalizeFileName) { function tTVPArchive (line 142) | tTVPArchive * TVPOpen7ZArchive(const ttstr & name, tTJSBinaryStream *st,... function TVPUnpack7ZArchive (line 156) | void TVPUnpack7ZArchive(tTJSBinaryStream *st, ttstr outpath) { FILE: src/core/base/BinaryStream.cpp function tTJSBinaryStream (line 28) | tTJSBinaryStream * TVPCreateBinaryStreamForRead(const ttstr & name, function tTJSBinaryStream (line 52) | tTJSBinaryStream * TVPCreateBinaryStreamForWrite(const ttstr & name, FILE: src/core/base/CharacterSet.cpp function tjs_int (line 16) | static tjs_int inline TVPWideCharToUtf8(tjs_char in, char * out) function tjs_int (line 93) | tjs_int TVPWideCharToUtf8String(const tjs_char *in, char * out) function TVPUtf8ToWideChar (line 121) | static bool inline TVPUtf8ToWideChar(const char * & in, tjs_char *out) function tjs_int (line 193) | tjs_int TVPUtf8ToWideCharString(const char * in, tjs_char *out) function tjs_int (line 216) | tjs_int TVPUtf8ToWideCharString(const char * in, tjs_uint length, tjs_ch... FILE: src/core/base/EventIntf.cpp class tTVPEvent (line 30) | class tTVPEvent method tTVPEvent (line 42) | tTVPEvent(iTJSDispatch2 *target, iTJSDispatch2 *source, method tTVPEvent (line 70) | tTVPEvent(const tTVPEvent &ref) method Deliver (line 96) | void Deliver() method iTJSDispatch2 (line 118) | iTJSDispatch2 * GetTargetNoAddRef() const { return Target; } method iTJSDispatch2 (line 119) | iTJSDispatch2 * GetSourceNoAddRef() const { return Source; } method ttstr (line 120) | ttstr & GetEventName() { return EventName; } method tjs_uint32 (line 121) | tjs_uint32 GetTag() const { return Tag; } method tjs_uint32 (line 122) | tjs_uint32 GetFlags() const { return Flags; } function tjs_uint64 (line 126) | tjs_uint64 tTVPEvent::GetSequence() const { return Sequence; } class tTVPWinUpdateEvent (line 135) | class tTVPWinUpdateEvent method tTVPWinUpdateEvent (line 140) | tTVPWinUpdateEvent(tTJSNI_BaseWindow *window) method tTVPWinUpdateEvent (line 145) | tTVPWinUpdateEvent(const tTVPWinUpdateEvent & ref) method Deliver (line 154) | void Deliver() const method tTJSNI_BaseWindow (line 160) | tTJSNI_BaseWindow * GetWindow() const { return Window; } method MarkEmpty (line 162) | void MarkEmpty() { Window = NULL; } method IsEmpty (line 164) | bool IsEmpty() const { return Window == NULL; } function TVPDestroyEventQueue (line 185) | static void TVPDestroyEventQueue() function tjs_int (line 307) | tjs_int TVPCancelEvents(iTJSDispatch2 * source, iTJSDispatch2 *target, function TVPAreEventsInQueue (line 342) | bool TVPAreEventsInQueue(iTJSDispatch2 * source, iTJSDispatch2 *target, function tjs_int (line 367) | tjs_int TVPCountEventsInQueue(iTJSDispatch2 * source, iTJSDispatch2 *tar... function TVPCancelEventsByTag (line 393) | void TVPCancelEventsByTag(iTJSDispatch2 * source, iTJSDispatch2 *target, function TVPCancelSourceEvents (line 424) | void TVPCancelSourceEvents(iTJSDispatch2 * source) function TVPDiscardAllDiscardableEvents (line 452) | void TVPDiscardAllDiscardableEvents() function _TVPDeliverEventByPrio (line 480) | static void _TVPDeliverEventByPrio(tjs_uint prio) function _TVPDeliverAllEvents2 (line 515) | static bool _TVPDeliverAllEvents2() function _TVPDeliverAllEvents (line 563) | static bool _TVPDeliverAllEvents() function TVPPostWindowUpdate (line 663) | void TVPPostWindowUpdate(tTJSNI_BaseWindow *window) function TVPRemoveWindowUpdate (line 712) | void TVPRemoveWindowUpdate(tTJSNI_BaseWindow *window) function TVPDeliverWindowUpdateEvents (line 734) | void TVPDeliverWindowUpdateEvents() function TVPPostInputEvent (line 775) | void TVPPostInputEvent(tTVPBaseInputEvent *ev, tjs_uint32 flags) function TVPCancelInputEvents (line 807) | void TVPCancelInputEvents(void * source) function TVPCancelInputEvents (line 830) | void TVPCancelInputEvents(void * source, tjs_int tag) function tjs_int (line 860) | tjs_int TVPGetInputEventCount() function iTJSDispatch2 (line 873) | iTJSDispatch2 * TVPCreateEventObject(const tjs_char *type, function TVPDestroyContinuousHandlerVector (line 917) | static void TVPDestroyContinuousHandlerVector() function TVPAddContinuousEventHook (line 932) | void TVPAddContinuousEventHook(tTVPContinuousEventCallbackIntf *cb) function TVPRemoveContinuousEventHook (line 938) | void TVPRemoveContinuousEventHook(tTVPContinuousEventCallbackIntf *cb) function _TVPDeliverContinuousEvent (line 949) | static void _TVPDeliverContinuousEvent() // internal function TVPAddContinuousHandler (line 1079) | void TVPAddContinuousHandler(tTJSVariantClosure clo) function TVPRemoveContinuousHandler (line 1092) | void TVPRemoveContinuousHandler(tTJSVariantClosure clo) function TVPAddCompactEventHook (line 1121) | void TVPAddCompactEventHook(tTVPCompactEventCallbackIntf *cb) function TVPRemoveCompactEventHook (line 1126) | void TVPRemoveCompactEventHook(tTVPCompactEventCallbackIntf *cb) function tjs_error (line 1215) | tjs_error TJS_INTF_METHOD function TJS_DECL_EMPTY_FINALIZE_METHOD (line 1304) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 1317) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/trigger) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1325) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/cancel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1337) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onFire) function TJS_BEGIN_NATIVE_PROP_DECL (line 1360) | TJS_BEGIN_NATIVE_PROP_DECL(cached) function TJS_END_NATIVE_PROP_GETTER (line 1368) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1376) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1388) | TJS_END_NATIVE_PROP_GETTER function tTJSNativeInstance (line 1404) | tTJSNativeInstance *tTJSNC_AsyncTrigger::CreateNativeInstance() function tTJSNativeClass (line 1412) | tTJSNativeClass * TVPCreateNativeClass_AsyncTrigger() FILE: src/core/base/EventIntf.h function class (line 150) | class tTVPBaseInputEvent // base user input event class function class (line 163) | class tTVPUniqueTagForInputEvent // a class for getting unique tag per a... function class (line 232) | class tTVPContinuousEventCallbackIntf // callback class for continuous e... function class (line 273) | class tTVPCompactEventCallbackIntf // callback class for compact event d... type tTVPAsyncTriggerMode (line 300) | enum tTVPAsyncTriggerMode function class (line 309) | class tTJSNI_AsyncTrigger : public tTJSNativeInstance function class (line 349) | class tTJSNC_AsyncTrigger : public tTJSNativeClass FILE: src/core/base/PluginIntf.cpp function tTJSNativeInstance (line 41) | tTJSNativeInstance * tTJSNC_Plugins::CreateNativeInstance() FILE: src/core/base/PluginIntf.h function class (line 33) | class tTJSNC_Plugins : public tTJSNativeClass FILE: src/core/base/ScriptMgnIntf.cpp class tTVPTJSGCCallback (line 382) | class tTVPTJSGCCallback : public tTVPCompactEventCallbackIntf method OnCompact (line 384) | OnCompact(tjs_int level) function TVPInitScriptEngine (line 405) | void TVPInitScriptEngine() function TVPUninitScriptEngine (line 567) | void TVPUninitScriptEngine() function TVPRestartScriptEngine (line 587) | void TVPRestartScriptEngine() function tTJS (line 600) | tTJS * TVPGetScriptEngine() function iTJSDispatch2 (line 611) | iTJSDispatch2 * TVPGetScriptDispatch() function TVPExecuteScript (line 624) | void TVPExecuteScript(const ttstr& content, tTJSVariant *result) function TVPExecuteScript (line 632) | void TVPExecuteScript(const ttstr& content, const ttstr &name, tjs_int l... function TVPExecuteScript (line 640) | void TVPExecuteScript(const ttstr& content, iTJSDispatch2 *context, tTJS... function TVPExecuteScript (line 648) | void TVPExecuteScript(const ttstr& content, const ttstr &name, tjs_int l... function TVPExecuteExpression (line 662) | void TVPExecuteExpression(const ttstr& content, tTJSVariant *result) function TVPExecuteExpression (line 667) | void TVPExecuteExpression(const ttstr& content, const ttstr &name, tjs_i... function TVPExecuteExpression (line 672) | void TVPExecuteExpression(const ttstr& content, iTJSDispatch2 *context, ... function TVPExecuteExpression (line 695) | void TVPExecuteExpression(const ttstr& content, const ttstr &name, tjs_i... function TVPExecuteBytecode (line 722) | void TVPExecuteBytecode( const tjs_uint8* content, size_t len, iTJSDispa... function TVPExecuteStorage (line 732) | void TVPExecuteStorage(const ttstr &name, tTJSVariant *result, bool isex... function TVPExecuteStorage (line 738) | void TVPExecuteStorage(const ttstr &name, iTJSDispatch2 *context, tTJSVa... function TVPCompileStorage (line 788) | void TVPCompileStorage( const ttstr& name, bool isrequestresult, bool ou... function TVPCreateMessageMapFile (line 822) | void TVPCreateMessageMapFile(const ttstr &filename) function TVPDumpScriptEngine (line 857) | void TVPDumpScriptEngine() function TVPExecuteStartupScript (line 882) | void TVPExecuteStartupScript() function TJSGetSystem_exceptionHandler_Object (line 973) | static bool TJSGetSystem_exceptionHandler_Object(tTJSVariantClosure & d... function TVPProcessUnhandledException (line 1008) | bool TVPProcessUnhandledException(eTJSScriptException &e) function TVPProcessUnhandledException (line 1056) | bool TVPProcessUnhandledException(eTJSScriptError &e) function TVPProcessUnhandledException (line 1107) | bool TVPProcessUnhandledException(eTJS &e) function TVPStartObjectHashMap (line 1159) | void TVPStartObjectHashMap() function TVPBeforeProcessUnhandledException (line 1169) | void TVPBeforeProcessUnhandledException() function TVPShowScriptException (line 1187) | void TVPShowScriptException(eTJS &e) function TVPShowScriptException (line 1202) | void TVPShowScriptException(eTJSScriptError &e) function TVPInitializeStartupScript (line 1275) | void TVPInitializeStartupScript() function TJS_DECL_EMPTY_FINALIZE_METHOD (line 1300) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 1312) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/execStorage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1331) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/evalStorage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1350) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/compileStorage) // bytecode function TJS_BEGIN_NATIVE_METHOD_DECL (line 1377) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/exec) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1401) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/eval) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1425) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/dump) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1434) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getTraceString) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1452) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/dumpStringHeap) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1462) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setCallMissing) /* UNDOCUMENT... function TJS_BEGIN_NATIVE_METHOD_DECL (line 1479) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getClassNames) /* UNDOCUMENTE... function TJS_BEGIN_NATIVE_PROP_DECL (line 1518) | TJS_BEGIN_NATIVE_PROP_DECL(textEncoding) function TJS_END_NATIVE_PROP_GETTER (line 1525) | TJS_END_NATIVE_PROP_GETTER function tTJSNativeInstance (line 1539) | tTJSNativeInstance * tTJSNC_Scripts::CreateNativeInstance() function tTJSNativeClass (line 1552) | tTJSNativeClass * TVPCreateNativeClass_Scripts() FILE: src/core/base/ScriptMgnIntf.h function class (line 145) | class tTJSNC_Scripts : public tTJSNativeClass FILE: src/core/base/StorageIntf.cpp function ttstr (line 59) | ttstr TVPStringFromBMPUnicode(const tjs_uint16 *src, tjs_int maxlen) class tTVPStorageMediaManager (line 104) | class tTVPStorageMediaManager class tMediaNameString (line 106) | class tMediaNameString : public tTJSString class tHashFunc (line 128) | class tHashFunc method tjs_uint32 (line 131) | static tjs_uint32 Make(const tMediaNameString &key) class tMediaRecord (line 151) | class tMediaRecord method tMediaRecord (line 160) | tMediaRecord(iTVPStorageMedia *media) : MediaIntf(media), CurrentDom... method tjs_char (line 164) | const tjs_char *GetDomainAndPath(const ttstr &name) function ttstr (line 249) | ttstr tTVPStorageMediaManager::NormalizeStorageName(const ttstr &name, function ttstr (line 482) | ttstr tTVPStorageMediaManager::ExtractMediaName(const ttstr &name) function tTJSBinaryStream (line 501) | tTJSBinaryStream * tTVPStorageMediaManager::Open(const ttstr & name, tjs... function ttstr (line 517) | ttstr tTVPStorageMediaManager::GetLocallyAccessibleName(const ttstr &name) function TVPGetListAt (line 527) | void TVPGetListAt(const ttstr &name, iTVPStorageLister * lister) { function TVPRegisterStorageMedia (line 532) | void TVPRegisterStorageMedia(iTVPStorageMedia *media) function TVPUnregisterStorageMedia (line 537) | void TVPUnregisterStorageMedia(iTVPStorageMedia *media) function ttstr (line 551) | ttstr TVPNormalizeStorageName(const ttstr & _name) function TVPSetCurrentDirectory (line 567) | void TVPSetCurrentDirectory(const ttstr & _name) function TVPGetLocalName (line 581) | void TVPGetLocalName(ttstr &name) function ttstr (line 588) | ttstr TVPGetLocallyAccessibleName(const ttstr &name) function tTJSBinaryStream (line 661) | tTJSBinaryStream * tTVPArchive::CreateStream(const ttstr & name) function tjs_int (line 691) | tjs_int tTVPArchive::GetFirstIndexStartsWith(const ttstr & prefix) class tTVPArchiveCache (line 732) | class tTVPArchiveCache method tTVPArchiveCache (line 740) | tTVPArchiveCache() : ArchiveCache(TVP_DEFAULT_ARCHIVE_CACHE_NUM) method SetMaxCount (line 748) | void SetMaxCount(tjs_int maxcount) method Clear (line 753) | void Clear() method tTVPArchive (line 759) | tTVPArchive * Get(ttstr name) function TVPClearArchiveCache (line 787) | static void TVPClearArchiveCache() { TVPArchiveCache.Clear(); } function TVPIsExistentStorageNoSearchNoNormalize (line 801) | bool TVPIsExistentStorageNoSearchNoNormalize(const ttstr &name) function TVPIsExistentStorageNoSearch (line 834) | bool TVPIsExistentStorageNoSearch(const ttstr &_name) function ttstr (line 847) | ttstr TVPExtractStorageExt(const ttstr & name) function ttstr (line 883) | ttstr TVPExtractStorageName(const ttstr & name) function ttstr (line 913) | ttstr TVPExtractStoragePath(const ttstr & name) function ttstr (line 940) | extern ttstr TVPChopStorageExt(const ttstr & name) function TVPClearAutoPathCache (line 980) | static void TVPClearAutoPathCache() type tTVPClearAutoPathCacheCallback (line 987) | struct tTVPClearAutoPathCacheCallback : public tTVPCompactEventCallbackIntf method OnCompact (line 989) | OnCompact(tjs_int level) function TVPAddAutoPath (line 1001) | void TVPAddAutoPath(const ttstr & name) function TVPRemoveAutoPath (line 1019) | void TVPRemoveAutoPath(const ttstr &name) function tjs_uint (line 1037) | static tjs_uint TVPRebuildAutoPathTable() function ttstr (line 1155) | ttstr TVPGetPlacedPath(const ttstr & name) function ttstr (line 1210) | ttstr TVPSearchPlacedPath(const ttstr & name) function TVPIsExistentStorage (line 1224) | bool TVPIsExistentStorage(const ttstr &name) function tTJSBinaryStream (line 1238) | static tTJSBinaryStream * _TVPCreateStream(const ttstr & _name, tjs_uint... function tTJSBinaryStream (line 1299) | tTJSBinaryStream * TVPCreateStream(const ttstr & _name, tjs_uint32 flags) function TVPClearStorageCaches (line 1344) | void TVPClearStorageCaches() function TVPRemoveFromStorageCache (line 1352) | void TVPRemoveFromStorageCache(const ttstr &name) { function TJS_DECL_EMPTY_FINALIZE_METHOD (line 1366) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 1386) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/removeAutoPath) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1400) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getFullPath) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1413) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getPlacedPath) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1426) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/isExistentStorage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1439) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/extractStorageExt) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1452) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/extractStorageName) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1465) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/extractStoragePath) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1478) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/chopStorageExt) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1491) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/clearArchiveCache) function tTJSNativeInstance (line 1501) | tTJSNativeInstance * tTJSNC_Storages::CreateNativeInstance() FILE: src/core/base/StorageIntf.h function class (line 37) | class tTVPArchive function virtual (line 46) | virtual ~tTVPArchive() { ; } function AddRef (line 49) | void AddRef() { RefCount++; } function Release (line 50) | void Release() { if(RefCount == 1) delete this; else RefCount--; } function class (line 103) | class iTVPStorageLister // callback class for GetListAt function class (line 109) | class iTVPStorageMedia function class (line 288) | class tTJSNC_Storages : public tTJSNativeClass function class (line 303) | class tTVPStorageMedia : public iTVPStorageMedia { function class (line 321) | class TArchiveStream : public tTJSBinaryStream { FILE: src/core/base/SysInitIntf.cpp function TVPSystemInit (line 37) | void TVPSystemInit(void) function TVPSystemUninit (line 71) | void TVPSystemUninit(void) type tTVPAtExitInfo (line 100) | struct tTVPAtExitInfo method tTVPAtExitInfo (line 102) | tTVPAtExitInfo(tjs_int pri, void(*handler)()) function TVPAddAtExitHandler (line 121) | void TVPAddAtExitHandler(tjs_int pri, void (*handler)()) function TVPCauseAtExit (line 129) | static void TVPCauseAtExit() FILE: src/core/base/SysInitIntf.h type tTVPAtExit (line 53) | struct tTVPAtExit FILE: src/core/base/SystemIntf.cpp function TVPFireOnApplicationActivateEvent (line 33) | void TVPFireOnApplicationActivateEvent(bool activate_or_deactivate) function TJS_DECL_EMPTY_FINALIZE_METHOD (line 95) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 107) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/terminate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 120) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/exit) function TJS_BEGIN_NATIVE_METHOD_DECL (line 135) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/inputString) function TJS_BEGIN_NATIVE_METHOD_DECL (line 165) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/addContinuousHandler) function TJS_BEGIN_NATIVE_METHOD_DECL (line 179) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/removeContinuousHandler) function TJS_BEGIN_NATIVE_METHOD_DECL (line 193) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/toActualColor) function TJS_BEGIN_NATIVE_METHOD_DECL (line 210) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/clearGraphicCache) function TJS_BEGIN_NATIVE_METHOD_DECL (line 219) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/touchImages) function TJS_BEGIN_NATIVE_METHOD_DECL (line 251) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/createUUID) function TJS_BEGIN_NATIVE_METHOD_DECL (line 280) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/assignMessage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 297) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/doCompact) function TJS_BEGIN_NATIVE_PROP_DECL (line 316) | TJS_BEGIN_NATIVE_PROP_DECL(versionString) function TJS_BEGIN_NATIVE_PROP_DECL (line 329) | TJS_BEGIN_NATIVE_PROP_DECL(versionInformation) function TJS_END_NATIVE_PROP_GETTER (line 336) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 349) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 356) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 367) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 374) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 385) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 398) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 411) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 418) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 429) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 435) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 446) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 462) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 474) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 486) | TJS_END_NATIVE_PROP_GETTER function tTJSNativeInstance (line 508) | tTJSNativeInstance * tTJSNC_System::CreateNativeInstance() FILE: src/core/base/SystemIntf.h function class (line 18) | class tTJSNC_System : public tTJSNativeClass FILE: src/core/base/TARArchive.cpp function storeFilename (line 11) | void storeFilename(ttstr &name, const char *narrowName, const ttstr &fil... function tjs_uint64 (line 27) | tjs_uint64 parseOctNum(const char *oct, int length) class TARArchive (line 39) | class TARArchive : public tTVPArchive { type EntryInfo (line 40) | struct EntryInfo { method TARArchive (line 49) | TARArchive(const ttstr & arcname) : tTVPArchive(arcname) { method init (line 54) | bool init(tTJSBinaryStream * _instr, bool normalizeFileName) { method tjs_uint (line 107) | virtual tjs_uint GetCount() { return filelist.size(); } method ttstr (line 108) | virtual ttstr GetName(tjs_uint idx) { return filelist[idx].filename; } function tTJSBinaryStream (line 112) | tTJSBinaryStream * TARArchive::CreateStreamByIndex(tjs_uint idx) { function tTVPArchive (line 117) | tTVPArchive * TVPOpenTARArchive(const ttstr & name, tTJSBinaryStream * s... FILE: src/core/base/TextStream.cpp function utf8_mbtowc (line 25) | int utf8_mbtowc(unsigned short *pwc, const unsigned char *s) { function _TextStream_mbstowcs (line 53) | static size_t _TextStream_mbstowcs(int(*func_mbtowc)(unsigned short *, c... function TextStream_mbstowcs (line 88) | extern size_t TextStream_mbstowcs(tjs_char *pwcs, const tjs_nchar *s, si... function TVPStringDecode (line 112) | bool TVPStringDecode(const void *p, int len, ttstr& result, ttstr encodi... function TVPStringEncode (line 134) | bool TVPStringEncode(const ttstr &src, std::string &result, ttstr encodi... class tTVPTextReadStream (line 161) | class tTVPTextReadStream : public iTJSTextReadStream method tTVPTextReadStream (line 171) | tTVPTextReadStream(const ttstr & name, const ttstr & modestr) method Read (line 337) | Read(tTJSString & targ, tjs_uint size) method Destruct (line 453) | Destruct() { delete this; } class tTVPTextWriteStream (line 457) | class tTVPTextWriteStream : public iTJSTextWriteStream method tTVPTextWriteStream (line 478) | tTVPTextWriteStream(const ttstr & name, const ttstr &modestr) method WriteI64LE (line 628) | void WriteI64LE(tjs_uint64 v) method Write (line 644) | Write(const ttstr & targ) method WriteRawData (line 726) | void WriteRawData(void *ptr, size_t size) method Destruct (line 753) | Destruct() { delete this; } function iTJSTextReadStream (line 756) | iTJSTextReadStream * TVPCreateTextStreamForRead(const ttstr & name, function iTJSTextReadStream (line 762) | iTJSTextReadStream * TVPCreateTextStreamForReadByEncoding(const ttstr & ... function iTJSTextWriteStream (line 768) | iTJSTextWriteStream * TVPCreateTextStreamForWrite(const ttstr & name, function TVPSetDefaultReadEncoding (line 774) | void TVPSetDefaultReadEncoding(const ttstr& encoding) function tjs_char (line 789) | const tjs_char* TVPGetDefaultReadEncoding() FILE: src/core/base/UtilStreams.cpp function tjs_uint64 (line 126) | tjs_uint64 TJS_INTF_METHOD tTVPMemoryStream::Seek(tjs_int64 offset, tjs_... function tjs_uint (line 157) | tjs_uint TJS_INTF_METHOD tTVPMemoryStream::Read(void *buffer, tjs_uint r... function tjs_uint (line 171) | tjs_uint TJS_INTF_METHOD tTVPMemoryStream::Write(const void *buffer, tjs... function tjs_uint64 (line 311) | tjs_uint64 TJS_INTF_METHOD tTVPPartialStream::Seek(tjs_int64 offset, tjs... function tjs_uint (line 346) | tjs_uint TJS_INTF_METHOD tTVPPartialStream::Read(void *buffer, tjs_uint ... function tjs_uint (line 360) | tjs_uint TJS_INTF_METHOD tTVPPartialStream::Write(const void *buffer, tj... function tjs_uint64 (line 365) | tjs_uint64 TJS_INTF_METHOD tTVPPartialStream::GetSize() class LibArchive_Archive (line 378) | class LibArchive_Archive : public tTVPArchive { type archive (line 379) | struct archive type archive_entry (line 383) | struct archive_entry method Clear (line 385) | void Clear() { method LibArchive_Archive (line 397) | LibArchive_Archive(const ttstr & name, tTJSBinaryStream *st) : tTVPArc... method tjs_uint (line 408) | virtual tjs_uint GetCount() { return _filelist.size(); } method ttstr (line 409) | virtual ttstr GetName(tjs_uint idx) { return _filelist[idx].first; } method tTJSBinaryStream (line 410) | virtual tTJSBinaryStream * CreateStreamByIndex(tjs_uint idx) { method Open (line 417) | bool Open(bool normalizeFileName) { method Detach (line 439) | void Detach() { method la_ssize_t (line 444) | static la_ssize_t read_callback(struct archive *, void *_client_data, ... method la_int64_t (line 450) | static la_int64_t seek_callback(struct archive *, void *_client_data, ... method la_int64_t (line 455) | static la_int64_t skip_callback(struct archive *, void *_client_data, ... function tTVPArchive (line 461) | tTVPArchive *TVPOpenLibArchive(const ttstr & name, tTJSBinaryStream *st,... function FILE (line 472) | static FILE *_fileopen(const std::string &strpath) { class tTVPUnpackArchiveThread (line 482) | class tTVPUnpackArchiveThread { method Entry (line 488) | void Entry() { method tTVPUnpackArchiveThread (line 497) | tTVPUnpackArchiveThread(tTVPUnpackArchive *owner) : Owner(owner) { method Start (line 508) | void Start() { class tTVPUnpackArchiveImplWrap (line 513) | class tTVPUnpackArchiveImplWrap : public iTVPUnpackArchiveImpl { method Open (line 523) | virtual bool Open(const std::string &path) override { method GetFileCount (line 541) | virtual int GetFileCount() override { return _totalFileCount; } method tjs_int64 (line 542) | virtual tjs_int64 GetTotalSize() override { return _totalSize; } method ExtractTo (line 543) | virtual void ExtractTo(const std::string &OutPath) { class tTVPUnpackArchiveImplLibArchive (line 586) | class tTVPUnpackArchiveImplLibArchive : public iTVPUnpackArchiveImpl { type archive (line 588) | struct archive type archive (line 594) | struct archive method Open (line 608) | virtual bool Open(const std::string &path) override { method GetFileCount (line 661) | virtual int GetFileCount() override { return _totalFileCount; } method tjs_int64 (line 662) | virtual tjs_int64 GetTotalSize() override { return _totalSize; } method ExtractTo (line 664) | virtual void ExtractTo(const std::string &OutPath) { type archive (line 756) | struct archive class tTVPUnpackArchiveImpl7Zip (line 775) | class tTVPUnpackArchiveImpl7Zip : public tTVPUnpackArchiveImplLibArchive { type CSeekInStream (line 778) | struct CSeekInStream : public ISeekInStream { method SRes (line 782) | SRes StreamRead(void *buf, size_t *size) { method SRes (line 786) | SRes StreamSeek(Int64 *pos, ESzSeek origin) { method tTVPUnpackArchiveImpl7Zip (line 800) | tTVPUnpackArchiveImpl7Zip() { method Open (line 809) | virtual bool Open(const std::string &path) override { class tTVPUnpackArchiveImplUnRAR (line 838) | class tTVPUnpackArchiveImplUnRAR : public iTVPUnpackArchiveImpl { type RARArc (line 847) | struct RARArc { method RARArc (line 850) | RARArc() {} method Open (line 854) | bool Open(const std::string &path, int mode) { method Close (line 866) | void Close() { method OnCallback (line 871) | int OnCallback(UINT msg, LPARAM P1, LPARAM P2) { method Open (line 902) | virtual bool Open(const std::string &path) override { method GetFileCount (line 937) | virtual int GetFileCount() override { return _filecount; } method tjs_int64 (line 938) | virtual tjs_int64 GetTotalSize() override { return _totalSize; } method ExtractTo (line 939) | virtual void ExtractTo(const std::string &path) override { FILE: src/core/base/UtilStreams.h function class (line 23) | class tTVPStreamHolder function class (line 79) | class tTVPLocalTempStorageHolder function class (line 107) | class tTVPMemoryStream : public tTJSBinaryStream function class (line 156) | class tTVPPartialStream : public tTJSBinaryStream type tTVPUnpackArchiveCallbacks (line 178) | struct tTVPUnpackArchiveCallbacks { function class (line 186) | class iTVPUnpackArchiveImpl { function class (line 203) | class tTVPUnpackArchive : public tTVPUnpackArchiveCallbacks { FILE: src/core/base/XP3Archive.cpp function TVPSetXP3ArchiveExtractionFilter (line 31) | void TVPSetXP3ArchiveExtractionFilter(tTVPXP3ArchiveExtractionFilter fil... function TVPSetXP3ArchiveContentFilter (line 38) | void TVPSetXP3ArchiveContentFilter(tTVPXP3ArchiveContentFilter filter) type tTVPArchiveHandleCacheItem (line 49) | struct tTVPArchiveHandleCacheItem function tTJSBinaryStream (line 61) | tTJSBinaryStream * TVPGetCachedArchiveHandle(void * pointer, const ttstr... function TVPReleaseCachedArchiveHandle (line 106) | void TVPReleaseCachedArchiveHandle(void * pointer, function TVPFreeArchiveHandlePoolByPointer (line 153) | void TVPFreeArchiveHandlePoolByPointer(void * pointer) function TVPFreeArchiveHandlePool (line 174) | static void TVPFreeArchiveHandlePool() function TVPShutdownArchiveHandleCache (line 195) | static void TVPShutdownArchiveHandleCache() function TVPGetXP3ArchiveOffset (line 231) | bool TVPGetXP3ArchiveOffset(tTJSBinaryStream *st, const ttstr name, function TVPIsXP3Archive (line 329) | bool TVPIsXP3Archive(const ttstr &name) function tTVPArchive (line 557) | tTVPArchive * tTVPXP3Archive::Create(const ttstr & name, tTJSBinaryStrea... function tTJSBinaryStream (line 572) | tTJSBinaryStream * tTVPXP3Archive::CreateStreamByIndex(tjs_uint idx) function tjs_int16 (line 637) | tjs_int16 tTVPXP3Archive::ReadI16FromMem(const tjs_uint8 *mem) function tjs_int32 (line 643) | tjs_int32 tTVPXP3Archive::ReadI32FromMem(const tjs_uint8 *mem) function tjs_int64 (line 650) | tjs_int64 tTVPXP3Archive::ReadI64FromMem(const tjs_uint8 *mem) type tTVPSegmentCacheSearchData (line 670) | struct tTVPSegmentCacheSearchData class tTVPSegmentCacheSearchHashFunc (line 683) | class tTVPSegmentCacheSearchHashFunc method tjs_uint32 (line 686) | static tjs_uint32 Make(const tTVPSegmentCacheSearchData &val) class tTVPSegmentData (line 696) | class tTVPSegmentData method tTVPSegmentData (line 703) | tTVPSegmentData() { RefCount = 1; Size = 0; Data = NULL; } method SetData (line 706) | void SetData(unsigned long outsize, tTJSBinaryStream *instream, method tjs_uint8 (line 731) | const tjs_uint8 * GetData() const { return Data; } method tjs_uint (line 732) | tjs_uint GetSize() const { return Size; } method AddRef (line 734) | void AddRef() { RefCount ++; } method Release (line 735) | void Release() function TVPCheckSegmentCacheLimit (line 758) | static void TVPCheckSegmentCacheLimit() function TVPClearXP3SegmentCache (line 780) | void TVPClearXP3SegmentCache() type tTVPClearSegmentCacheCallback (line 788) | struct tTVPClearSegmentCacheCallback : public tTVPCompactEventCallbackIntf method OnCompact (line 790) | OnCompact(tjs_int level) function tTVPSegmentData (line 803) | static tTVPSegmentData * TVPSearchFromSegmentCache( method tTVPSegmentData (line 703) | tTVPSegmentData() { RefCount = 1; Size = 0; Data = NULL; } method SetData (line 706) | void SetData(unsigned long outsize, tTJSBinaryStream *instream, method tjs_uint8 (line 731) | const tjs_uint8 * GetData() const { return Data; } method tjs_uint (line 732) | tjs_uint GetSize() const { return Size; } method AddRef (line 734) | void AddRef() { RefCount ++; } method Release (line 735) | void Release() function TVPPushToSegmentCache (line 819) | static void TVPPushToSegmentCache(const tTVPSegmentCacheSearchData &sdat... function tjs_uint64 (line 985) | tjs_uint64 TJS_INTF_METHOD tTVPXP3ArchiveStream::Seek(tjs_int64 offset, ... function tjs_uint (line 1017) | tjs_uint TJS_INTF_METHOD tTVPXP3ArchiveStream::Read(void *buffer, tjs_ui... function tjs_uint (line 1066) | tjs_uint TJS_INTF_METHOD tTVPXP3ArchiveStream::Write(const void *buffer,... function tjs_uint64 (line 1071) | tjs_uint64 TJS_INTF_METHOD tTVPXP3ArchiveStream::GetSize() function TVPExtractArchive (line 1089) | void TVPExtractArchive(const ttstr & name, const ttstr & _destdir, bool ... FILE: src/core/base/XP3Archive.h type tTVPXP3ExtractionFilterInfo (line 25) | struct tTVPXP3ExtractionFilterInfo type tTVPXP3ArchiveSegment (line 86) | struct tTVPXP3ArchiveSegment function class (line 95) | class tTVPXP3Archive : public tTVPArchive function class (line 149) | class tTVPXP3ArchiveStream : public tTJSBinaryStream FILE: src/core/base/ZIPArchive.cpp type unz_file_info_s (line 23) | struct unz_file_info_s type unz64_file_pos_s (line 44) | struct unz64_file_pos_s type unz_file_info64_internal_s (line 97) | struct unz_file_info64_internal_s type unz_file_info64_s (line 134) | struct unz_file_info64_s function voidpf (line 193) | static voidpf zip_open64file(voidpf opaque, const void * filename, int m... function zip_closefile (line 204) | static int zip_closefile(voidpf, voidpf s) { function local (line 237) | local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 264) | local int unz64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 291) | local int unz64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 327) | local int unz64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 374) | local int strcmpcasenosensitive_internal (const char* fileName1, const c... function unzStringFileNameCompare (line 415) | int ZEXPORT unzStringFileNameCompare (const char* fileName1, function local (line 438) | local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 503) | local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_de... function local (line 614) | local unzFile unzOpenInternal (const void *path, function unzClose (line 797) | int ZEXPORT unzClose (unzFile file) function unzGetGlobalInfo64 (line 817) | int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* pglobal... function unzGetGlobalInfo (line 827) | int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglobal_inf... function local (line 841) | local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm) function local (line 857) | local int unz64local_GetCurrentFileInfoInternal (unzFile file, function unzGetCurrentFileInfo64 (line 1106) | int ZEXPORT unzGetCurrentFileInfo64 (unzFile file, function unzGetCurrentFileInfo (line 1118) | int ZEXPORT unzGetCurrentFileInfo (unzFile file, function unzGoToFirstFile64 (line 1161) | int ZEXPORT unzGoToFirstFile64 (unzFile file, function unzGoToNextFile64 (line 1188) | int ZEXPORT unzGoToNextFile64 (unzFile file, function unzGetFilePos64 (line 1235) | int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) function unzGetFilePos (line 1251) | int ZEXPORT unzGetFilePos( function unzGoToFilePos64 (line 1265) | int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* file_pos) function unzGoToFilePos (line 1287) | int ZEXPORT unzGoToFilePos( function local (line 1312) | local int unz64local_CheckCurrentFileCoherencyHeader (unz64_s* s, uInt* ... function unzOpenCurrentFile3 (line 1399) | int ZEXPORT unzOpenCurrentFile3 (unzFile file, int* method, function unzOpenCurrentFile (line 1568) | int ZEXPORT unzOpenCurrentFile (unzFile file) function ZPOS64_T (line 1575) | ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64( unzFile file) function unzReadCurrentFile (line 1601) | int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigned len) function z_off_t (line 1806) | z_off_t ZEXPORT unztell (unzFile file) function ZPOS64_T (line 1821) | ZPOS64_T ZEXPORT unztell64 (unzFile file) function ZEXPORT (line 1841) | int ZEXPORT unzeof (unzFile file) function unzGetLocalExtrafield (line 1873) | int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsigned len) function unzCloseCurrentFile (line 1921) | int ZEXPORT unzCloseCurrentFile (unzFile file) function unzGetGlobalComment (line 1968) | int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, uLong u... function ZPOS64_T (line 1996) | ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) function uLong (line 2011) | uLong ZEXPORT unzGetOffset (unzFile file) function unzSetOffset64 (line 2021) | int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) function unzSetOffset (line 2039) | int ZEXPORT unzSetOffset (unzFile file, uLong pos) class ZipArchive (line 2044) | class ZipArchive : public tTVPArchive { method isValid (line 2053) | bool isValid() { return uf != nullptr; } method tjs_uint (line 2054) | virtual tjs_uint GetCount() { return filelist.size(); } method ttstr (line 2055) | virtual ttstr GetName(tjs_uint idx) { return filelist[idx].first; } function uLong (line 2061) | static uLong zip_readfile(voidpf, voidpf s, void *buf, uLong size) { function uLong (line 2065) | static uLong zip_writefile(voidpf, voidpf s, const void *buf, uLong size) { function ZPOS64_T (line 2069) | static ZPOS64_T zip_tell64file(voidpf, voidpf s) { function zip_seek64file (line 2073) | static long zip_seek64file(voidpf, voidpf s, ZPOS64_T offset, int origin) { function tTVPArchive (line 2078) | tTVPArchive * TVPOpenZIPArchive(const ttstr & name, tTJSBinaryStream *st... function tTJSBinaryStream (line 2092) | tTJSBinaryStream * ZipArchive::CreateStreamByIndex(tjs_uint idx) { FILE: src/core/base/common.h type std (line 24) | typedef std::basic_string stdstring; type std (line 25) | typedef std::basic_string stdnstring; FILE: src/core/base/tar.h type _POSIX (line 81) | struct _POSIX{ //POSIX ustar format type _GNU (line 85) | struct _GNU{ //GNUtar format function compsum_oldtar (line 107) | int compsum_oldtar(){ FILE: src/core/base/win32/EventImpl.cpp function TVPInvokeEvents (line 31) | void TVPInvokeEvents() function TVPEventReceived (line 46) | void TVPEventReceived() function TVPCallDeliverAllEventsOnIdle (line 59) | void TVPCallDeliverAllEventsOnIdle() function TVPBreathe (line 76) | void TVPBreathe() function TVPGetBreathing (line 95) | bool TVPGetBreathing() function TVPSetSystemEventDisabledState (line 108) | void TVPSetSystemEventDisabledState(bool en) function TVPGetSystemEventDisabledState (line 114) | bool TVPGetSystemEventDisabledState() class tTVPContinuousHandlerCallLimitThread (line 127) | class tTVPContinuousHandlerCallLimitThread : public tTVPThread method WndProc (line 145) | void WndProc(NativeEvent& ev) { method SetInterval (line 152) | void SetInterval(tjs_uint64 interval) { Interval = interval; } function TVPBeginContinuousEvent (line 243) | void TVPBeginContinuousEvent() function TVPEndContinuousEvent (line 281) | void TVPEndContinuousEvent() function TVPReleaseContinuousHandlerCallLimitThread (line 295) | static void TVPReleaseContinuousHandlerCallLimitThread() FILE: src/core/base/win32/FileSelector.cpp function UINT_PTR (line 41) | static UINT_PTR APIENTRY TVPOFNHookProc(HWND hdlg, UINT uiMsg, WPARAM wP... function TVPPushFilterPair (line 84) | static void TVPPushFilterPair(std::vector &filters, std::w... function TVPSelectFile (line 102) | bool TVPSelectFile(iTJSDispatch2 *params) FILE: src/core/base/win32/FuncStubs.cpp function TVP_Stub_3d4b725f0b4234d79524822e7c34486b (line 18) | static void __stdcall TVP_Stub_3d4b725f0b4234d79524822e7c34486b(tTJSVari... function TVP_Stub_3fc0c32ee41ea0c515f8fbb681e37982 (line 22) | static void __stdcall TVP_Stub_3fc0c32ee41ea0c515f8fbb681e37982(tTJSVari... function TVP_Stub_e8dbd4fe012262d9da831e0735aa33b3 (line 26) | static void __stdcall TVP_Stub_e8dbd4fe012262d9da831e0735aa33b3(tTJSVari... function TVP_Stub_ace6cce1353865d7376caca1f2124216 (line 30) | static void __stdcall TVP_Stub_ace6cce1353865d7376caca1f2124216(tTJSVari... function TVP_Stub_5055344aa8055bc238b79e5f88fc3300 (line 34) | static void __stdcall TVP_Stub_5055344aa8055bc238b79e5f88fc3300(tTJSVari... function TVP_Stub_8238c542b814acf1a83c00cced57ba26 (line 38) | static void __stdcall TVP_Stub_8238c542b814acf1a83c00cced57ba26(tTJSVari... function TVP_Stub_bd2a14ca8c345fd7f151b08d1792fb60 (line 42) | static void __stdcall TVP_Stub_bd2a14ca8c345fd7f151b08d1792fb60(tTJSVari... function TVP_Stub_16d432f9f86738a7688cbfc9b12441ec (line 46) | static void __stdcall TVP_Stub_16d432f9f86738a7688cbfc9b12441ec(tTJSVari... function TVP_Stub_6dac00582b8ba529e548ef058c4e869e (line 50) | static void __stdcall TVP_Stub_6dac00582b8ba529e548ef058c4e869e(tTJSVari... function TVP_Stub_9193ae470b5efdfe617b5e94cd8f5da6 (line 54) | static void __stdcall TVP_Stub_9193ae470b5efdfe617b5e94cd8f5da6(tTJSVari... function TVP_Stub_ec455b6ef0f5da178063db3875973260 (line 58) | static void __stdcall TVP_Stub_ec455b6ef0f5da178063db3875973260(tTJSVari... function TVP_Stub_a56aaf685bd171b63b0ef3c894d80ecf (line 62) | static void __stdcall TVP_Stub_a56aaf685bd171b63b0ef3c894d80ecf(tTJSVari... function TVP_Stub_9a5fe199cebb9841f94ac0bb7a4a3b6a (line 66) | static void __stdcall TVP_Stub_9a5fe199cebb9841f94ac0bb7a4a3b6a(tTJSVari... function TVP_Stub_2acb76a1f86e34afc5fe934d406c6c4c (line 70) | static void __stdcall TVP_Stub_2acb76a1f86e34afc5fe934d406c6c4c(tTJSVari... function TVP_Stub_3a4d914ca7d24989c236ad223c002d49 (line 74) | static void __stdcall TVP_Stub_3a4d914ca7d24989c236ad223c002d49(tTJSVari... function tTJSVariantType (line 78) | static tTJSVariantType __stdcall TVP_Stub_8fca7d3a123df1eacf228ba89f6a02... function TVP_Stub_58be195f96a36c158d638e3b0c79308b (line 82) | static void __stdcall TVP_Stub_58be195f96a36c158d638e3b0c79308b(tTJSVari... function tTJSVariantClosure (line 86) | static tTJSVariantClosure & __stdcall TVP_Stub_eaa4d5b1d186a807a63311ab6... function TVP_Stub_246f30d208c1d3a4e2b558090f403734 (line 90) | static void __stdcall TVP_Stub_246f30d208c1d3a4e2b558090f403734(tTJSVari... function iTJSDispatch2 (line 94) | static iTJSDispatch2 * __stdcall TVP_Stub_3206ef9b7a8013d6572decdea49e7e... function TVP_Stub_c5a30d297c3a121879b1392bc6c604ef (line 98) | static void __stdcall TVP_Stub_c5a30d297c3a121879b1392bc6c604ef(tTJSVari... function tjs_uint32 (line 102) | static tjs_uint32 * __stdcall TVP_Stub_e398f5aef0ab92bc1323f3b094722fb1(... function TVP_Stub_0733b0ac80880897d327dc6f3b04ea9e (line 106) | static void __stdcall TVP_Stub_0733b0ac80880897d327dc6f3b04ea9e(tTJSVari... function TVP_Stub_4cb055ed9d8ef71d1af10898965c940c (line 110) | static void __stdcall TVP_Stub_4cb055ed9d8ef71d1af10898965c940c(tTJSVari... function TVP_Stub_ef8d198596b7d3143d02ed4450ccefa1 (line 114) | static void __stdcall TVP_Stub_ef8d198596b7d3143d02ed4450ccefa1(tTJSVari... function tTJSVariant (line 118) | static tTJSVariant & __stdcall TVP_Stub_d48ea419e040ffe8c20c1e86d80c9a5f... function TVP_Stub_679b215ff76a269871d5f325b981e561 (line 122) | static void __stdcall TVP_Stub_679b215ff76a269871d5f325b981e561(tTJSVari... function tTJSVariant (line 126) | static tTJSVariant & __stdcall TVP_Stub_1039eff4a4443f9238438485a35a93a7... function tTJSVariant (line 130) | static tTJSVariant & __stdcall TVP_Stub_2f873b0ee1c6591ba28bc4b9c0e4c954... function tTJSVariant (line 134) | static tTJSVariant & __stdcall TVP_Stub_a583ffb56cdb2ede691e15053a8a165a... function tTJSVariant (line 138) | static tTJSVariant & __stdcall TVP_Stub_e09ed277802c1b117e1908421448886d... function tTJSVariant (line 142) | static tTJSVariant & __stdcall TVP_Stub_e76dfb9e00f4a9d491117d815f30db7f... function tTJSVariant (line 146) | static tTJSVariant & __stdcall TVP_Stub_b000dd8934508d8ec6d6ef976a6ff49b... function tTJSVariant (line 150) | static tTJSVariant & __stdcall TVP_Stub_d98ab5c968ebfde4e924901d09190774... function tTJSVariant (line 154) | static tTJSVariant & __stdcall TVP_Stub_661e8c10d5d477e6823a840244937cd8... function tTJSVariant (line 158) | static tTJSVariant & __stdcall TVP_Stub_6b39e70ea89c4f883689f51289029b69... function tTJSVariant (line 162) | static tTJSVariant & __stdcall TVP_Stub_4a18b1c0afe37b84e2b35a7fc07c4e0f... function tTJSVariant (line 166) | static tTJSVariant & __stdcall TVP_Stub_48b85c8774d91ca40b2992f0e452f19e... function tTJSVariant (line 170) | static tTJSVariant & __stdcall TVP_Stub_5ea8db9a9193fe6bab53baf2bee06b6b... function tTJSVariant (line 174) | static tTJSVariant & __stdcall TVP_Stub_46b92626ff6894e993c4f193a129540b... function TVP_Stub_6efc1d1f66f0e01a81faf767d7576816 (line 178) | static void __stdcall TVP_Stub_6efc1d1f66f0e01a81faf767d7576816(tTJSVari... function TVP_Stub_4ededf58eae77c320b4a6f5f701acafb (line 182) | static void __stdcall TVP_Stub_4ededf58eae77c320b4a6f5f701acafb(tTJSVari... function TVP_Stub_028d5fda2f4568f6ab14b49d89650a4d (line 186) | static void __stdcall TVP_Stub_028d5fda2f4568f6ab14b49d89650a4d(tTJSVari... function TVP_Stub_11912984b8c094d2df26bf3c3677d096 (line 190) | static void __stdcall TVP_Stub_11912984b8c094d2df26bf3c3677d096(tTJSVari... function TVP_Stub_6c0df790c33142e286aea9af6993d931 (line 194) | static void __stdcall TVP_Stub_6c0df790c33142e286aea9af6993d931(tTJSVari... function TVP_Stub_c27d85b695cd6e144210785bdfd446ce (line 198) | static void __stdcall TVP_Stub_c27d85b695cd6e144210785bdfd446ce(tTJSVari... function TVP_Stub_8422ef7f42009be0ad58a09d64149051 (line 202) | static void __stdcall TVP_Stub_8422ef7f42009be0ad58a09d64149051(tTJSVari... function TVP_Stub_ee07e6522577952453206ede39cdf54c (line 206) | static void __stdcall TVP_Stub_ee07e6522577952453206ede39cdf54c(tTJSVari... function TVP_Stub_786a65424247e711f6ca31f0a10603d7 (line 210) | static void __stdcall TVP_Stub_786a65424247e711f6ca31f0a10603d7(tTJSVari... function TVP_Stub_995a222f2038dd2007f2c1f6429bd19e (line 214) | static void __stdcall TVP_Stub_995a222f2038dd2007f2c1f6429bd19e(tTJSVari... function TVP_Stub_da8c6e750d6a9c0557a56ef7f7fd8e88 (line 218) | static void __stdcall TVP_Stub_da8c6e750d6a9c0557a56ef7f7fd8e88(tTJSVari... function TVP_Stub_9cf7b0f119bcf3fa4564837ae25429b3 (line 222) | static void __stdcall TVP_Stub_9cf7b0f119bcf3fa4564837ae25429b3(tTJSVari... function TVP_Stub_17cbcacad2ed350215d7d700c676ea40 (line 226) | static void __stdcall TVP_Stub_17cbcacad2ed350215d7d700c676ea40(tTJSVari... function TVP_Stub_2bd375c0598e9148d88579a51b2f07a8 (line 230) | static void __stdcall TVP_Stub_2bd375c0598e9148d88579a51b2f07a8(tTJSVari... function TVP_Stub_4d2c157f8b0b49e57c3e9b5abc9deb0f (line 234) | static void __stdcall TVP_Stub_4d2c157f8b0b49e57c3e9b5abc9deb0f(tTJSVari... function TVP_Stub_4b7eaccf64af0f3a4c4fe64f4e2dd3fd (line 238) | static void __stdcall TVP_Stub_4b7eaccf64af0f3a4c4fe64f4e2dd3fd(tTJSVari... function TVP_Stub_3a4d2602c392a8d1f4c38d537a8c95e0 (line 242) | static void __stdcall TVP_Stub_3a4d2602c392a8d1f4c38d537a8c95e0(tTJSVari... function TVP_Stub_8d915d35ef8e857f245c5d46798618e4 (line 246) | static void __stdcall TVP_Stub_8d915d35ef8e857f245c5d46798618e4(tTJSVari... function TVP_Stub_1e463482afa8ca30f5fa7bea4fa5741d (line 250) | static void __stdcall TVP_Stub_1e463482afa8ca30f5fa7bea4fa5741d(tTJSVari... function TVP_Stub_fdf270e4080c986abd1649fa9fffdeab (line 254) | static void __stdcall TVP_Stub_fdf270e4080c986abd1649fa9fffdeab(tTJSVari... function tTJSVariantType (line 258) | static tTJSVariantType __stdcall TVP_Stub_972e0f9a6ec4648a9fb82bcf5d9095... function TVP_Stub_9d76731c37c4664d654db026644c64b4 (line 262) | static bool __stdcall TVP_Stub_9d76731c37c4664d654db026644c64b4(tTJSVari... function TVP_Stub_4f1620cb699874b9c8cedf6e321c606e (line 266) | static bool __stdcall TVP_Stub_4f1620cb699874b9c8cedf6e321c606e(tTJSVari... function TVP_Stub_ef1c6b2b601d1b0ff70272a4d447aa3c (line 270) | static bool __stdcall TVP_Stub_ef1c6b2b601d1b0ff70272a4d447aa3c(tTJSVari... function TVP_Stub_9b7872860c95cfdafb056ab30318e99c (line 274) | static bool __stdcall TVP_Stub_9b7872860c95cfdafb056ab30318e99c(tTJSVari... function TVP_Stub_53360f194a04fc142ddae2b9a3ab4c92 (line 278) | static bool __stdcall TVP_Stub_53360f194a04fc142ddae2b9a3ab4c92(tTJSVari... function TVP_Stub_ce1dcb05e5e7c4cafbc4ed37f63b256e (line 282) | static bool __stdcall TVP_Stub_ce1dcb05e5e7c4cafbc4ed37f63b256e(tTJSVari... function iTJSDispatch2 (line 286) | static iTJSDispatch2 * __stdcall TVP_Stub_841ce4492b37321eea0c1b500de9b3... function iTJSDispatch2 (line 290) | static iTJSDispatch2 * __stdcall TVP_Stub_61785de870894968cd9d95e17e88ea... function iTJSDispatch2 (line 294) | static iTJSDispatch2 * __stdcall TVP_Stub_ad3236e727398311c3b8e1ddd5f4b2... function iTJSDispatch2 (line 298) | static iTJSDispatch2 * __stdcall TVP_Stub_80e0b7be488545ff9b8bc52c9ab5fb... function tTJSVariantClosure (line 302) | static tTJSVariantClosure & __stdcall TVP_Stub_4eaa3e4efb319707db6ef81db... function tTJSVariantString (line 306) | static tTJSVariantString * __stdcall TVP_Stub_693a0152f098caee7fc77f545d... function tTJSVariantString (line 310) | static tTJSVariantString * __stdcall TVP_Stub_42840710f5fba9bb32b95290b1... function tjs_char (line 314) | static const tjs_char * __stdcall TVP_Stub_adec3f9ef429aa9a284081f0fc6a1... function tTJSVariantOctet (line 318) | static tTJSVariantOctet * __stdcall TVP_Stub_674a7948152a1d7a49050b9d987... function tTJSVariantOctet (line 322) | static tTJSVariantOctet * __stdcall TVP_Stub_aa6f132b2031c83062f6149c90f... function tTVInteger (line 326) | static tTVInteger __stdcall TVP_Stub_b52f446e22bb92d495f7e65ac71c9bf9(tT... function TVP_Stub_d4899fd4a8beb06f192dcb1d300e3319 (line 330) | static void __stdcall TVP_Stub_d4899fd4a8beb06f192dcb1d300e3319(tTJSVari... function tTVInteger (line 334) | static tTVInteger __stdcall TVP_Stub_d3f5ec78464d29ee6988a1f90c2e3e1b(tT... function TVP_Stub_a463ad6a757c3f04e09a72e288737d06 (line 338) | static bool __stdcall TVP_Stub_a463ad6a757c3f04e09a72e288737d06(tTJSVari... function tjs_int (line 342) | static tjs_int __stdcall TVP_Stub_27857bb89d35113183b682c3917d6c7a(tTJSV... function tTVReal (line 346) | static tTVReal __stdcall TVP_Stub_a5f80951cfb882ac6a3e06c0b9a95807(tTJSV... function tTVReal (line 350) | static tTVReal __stdcall TVP_Stub_35aadb63079c8bd84ebc0389bae306e0(tTJSV... function tTJSVariant (line 354) | static tTJSVariant __stdcall TVP_Stub_fb6573df5887c2020ae58136f8342ed4(t... function tTJSVariant (line 358) | static tTJSVariant __stdcall TVP_Stub_86c67d2197c46824ab10f59e568ad13a(t... function tTJSVariant (line 362) | static tTJSVariant __stdcall TVP_Stub_263a0c5b335b2c4d5bc1f55b51b8315e(t... function tTJSVariant (line 366) | static tTJSVariant __stdcall TVP_Stub_975c1099e57ab67122ddef0f44fd7dd5(t... function tTJSVariant (line 370) | static tTJSVariant __stdcall TVP_Stub_04493e5237a7ca97afd391cb7e831ba0(t... function tTJSVariant (line 374) | static tTJSVariant __stdcall TVP_Stub_9996100acc7705cb2b0c904d6bad4401(t... function tTJSVariant (line 378) | static tTJSVariant __stdcall TVP_Stub_5d91cff3b2a26ff7c0543e0f6d737117(t... function tTJSVariant (line 382) | static tTJSVariant __stdcall TVP_Stub_ef1dedc2cb58dc4e1afc14238b6fc518(t... function tTJSVariant (line 386) | static tTJSVariant __stdcall TVP_Stub_f18397fe81c043ba2346e31b359f6a73(t... function tTJSVariant (line 390) | static tTJSVariant __stdcall TVP_Stub_2ee45ad60b0c06a8d0feebc3a6aad9e7(t... function tTJSVariant (line 394) | static tTJSVariant __stdcall TVP_Stub_44500491c57e17032951fe6ed268ff1d(t... function tTJSVariant (line 398) | static tTJSVariant __stdcall TVP_Stub_056f5d278c75750df792bf8b081fbf7d(t... function tTJSVariant (line 402) | static tTJSVariant __stdcall TVP_Stub_04233bc4f7d4df92c260d23110320afe(t... function tTJSVariant (line 406) | static tTJSVariant __stdcall TVP_Stub_cdc475c4419e77c22508e337428c4074(t... function tTJSVariant (line 410) | static tTJSVariant __stdcall TVP_Stub_06bacb2910308a47bbe27ff7efa1226d(t... function tTJSVariant (line 414) | static tTJSVariant __stdcall TVP_Stub_521e053199a4aeb4e0f24d9f4a6cc682(t... function tTJSVariant (line 418) | static tTJSVariant __stdcall TVP_Stub_02164e6fb4c925843ac774ec1e4c6e5d(t... function tTJSVariant (line 422) | static tTJSVariant __stdcall TVP_Stub_5110cbbcddbd9688281ee5418e3f9023(t... function tTJSVariant (line 426) | static tTJSVariant __stdcall TVP_Stub_1db54b61f00bf931452218c4a39e79ef(t... function tTJSVariant (line 430) | static tTJSVariant __stdcall TVP_Stub_9d0edd8f51f155767301017bd3d256da(t... function tTJSVariant (line 434) | static tTJSVariant __stdcall TVP_Stub_8f744c5aa8df5471939b960bc759f12b(t... function tTJSVariant (line 438) | static tTJSVariant __stdcall TVP_Stub_ba7ff7b0b4192bd2cc7f49c7b688ad57(t... function tTJSVariant (line 442) | static tTJSVariant __stdcall TVP_Stub_7773ac921bb82c85de3be69ef86265fd(t... function tTJSVariant (line 446) | static tTJSVariant __stdcall TVP_Stub_114a781ed71edace31abb352a2671f41(t... function TVP_Stub_066fb79f94523d95d12480f23c58cc8e (line 454) | static void __stdcall TVP_Stub_066fb79f94523d95d12480f23c58cc8e(void * p) function TVP_Stub_34cc96a5118ee1e12b0750ea64d40b1f (line 462) | static void __stdcall TVP_Stub_34cc96a5118ee1e12b0750ea64d40b1f(void * p) function TVP_Stub_8970ba46068ac74746c3e84299937d8f (line 470) | static void __stdcall TVP_Stub_8970ba46068ac74746c3e84299937d8f(tTJSVari... function TVP_Stub_438e27dcbb077284213eb4d7dcd43f8f (line 474) | static void __stdcall TVP_Stub_438e27dcbb077284213eb4d7dcd43f8f(tTJSVari... function TVP_Stub_a98d712ca19a49afe07d0a7c5d064cef (line 478) | static void __stdcall TVP_Stub_a98d712ca19a49afe07d0a7c5d064cef(tTJSVari... function TVP_Stub_08aef69683bcfe2a5c63d4c7866de8e9 (line 482) | static void __stdcall TVP_Stub_08aef69683bcfe2a5c63d4c7866de8e9(tTJSVari... function TVP_Stub_dbc9bc2e27068c8426b1c6a7f89424e0 (line 486) | static void __stdcall TVP_Stub_dbc9bc2e27068c8426b1c6a7f89424e0(tTJSVari... function TVP_Stub_5eeb98ca016123f57966457533bb639e (line 490) | static void __stdcall TVP_Stub_5eeb98ca016123f57966457533bb639e(tTJSVari... function tjs_uint (line 494) | static tjs_uint __stdcall TVP_Stub_98fdc846d0b4a83412f3521f65bb98b4(tTJS... function tjs_uint8 (line 498) | static const tjs_uint8 * __stdcall TVP_Stub_3309591d3c7f6f688e81588f169d... function TVP_Stub_d83a866389246d824efcc83303a04484 (line 502) | static void __stdcall TVP_Stub_d83a866389246d824efcc83303a04484(tTJSStri... function TVP_Stub_6cf6f332a6a14a15e8dce62301f5c840 (line 506) | static void __stdcall TVP_Stub_6cf6f332a6a14a15e8dce62301f5c840(tTJSStri... function TVP_Stub_566eeea3c5f009b0fc6fa123ba30f496 (line 510) | static void __stdcall TVP_Stub_566eeea3c5f009b0fc6fa123ba30f496(tTJSStri... function TVP_Stub_88806e38e35c73b36acadd4061a4fe0b (line 514) | static void __stdcall TVP_Stub_88806e38e35c73b36acadd4061a4fe0b(tTJSStri... function TVP_Stub_3bb69d3886159aaecc333b6ff17287bf (line 518) | static void __stdcall TVP_Stub_3bb69d3886159aaecc333b6ff17287bf(tTJSStri... function TVP_Stub_3e36278551a9c8b29cb2e8017db6af0d (line 522) | static void __stdcall TVP_Stub_3e36278551a9c8b29cb2e8017db6af0d(tTJSStri... function TVP_Stub_5de99d84f3dc902cb0812fb85a7d5c88 (line 526) | static void __stdcall TVP_Stub_5de99d84f3dc902cb0812fb85a7d5c88(tTJSStri... function TVP_Stub_31e85cbc73f8fbd4cea895a751480059 (line 530) | static void __stdcall TVP_Stub_31e85cbc73f8fbd4cea895a751480059(tTJSStri... function TVP_Stub_6ae29e405ede762f1a89a9dd526cb36e (line 534) | static void __stdcall TVP_Stub_6ae29e405ede762f1a89a9dd526cb36e(tTJSStri... function TVP_Stub_c95bd66d95c153cdac41b5243e555f5f (line 538) | static void __stdcall TVP_Stub_c95bd66d95c153cdac41b5243e555f5f(tTJSStri... function TVP_Stub_72a67e9c52fd27dbb66eded47efeea74 (line 542) | static void __stdcall TVP_Stub_72a67e9c52fd27dbb66eded47efeea74(tTJSStri... function TVP_Stub_fb13e41bda53e4e59403e3e14effccd6 (line 546) | static void __stdcall TVP_Stub_fb13e41bda53e4e59403e3e14effccd6(tTJSStri... function tTJSString (line 550) | static tTJSString & __stdcall TVP_Stub_9a5c710e620e47f105752453ad5d6ab1(... function tTJSString (line 554) | static tTJSString & __stdcall TVP_Stub_18f1ad16c11429707cbf8ea4d1d4a21e(... function tTJSString (line 558) | static tTJSString & __stdcall TVP_Stub_550f317b573a1256af00586890ae82f1(... function TVP_Stub_cd50da721dfb63f36c1ebb1226830428 (line 562) | static void __stdcall TVP_Stub_cd50da721dfb63f36c1ebb1226830428(tTJSStri... function TVP_Stub_fbba3dd6a087599d1277ae58f6cec18e (line 566) | static void __stdcall TVP_Stub_fbba3dd6a087599d1277ae58f6cec18e(tTJSStri... function TVP_Stub_43cc5b5a61a6090af83333d115b5b868 (line 570) | static void __stdcall TVP_Stub_43cc5b5a61a6090af83333d115b5b868(tTJSStri... function TVP_Stub_616fb5060d81eb5bab58647596582df4 (line 574) | static void __stdcall TVP_Stub_616fb5060d81eb5bab58647596582df4(tTJSStri... function TVP_Stub_168cf4c1b9ef70b98f2e0ab3695a4f3b (line 578) | static void __stdcall TVP_Stub_168cf4c1b9ef70b98f2e0ab3695a4f3b(tTJSStri... function tjs_char (line 582) | static tjs_char * __stdcall TVP_Stub_314573cca30a7c2aecc9166fbf5400c9(tT... function tjs_char (line 586) | static tjs_char * __stdcall TVP_Stub_03da356426c038fad663c836c3e330ef(tT... function TVP_Stub_31dbebdedc08d75e34a2cd564ce60586 (line 590) | static void __stdcall TVP_Stub_31dbebdedc08d75e34a2cd564ce60586(tTJSStri... function TVP_Stub_d9224ad7a0de743a7eea15fdb2c5f934 (line 594) | static void __stdcall TVP_Stub_d9224ad7a0de743a7eea15fdb2c5f934(tTJSStri... function TVP_Stub_c01b0720b49ce4f792446d8965d2c31f (line 598) | static void __stdcall TVP_Stub_c01b0720b49ce4f792446d8965d2c31f(tTJSStri... function TVP_Stub_4af47e46a11e1357cb994f405289d13e (line 602) | static void __stdcall TVP_Stub_4af47e46a11e1357cb994f405289d13e(tTJSStri... function tjs_uint32 (line 606) | static tjs_uint32 * __stdcall TVP_Stub_25b6dafa19bfa5bde1a8b519da248f82(... function tjs_char (line 610) | static tjs_char * __stdcall TVP_Stub_72425405819c900aec719491cbd90c6d(tT... function tjs_char (line 614) | static const tjs_char * __stdcall TVP_Stub_a79942af73f33bff6e432c9fd808e... function tTJSVariantString (line 618) | static tTJSVariantString * __stdcall TVP_Stub_df106470a4141ebc7eda221608... function tjs_int64 (line 622) | static tjs_int64 __stdcall TVP_Stub_469bc225b0ecd9561aae5a46b85ded42(tTJ... function TVP_Stub_a6663c078b3aa79b39ee2d09f3875765 (line 626) | static bool __stdcall TVP_Stub_a6663c078b3aa79b39ee2d09f3875765(tTJSStri... function TVP_Stub_efbe634ce4f13633e220cae167cf63fb (line 630) | static bool __stdcall TVP_Stub_efbe634ce4f13633e220cae167cf63fb(tTJSStri... function tjs_int (line 634) | static tjs_int __stdcall TVP_Stub_57f4147bcc09e4e4442ffc9b0895727e(tTJSS... function TVP_Stub_1fb2d2e44cf83aebef7b26fd6b20bc2b (line 638) | static bool __stdcall TVP_Stub_1fb2d2e44cf83aebef7b26fd6b20bc2b(tTJSStri... function TVP_Stub_bd6aa777bac947f5cffd891e9c724794 (line 642) | static bool __stdcall TVP_Stub_bd6aa777bac947f5cffd891e9c724794(tTJSStri... function tjs_int (line 646) | static tjs_int __stdcall TVP_Stub_83c662330b75d616cdc8a4e11d7ababa(tTJSS... function TVP_Stub_bbde02fe30c8a6cadb7073174ea3a874 (line 650) | static bool __stdcall TVP_Stub_bbde02fe30c8a6cadb7073174ea3a874(tTJSStri... function TVP_Stub_cc1c14f63867f90bc883de03e9212cbc (line 654) | static bool __stdcall TVP_Stub_cc1c14f63867f90bc883de03e9212cbc(tTJSStri... function tTJSString (line 658) | static tTJSString __stdcall TVP_Stub_236e007b32bc2631b5f6dc1eda6be0a9(tT... function tTJSString (line 662) | static tTJSString __stdcall TVP_Stub_cfbb9809e0e6d954b2652856e935ced9(tT... function tTJSString (line 666) | static tTJSString __stdcall TVP_Stub_60ee96ae4a7704340bef20fb35ba6ade(tT... function tjs_char (line 670) | static tjs_char __stdcall TVP_Stub_564b37278b50f4e5597dff6540868d49(tTJS... function TVP_Stub_890b3a4831b824653e919b4a5197358d (line 674) | static void __stdcall TVP_Stub_890b3a4831b824653e919b4a5197358d(tTJSStri... function TVP_Stub_2dfa6c77c5051d160b8a06f540e0d68b (line 678) | static void __stdcall TVP_Stub_2dfa6c77c5051d160b8a06f540e0d68b(tTJSStri... function TVP_Stub_05f88567d510fd84659ccbf493f647ed (line 682) | static void __stdcall TVP_Stub_05f88567d510fd84659ccbf493f647ed(tTJSStri... function TVP_Stub_7166b8f7bb9688c980e4fa172f06f30c (line 686) | static void __stdcall TVP_Stub_7166b8f7bb9688c980e4fa172f06f30c(tTJSStri... function TVP_Stub_b9456ecba8b7898d80d2e5caa64035c9 (line 690) | static bool __stdcall TVP_Stub_b9456ecba8b7898d80d2e5caa64035c9(tTJSStri... function TVP_Stub_dd44464bd8430a5be5fef0cffcd97117 (line 694) | static bool __stdcall TVP_Stub_dd44464bd8430a5be5fef0cffcd97117(tTJSStri... function tjs_int (line 698) | static tjs_int __stdcall TVP_Stub_a57696ca0c157cd7d3cd4e58c1df957c(tTJSS... function TVP_Stub_1aea9f8a38bbb875b6d052f330da9178 (line 702) | static void __stdcall TVP_Stub_1aea9f8a38bbb875b6d052f330da9178(tTJSStri... function TVP_Stub_2d3b3d6e22ee139cda9eee47dc031945 (line 706) | static bool __stdcall TVP_Stub_2d3b3d6e22ee139cda9eee47dc031945(tTJSStri... function tjs_int (line 710) | static tjs_int __stdcall TVP_Stub_8ff49e56c3c4c566561dcdd5c9ecc4db(tTJSS... function tjs_int (line 714) | static tjs_int __stdcall TVP_Stub_490b547e93e40082d0b83312467104f9(tTJSS... function tjs_char (line 718) | static tjs_char __stdcall TVP_Stub_2c1ef06748df47df52b586ac0fbc6a34(tTJS... function TVP_Stub_8becefbd52c76c7ecb0ea7b7f50b7915 (line 726) | static void __stdcall TVP_Stub_8becefbd52c76c7ecb0ea7b7f50b7915(void * p) function TVP_Stub_7cafc2bf5965b594e60830e3057bbd58 (line 734) | static void __stdcall TVP_Stub_7cafc2bf5965b594e60830e3057bbd58(void * p) function TVP_Stub_8dc9cef84191f79b38403a2070952fd4 (line 742) | static void __stdcall TVP_Stub_8dc9cef84191f79b38403a2070952fd4(tTJSVari... function TVP_Stub_1d42bd1e659b36886c20567497b7ee96 (line 746) | static void __stdcall TVP_Stub_1d42bd1e659b36886c20567497b7ee96(tTJSVari... function TVP_Stub_0848fbdc7eeddb12c80bcd9c31383a64 (line 750) | static void __stdcall TVP_Stub_0848fbdc7eeddb12c80bcd9c31383a64(tTJSVari... function TVP_Stub_1f1123c906c28ab6d16b6bef3f7ae978 (line 754) | static void __stdcall TVP_Stub_1f1123c906c28ab6d16b6bef3f7ae978(tTJSVari... function TVP_Stub_b84394e20cc73a90349cf5be4e783111 (line 758) | static void __stdcall TVP_Stub_b84394e20cc73a90349cf5be4e783111(tTJSVari... function TVP_Stub_76e0db3797851fe8ff90cf84780c50ad (line 762) | static void __stdcall TVP_Stub_76e0db3797851fe8ff90cf84780c50ad(tTJSVari... function TVP_Stub_6616241156c22bced42cd9f2f647677e (line 766) | static void __stdcall TVP_Stub_6616241156c22bced42cd9f2f647677e(tTJSVari... function TVP_Stub_1ace346a3dd546c66ad115a33d8cf693 (line 770) | static void __stdcall TVP_Stub_1ace346a3dd546c66ad115a33d8cf693(tTJSVari... function TVP_Stub_96fb9bbe33531d4268573355c658e165 (line 774) | static void __stdcall TVP_Stub_96fb9bbe33531d4268573355c658e165(tTJSVari... function tTJSVariantString (line 778) | static tTJSVariantString * __stdcall TVP_Stub_c90b5737134c76f9ed0bb5da7c... function tjs_uint32 (line 782) | static tjs_uint32 * __stdcall TVP_Stub_070ed05259a265cabdd82bfedabdd638(... function tjs_char (line 786) | static const tjs_char * __stdcall TVP_Stub_008b7e3a4c5bb23ee991f684a5064... function tjs_int (line 790) | static tjs_int __stdcall TVP_Stub_b64741dc4544ed43c44ddb6d0eb838ea(tTJSV... function tTVInteger (line 794) | static tTVInteger __stdcall TVP_Stub_5b83e28b2d9ab0f75d7c7f6f61b5ded6(tT... function tTVReal (line 798) | static tTVReal __stdcall TVP_Stub_b948c9f43837efa489b0b91f3f675710(tTJSV... function TVP_Stub_eb83216f6f718245468ef48b97ab4c2d (line 802) | static void __stdcall TVP_Stub_eb83216f6f718245468ef48b97ab4c2d(tTJSVari... function tjs_int (line 806) | static tjs_int __stdcall TVP_Stub_c66ab4868b743de9c0ba8b26c67b23da(tTJSV... function tjs_int (line 812) | static tjs_int __stdcall TVP_Stub_586e16d502a6ad98b08161bdb090f8b6(const... function tjs_char (line 816) | static tjs_char * __stdcall TVP_Stub_d8bc9c71c80b200c39b29167d795cad0(tj... function tjs_char (line 820) | static tjs_char * __stdcall TVP_Stub_85df4beb87f6503891e116ce046353c3(tj... function tjs_int (line 824) | static tjs_int __stdcall TVP_Stub_35b6a7e1c73f257aae91e05fa9826e84(const... function tjs_int (line 828) | static tjs_int __stdcall TVP_Stub_a25b46701e25030af1ed847e0df229eb(const... function TVP_Stub_c8906bf1efa5e86f9fddfab55a01c8f6 (line 832) | static void __stdcall TVP_Stub_c8906bf1efa5e86f9fddfab55a01c8f6(tjs_char... function TVP_Stub_8141059f613820f694608af28e20cbad (line 836) | static void __stdcall TVP_Stub_8141059f613820f694608af28e20cbad(tjs_char... function TVP_Stub_cf2690e47099ac6378ed50df4a8a8e90 (line 840) | static size_t __stdcall TVP_Stub_cf2690e47099ac6378ed50df4a8a8e90(const ... function tjs_char (line 845) | static tjs_char * __stdcall TVP_Stub_810c7054e44f535cf250f00707105417(tj... function tjs_char (line 849) | static tjs_char * __stdcall TVP_Stub_52a9af7905ddc71d8b4e0ef7366eebdd(tj... function TVP_Stub_1635dbae2d91b338ddfd0430f8aa7f10 (line 853) | static void __stdcall TVP_Stub_1635dbae2d91b338ddfd0430f8aa7f10(tjs_char... function tTJSVariantString (line 857) | static tTJSVariantString * __stdcall TVP_Stub_30df0c29ad8f672f7fe0742b4b... function tTJSVariantString (line 861) | static tTJSVariantString * __stdcall TVP_Stub_61c82dec644c58290a25f34a69... function tTJSVariantString (line 865) | static tTJSVariantString * __stdcall TVP_Stub_f08e347d2d47dc5fc9a3cb5935... function tTJSVariantString (line 869) | static tTJSVariantString * __stdcall TVP_Stub_5c62e59c2062f658d4c79d5257... function tTJSVariantString (line 873) | static tTJSVariantString * __stdcall TVP_Stub_259c72d8bfed1210ca71c54f24... function tTJSVariantString (line 877) | static tTJSVariantString * __stdcall TVP_Stub_801a92ace08eb7ed001406869a... function tTJSVariantString (line 881) | static tTJSVariantString * __stdcall TVP_Stub_e22e647af4ded8e51b1e76c845... function tTJSVariantString (line 885) | static tTJSVariantString * __stdcall TVP_Stub_12902221314df9bcf7f7cb74a5... function tTJSVariantString (line 889) | static tTJSVariantString * __stdcall TVP_Stub_b10feea1619ba8ac11237c1200... function tjs_char (line 894) | static const tjs_char * __stdcall TVP_Stub_19755b50d241edcb477bdcac22663... function tTJSString (line 898) | static tTJSString __stdcall TVP_Stub_040a0ecf46963e094ee8ec32ab3f1962(co... function tTJSString (line 902) | static tTJSString __stdcall TVP_Stub_525c529dc687b5d86424d775d00bdfce(co... function TVP_Stub_b8788eaa2ca495263c6ea2df264af5f5 (line 910) | static void __stdcall TVP_Stub_b8788eaa2ca495263c6ea2df264af5f5(void * ptr) function tjs_uint32 (line 914) | static tjs_uint32 __stdcall TVP_Stub_4c6494008c520d896d699f82aca30b25(tj... function tTJSString (line 919) | static tTJSString __stdcall TVP_Stub_7d8f8d5e0832ecf248b19a89801ead0e(co... function tTJSString (line 923) | static tTJSString __stdcall TVP_Stub_70849965060a6402f41b0b11ec2bb3a7(tj... function tjs_int32 (line 930) | static tjs_int32 __stdcall TVP_Stub_c72efa6b4efaa6664ae637a03e98e866(con... function tjs_int32 (line 934) | static tjs_int32 __stdcall TVP_Stub_a250e46575d0df1166e1542613218a5c(con... function tjs_char (line 938) | static const tjs_char * __stdcall TVP_Stub_a7bcff67b8d380c225b9d0d83921b... function tTJSNativeClassMethod (line 942) | static tTJSNativeClassMethod * __stdcall TVP_Stub_fb68a3aa16bd2eb7d75502... function tTJSNativeClassMethod (line 946) | static tTJSNativeClassMethod * __stdcall TVP_Stub_35b4299ede11f511b331b7... function tTJSNativeClassProperty (line 950) | static tTJSNativeClassProperty * __stdcall TVP_Stub_efe52691cff20b2dfaa1... function TVP_Stub_38eed43ef69251c34dc45695b8cf35c0 (line 954) | static void __stdcall TVP_Stub_38eed43ef69251c34dc45695b8cf35c0(tTJSNati... function TVP_Stub_2058b65abdfb7598910f0d584d40a19d (line 958) | static void __stdcall TVP_Stub_2058b65abdfb7598910f0d584d40a19d(tTJSNati... function tTJSNativeClassForPlugin (line 962) | static tTJSNativeClassForPlugin * __stdcall TVP_Stub_1ebecaefe2ffdc811fc... function TVP_Stub_09e0f0912f8d758d3736ece9478c2686 (line 967) | static void __stdcall TVP_Stub_09e0f0912f8d758d3736ece9478c2686() function TVP_Stub_23d61eda3959b087b618e348471e2c36 (line 971) | static void __stdcall TVP_Stub_23d61eda3959b087b618e348471e2c36() function tTJSVariantOctet (line 975) | static tTJSVariantOctet * __stdcall TVP_Stub_e99b22c79b5bf04f3382f959c7b... function tTJSVariantOctet (line 979) | static tTJSVariantOctet * __stdcall TVP_Stub_9c4bb9ebee4db0fcebeae11c349... function tTJSVariantOctet (line 983) | static tTJSVariantOctet * __stdcall TVP_Stub_505a9563aeb1b0255cfcc8197be... function tTJSVariantOctet (line 987) | static tTJSVariantOctet * __stdcall TVP_Stub_f5ab80fc67ee04570330b903514... function TVP_Stub_af50188bbaa019ee88b19ecd931f7cce (line 991) | static void __stdcall TVP_Stub_af50188bbaa019ee88b19ecd931f7cce(tTJSVari... function tTJSVariantString (line 995) | static tTJSVariantString * __stdcall TVP_Stub_268c452e85a6ac75301a6132f4... function tTJSVariantString (line 999) | static tTJSVariantString * __stdcall TVP_Stub_646770a19b1768b372c9991ef0... function tTJSVariantString (line 1003) | static tTJSVariantString * __stdcall TVP_Stub_5ec88e04fcb8e1877752281e17... function tTJSVariantString (line 1007) | static tTJSVariantString * __stdcall TVP_Stub_923f8161f2d2ba0e883bc4edc2... function tTJSVariantString (line 1011) | static tTJSVariantString * __stdcall TVP_Stub_6f70cdb7586cbe571204f286f4... function tTVInteger (line 1015) | static tTVInteger __stdcall TVP_Stub_9a4eaa6a627038799015c093609bdde7(co... function tTVReal (line 1019) | static tTVReal __stdcall TVP_Stub_c8bb6590f4a7adc906d7b3e42d907267(const... function iTJSDispatch2 (line 1024) | static iTJSDispatch2 * __stdcall TVP_Stub_8323d57f26876d87271dbfa257b7f7... function tjs_int (line 1028) | static tjs_int __stdcall TVP_Stub_4d6f148e8997e1ae0cc0006ec1bd9618(iTJSD... function tjs_int (line 1032) | static tjs_int __stdcall TVP_Stub_7f03a4ddb254d0518642d15513eaea85(iTJSD... function iTJSDispatch2 (line 1037) | static iTJSDispatch2 * __stdcall TVP_Stub_4add3926c72ba9df9259be58b680de... function ttstr (line 1043) | static ttstr __stdcall TVP_Stub_075d42cff8dc0c1fbd99c7459a63e526(const t... function ttstr (line 1048) | static ttstr __stdcall TVP_Stub_b6bc45b28e194c7ac98bfdea88edee36(const t... function TVP_Stub_6dff6abb075da1a304520e60c011ef7b (line 1053) | static void __stdcall TVP_Stub_6dff6abb075da1a304520e60c011ef7b(tjs_int ... function TVP_Stub_892ffbdb8375851fc557e4abe9589b77 (line 1057) | static void __stdcall TVP_Stub_892ffbdb8375851fc557e4abe9589b77() function iTJSDispatch2 (line 1061) | static iTJSDispatch2 * __stdcall TVP_Stub_b2f3538284fc2adda2a43272ee654a... function ttstr (line 1066) | static ttstr __stdcall TVP_Stub_e0ff899ea4a9cc49a0e3b38deaf93b45() function ttstr (line 1070) | static ttstr __stdcall TVP_Stub_4b9c9ac2aafad07af4b16f34e9d4bba2() function TVP_Stub_c2e423356d9ca3f26f9c1d294ee9b742 (line 1074) | static void __stdcall TVP_Stub_c2e423356d9ca3f26f9c1d294ee9b742(iTVPStor... function TVP_Stub_c07314686fdf5815ce9b058020da942b (line 1078) | static void __stdcall TVP_Stub_c07314686fdf5815ce9b058020da942b(iTVPStor... function TVP_Stub_4a197be1985d45ee86d5672d24134560 (line 1082) | static bool __stdcall TVP_Stub_4a197be1985d45ee86d5672d24134560(const tt... function TVP_Stub_dec720a9c3cd2b378f195cf71a9ff8b0 (line 1086) | static bool __stdcall TVP_Stub_dec720a9c3cd2b378f195cf71a9ff8b0(const tt... function ttstr (line 1090) | static ttstr __stdcall TVP_Stub_5726a5c7af641ebaa504dc9ec8380938(const t... function TVP_Stub_1c53bc96ac9dfd483c2227bc5fa44825 (line 1094) | static void __stdcall TVP_Stub_1c53bc96ac9dfd483c2227bc5fa44825(const tt... function TVP_Stub_1940c8fa03145aa029d0b7718ce0c809 (line 1098) | static void __stdcall TVP_Stub_1940c8fa03145aa029d0b7718ce0c809(ttstr & ... function ttstr (line 1102) | static ttstr __stdcall TVP_Stub_b37f047c0f9bd143b34a2fc87ce5f16e(const t... function ttstr (line 1106) | static ttstr __stdcall TVP_Stub_dec35fbd2a24fc32e5c220174d864cf4(const t... function ttstr (line 1110) | static ttstr __stdcall TVP_Stub_86fd45a126296891aee413388597203e(const t... function ttstr (line 1114) | static ttstr __stdcall TVP_Stub_603243e54f3508c37d993e8359b735dc(const t... function TVP_Stub_c3eadbd75b32dabe6faecebf492eb486 (line 1118) | static void __stdcall TVP_Stub_c3eadbd75b32dabe6faecebf492eb486(const tt... function TVP_Stub_725e49de1d970ef04b179776666f2c34 (line 1122) | static void __stdcall TVP_Stub_725e49de1d970ef04b179776666f2c34(const tt... function ttstr (line 1126) | static ttstr __stdcall TVP_Stub_55a9b73f877bfd4c6d8157e7b1c458df(const t... function TVP_Stub_d070209f152dd22087e6e996e02c85cf (line 1130) | static bool __stdcall TVP_Stub_d070209f152dd22087e6e996e02c85cf(const tt... function TVP_Stub_308f905626bc51c7ef9b65b2c0ca34b2 (line 1134) | static void __stdcall TVP_Stub_308f905626bc51c7ef9b65b2c0ca34b2() function iTJSTextReadStream (line 1139) | static iTJSTextReadStream * __stdcall TVP_Stub_95aab2a1ac9491e8026f4977e... function iTJSTextReadStream (line 1143) | static iTJSTextReadStream * __stdcall TVP_Stub_e0ac94325eb783ca2fe7856a5... function iTJSTextWriteStream (line 1147) | static iTJSTextWriteStream * __stdcall TVP_Stub_0c99a79e866f08b4df3914e8... function TVP_Stub_f2de531a016173057ff3540e47fed4e6 (line 1151) | static void __stdcall TVP_Stub_f2de531a016173057ff3540e47fed4e6(const tt... function tjs_char (line 1155) | static const tjs_char * __stdcall TVP_Stub_4224a9066d8d13d6d7e12f1ace6a5... function tjs_int (line 1160) | static tjs_int __stdcall TVP_Stub_900476efbc2031e643c042ca8e63a3d7(const... function tjs_int (line 1164) | static tjs_int __stdcall TVP_Stub_07dfce61d490cf671a2d5359d713d64a(const... function TVP_Stub_52d30ac8479ef7e870b5aff076482799 (line 1169) | static void __stdcall TVP_Stub_52d30ac8479ef7e870b5aff076482799(tTVPXP3A... function TVP_Stub_8e4d0392ed46e87f94e5fcf675a124a1 (line 1174) | static void __stdcall TVP_Stub_8e4d0392ed46e87f94e5fcf675a124a1() function TVP_Stub_73f46e08d17e707725f433b454f05a89 (line 1178) | static bool __stdcall TVP_Stub_73f46e08d17e707725f433b454f05a89() function TVP_Stub_80d60e682fa72973071e335db272a2a2 (line 1182) | static void __stdcall TVP_Stub_80d60e682fa72973071e335db272a2a2(bool en) function TVP_Stub_6bd6262185fa0b9cf1750f6a525d893a (line 1186) | static bool __stdcall TVP_Stub_6bd6262185fa0b9cf1750f6a525d893a() function TVP_Stub_cf29f737d4eb450b26789d421d0ec69a (line 1190) | static void __stdcall TVP_Stub_cf29f737d4eb450b26789d421d0ec69a(iTJSDisp... function tjs_int (line 1194) | static tjs_int __stdcall TVP_Stub_13c0e371c08fd1b9da2f0c103d01c59a(iTJSD... function TVP_Stub_82693e38df8f033ea98f9b7969d66d7b (line 1198) | static bool __stdcall TVP_Stub_82693e38df8f033ea98f9b7969d66d7b(iTJSDisp... function tjs_int (line 1202) | static tjs_int __stdcall TVP_Stub_6e3f8a3b18f55dae6153a889f00a3e87(iTJSD... function TVP_Stub_efe14a197131b4813656d6669cc3475b (line 1206) | static void __stdcall TVP_Stub_efe14a197131b4813656d6669cc3475b(iTJSDisp... function TVP_Stub_ba4ecf60f872f757b69c84f457b3e941 (line 1210) | static void __stdcall TVP_Stub_ba4ecf60f872f757b69c84f457b3e941(iTJSDisp... function iTJSDispatch2 (line 1214) | static iTJSDispatch2 * __stdcall TVP_Stub_dffedabe32ce886e3b7e695b44ad35... function TVP_Stub_f518c60b165658d19a0fadd8f69586aa (line 1218) | static void __stdcall TVP_Stub_f518c60b165658d19a0fadd8f69586aa(tTVPCont... function TVP_Stub_6fefcb1c2ca01a876c301ab41dbdab9f (line 1222) | static void __stdcall TVP_Stub_6fefcb1c2ca01a876c301ab41dbdab9f(tTVPCont... function TVP_Stub_df55083347df0483b4ca6ba1e4f0b9a0 (line 1226) | static void __stdcall TVP_Stub_df55083347df0483b4ca6ba1e4f0b9a0(tTVPComp... function TVP_Stub_d8d28310f702714733c4c5dc850058df (line 1230) | static void __stdcall TVP_Stub_d8d28310f702714733c4c5dc850058df(tTVPComp... function ttstr (line 1235) | static ttstr __stdcall TVP_Stub_52d24c38b05be174bc5c4fdcf02e9b9f() function ttstr (line 1239) | static ttstr __stdcall TVP_Stub_f27f455c8f30cbaf1706faac3c7b8e02() function TVP_Stub_78ec453a50b2800bb01347e8ebbac000 (line 1244) | static bool __stdcall TVP_Stub_78ec453a50b2800bb01347e8ebbac000(tjs_uint... function iTJSDispatch2 (line 1249) | static iTJSDispatch2 * __stdcall TVP_Stub_0936d0f6fc53339d255893e58bcc66... function TVP_Stub_f4f7181b7fd679784c50b0cc7ba4c60e (line 1253) | static void __stdcall TVP_Stub_f4f7181b7fd679784c50b0cc7ba4c60e(const tt... function TVP_Stub_79816d7e5741c2416fefe2c2a8baef00 (line 1257) | static void __stdcall TVP_Stub_79816d7e5741c2416fefe2c2a8baef00(const tt... function TVP_Stub_42a3d248fab928f16555abcceca62834 (line 1261) | static void __stdcall TVP_Stub_42a3d248fab928f16555abcceca62834(const tt... function TVP_Stub_926d6212b8b1b238e7bef9b17a3ee643 (line 1265) | static void __stdcall TVP_Stub_926d6212b8b1b238e7bef9b17a3ee643(const tt... function TVP_Stub_236e3d626784d80ca2cc5b2fe14cd9c6 (line 1269) | static void __stdcall TVP_Stub_236e3d626784d80ca2cc5b2fe14cd9c6(const tt... function TVP_Stub_1bfac11a5f95c842f97a8bb57d4019de (line 1273) | static void __stdcall TVP_Stub_1bfac11a5f95c842f97a8bb57d4019de(const tt... function TVP_Stub_198ce21c54b0cea4c1bf5eeba35349ab (line 1277) | static void __stdcall TVP_Stub_198ce21c54b0cea4c1bf5eeba35349ab(const tt... function TVP_Stub_590a1ec7f64904eaa32b5c771bb5f8cd (line 1281) | static void __stdcall TVP_Stub_590a1ec7f64904eaa32b5c771bb5f8cd(const tt... function TVP_Stub_dd13d4bc2b48540a92f047bf015b829b (line 1285) | static void __stdcall TVP_Stub_dd13d4bc2b48540a92f047bf015b829b(const tt... function TVP_Stub_0ff502d492598d2211405180bfb4d1e1 (line 1289) | static void __stdcall TVP_Stub_0ff502d492598d2211405180bfb4d1e1(const tt... function TVP_Stub_cf5401746759bfe38918087aaab6c57b (line 1293) | static void __stdcall TVP_Stub_cf5401746759bfe38918087aaab6c57b() function TVP_Stub_04e84aa7d8cf0477d55c700164544b38 (line 1297) | static void __stdcall TVP_Stub_04e84aa7d8cf0477d55c700164544b38(const tj... function TVP_Stub_449039d3afbfbd52a63130a3b227a490 (line 1301) | static void __stdcall TVP_Stub_449039d3afbfbd52a63130a3b227a490(const tt... function TVP_Stub_347a4fa85af84e223c4b61d33ead694a (line 1306) | static bool __stdcall TVP_Stub_347a4fa85af84e223c4b61d33ead694a(const tt... function TVP_Stub_4ad1dd24b3b4769ee10149eea006af7a (line 1310) | static bool __stdcall TVP_Stub_4ad1dd24b3b4769ee10149eea006af7a(const tt... function TVP_Stub_b246b17b62d273bdc04e9d9e827f5c74 (line 1314) | static bool __stdcall TVP_Stub_b246b17b62d273bdc04e9d9e827f5c74(const tt... function IStream (line 1318) | static IStream * __stdcall TVP_Stub_9974ebc6296f925cff55d8bcb2d52ce9(con... function tTJSBinaryStream (line 1322) | static tTJSBinaryStream * __stdcall TVP_Stub_0e0c9d9107d8c56b8bc4d4198ae... function TVP_Stub_c23ece207f6ec2dd7c76ef873047aee3 (line 1327) | static void __stdcall TVP_Stub_c23ece207f6ec2dd7c76ef873047aee3(const ch... function TVP_Stub_81507020bc646be2f53ab95b9430ba27 (line 1331) | static void __stdcall TVP_Stub_81507020bc646be2f53ab95b9430ba27(const tj... function TVP_Stub_e17db0d4f69625c61aba7fffe540dded (line 1343) | static void __stdcall TVP_Stub_e17db0d4f69625c61aba7fffe540dded(void * pp) function tjs_int (line 1347) | static tjs_int __stdcall TVP_Stub_5bbc872e7bba5b761c509d31116e4460() function TVP_Stub_4adf361303eae78829250c7b732a5722 (line 1351) | static int __stdcall TVP_Stub_4adf361303eae78829250c7b732a5722(unsigned ... function TVP_Stub_bf172364c57c1aa561b145fd5cacda0c (line 1355) | static int __stdcall TVP_Stub_bf172364c57c1aa561b145fd5cacda0c(unsigned ... function TVP_Stub_d7687aa80dac10f88deac7aa7e70538a (line 1359) | static int __stdcall TVP_Stub_d7687aa80dac10f88deac7aa7e70538a(unsigned ... function TVP_Stub_b18b7259f98029f745c75291d6855ab1 (line 1363) | static void __stdcall TVP_Stub_b18b7259f98029f745c75291d6855ab1(TVP_md5_... function TVP_Stub_b79e5d877116025576ca1f76af124009 (line 1367) | static void __stdcall TVP_Stub_b79e5d877116025576ca1f76af124009(TVP_md5_... function TVP_Stub_8aea098dfe8a36c705cc2a9e1a189b84 (line 1371) | static void __stdcall TVP_Stub_8aea098dfe8a36c705cc2a9e1a189b84(TVP_md5_... function HWND (line 1375) | static HWND __stdcall TVP_Stub_4ccd3f6ab60d61be6dbfc59e8e3d1726() function TVP_Stub_3d70bb72a7d7765c7e8ea580079ab7e9 (line 1379) | static void __stdcall TVP_Stub_3d70bb72a7d7765c7e8ea580079ab7e9() function TVP_Stub_eba9b272d78a4b0cd7f9212e29a58607 (line 1383) | static void __stdcall TVP_Stub_eba9b272d78a4b0cd7f9212e29a58607() function TVP_Stub_cfbe8ee9d43aa64ae4190eac91f7c55f (line 1387) | static bool __stdcall TVP_Stub_cfbe8ee9d43aa64ae4190eac91f7c55f(const tj... function TVP_Stub_a4308a386968ef5d23025ab8a9e8c6db (line 1391) | static bool __stdcall TVP_Stub_a4308a386968ef5d23025ab8a9e8c6db(const tj... function TVP_Stub_5a4fcbe1e398e3d9690d571acbbbae9f (line 1395) | static void __stdcall TVP_Stub_5a4fcbe1e398e3d9690d571acbbbae9f(tTVPTryB... function TVP_Stub_5b62f504fe6d22428d7518d6c52d775d (line 1399) | static bool __stdcall TVP_Stub_5b62f504fe6d22428d7518d6c52d775d(const wc... function TVP_Stub_fb3b405f8747b54f26c332b9e6af81cd (line 1404) | static bool __stdcall TVP_Stub_fb3b405f8747b54f26c332b9e6af81cd(const tj... function tjs_int (line 1408) | static tjs_int __stdcall TVP_Stub_b7ccd11d130f186883c109d2ba17b598() function TVP_Stub_cf8ab6c24f25993ccc7663e572ac2991 (line 1412) | static void __stdcall TVP_Stub_cf8ab6c24f25993ccc7663e572ac2991(const tj... function tjs_uint32 (line 1418) | static tjs_uint32 __stdcall TVP_Stub_ba40ffbca76695b54a02aa8c1f1e047b() function tjs_int (line 1423) | static tjs_int __stdcall TVP_Stub_c97720e639e95ba5130ce9dd78d30403() function tjs_int (line 1427) | static tjs_int __stdcall TVP_Stub_c5557ac5391b1b831a22e64b65d1746c() function TVP_Stub_3243a4c32d4f674f1bbc8d3895257568 (line 1431) | static void __stdcall TVP_Stub_3243a4c32d4f674f1bbc8d3895257568(tjs_int ... function TVP_Stub_78390a3d08879903ee9558e9df68db4d (line 1435) | static void __stdcall TVP_Stub_78390a3d08879903ee9558e9df68db4d(TVP_THRE... function TVP_Stub_58e9454d7096a52808f9a83b9ce25ff0 (line 1439) | static void __stdcall TVP_Stub_58e9454d7096a52808f9a83b9ce25ff0() function TVP_Stub_cdefadd0c3bf15b4639b2f0338a40585 (line 1444) | static void __stdcall TVP_Stub_cdefadd0c3bf15b4639b2f0338a40585(const tt... function TVP_Stub_4bf80e9bac16b9e3f9bf385b2fbce657 (line 1448) | static void __stdcall TVP_Stub_4bf80e9bac16b9e3f9bf385b2fbce657(const tt... function TVP_Stub_51aeacf2b6ef9deb01c3b3db201d6bf9 (line 1453) | static void __stdcall TVP_Stub_51aeacf2b6ef9deb01c3b3db201d6bf9(const vo... function TVP_Stub_9ed5432d73448da47991df9577ee97bc (line 1457) | static void __stdcall TVP_Stub_9ed5432d73448da47991df9577ee97bc(void * d... function TVP_Stub_cf1d02d1cc1aff0aae6c038c95dac80f (line 1462) | static bool __stdcall TVP_Stub_cf1d02d1cc1aff0aae6c038c95dac80f(tTVPClip... function TVP_Stub_ddb0e05c72c0692e78af885ac7ec82dc (line 1466) | static void __stdcall TVP_Stub_ddb0e05c72c0692e78af885ac7ec82dc(const tt... function TVP_Stub_a3029db6292616cd16c228b91dc4af13 (line 1470) | static bool __stdcall TVP_Stub_a3029db6292616cd16c228b91dc4af13(ttstr & ... function tjs_uint64 (line 1475) | static tjs_uint64 __stdcall TVP_Stub_2d90871c6bc15a9e8d97d24c29e78e3b() function ttstr (line 1480) | static ttstr __stdcall TVP_Stub_0af6744e35e38276d6a98c1f382b1519(const t... function ttstr (line 1484) | static ttstr __stdcall TVP_Stub_ad40567a051208757642e5e087f3e741(const t... function TVP_Stub_6a15185daab9b274963fe5ef46305775 (line 1488) | static void __stdcall TVP_Stub_6a15185daab9b274963fe5ef46305775(const tj... function TVP_Stub_073a2332a8ab3ed31ab81daea3d3f2c4 (line 1492) | static void __stdcall TVP_Stub_073a2332a8ab3ed31ab81daea3d3f2c4(const tj... function TVP_Stub_01216e91225e06c7422bef0c2febc0cc (line 1496) | static void __stdcall TVP_Stub_01216e91225e06c7422bef0c2febc0cc(const tj... function TVP_Stub_16ce22ad500a5bdfd5d5743c847a28b6 (line 1500) | static void __stdcall TVP_Stub_16ce22ad500a5bdfd5d5743c847a28b6(const tj... function ttstr (line 1504) | static ttstr __stdcall TVP_Stub_59251c4104f736fa2690c5f77fb0a908() function ttstr (line 1508) | static ttstr __stdcall TVP_Stub_f923750e0fdb51a6fc6c304832cb3dd3() function ttstr (line 1512) | static ttstr __stdcall TVP_Stub_bc77a1e312ff7827d90387fb92f0f5b0() function TVP_Stub_2090afd7ae8bcb021ec4d04947d0d845 (line 1516) | static void __stdcall TVP_Stub_2090afd7ae8bcb021ec4d04947d0d845(tjs_int ... function TVP_Stub_3a0f858bdf86199dc2d00b583a3b915f (line 1520) | static void __stdcall TVP_Stub_3a0f858bdf86199dc2d00b583a3b915f(tjs_int ... function TVP_Stub_0d316a141f7a502ff8d9ffe2d38d25a8 (line 1525) | static void __stdcall TVP_Stub_0d316a141f7a502ff8d9ffe2d38d25a8(tjs_int1... function TVP_Stub_b31ff64ae2d8f93dbf28161d5080b295 (line 1529) | static void __stdcall TVP_Stub_b31ff64ae2d8f93dbf28161d5080b295(tjs_int1... function TVP_Stub_d9b1c73516daea6a9c6564e2b731615a (line 1533) | static void __stdcall TVP_Stub_d9b1c73516daea6a9c6564e2b731615a(float * ... function TVP_Stub_003f9d3de568fcd71dd532f33d38839c (line 1537) | static void __stdcall TVP_Stub_003f9d3de568fcd71dd532f33d38839c(float * ... function TVP_Stub_5da29a19bbe279a89be00e16c59d7641 (line 1542) | static void __stdcall TVP_Stub_5da29a19bbe279a89be00e16c59d7641() function IDirectSound (line 1546) | static IDirectSound * __stdcall TVP_Stub_c1b52e8f3578d11f369552a887e13c5b() function TVP_Stub_b94ead6de9316bc65758c5aefb564078 (line 1551) | static void __stdcall TVP_Stub_b94ead6de9316bc65758c5aefb564078(const tt... function TVP_Stub_8a35be936d2aca049e398a081e511c97 (line 1555) | static void __stdcall TVP_Stub_8a35be936d2aca049e398a081e511c97(const tt... function TVP_Stub_5b1fa785e397e643dd09cb43c2f2f4db (line 1559) | static void __stdcall TVP_Stub_5b1fa785e397e643dd09cb43c2f2f4db() function tjs_uint32 (line 1569) | static tjs_uint32 __stdcall TVP_Stub_29af78765c764c566e6adc77e0ea7041(tj... function tjs_uint32 (line 1573) | static tjs_uint32 __stdcall TVP_Stub_9e0df54e4c24ee28d5517c1743faa3a3(tj... function iTJSDispatch2 (line 1577) | static iTJSDispatch2 * __stdcall TVP_Stub_d3aaa55d66777d7308ffa7a348c848... function tjs_uint32 (line 1584) | static tjs_uint32 __stdcall TVP_Stub_b426fbfb6ccb4e89c252b6af566995b8() function TVP_Stub_c145419db7b63f7488ea05a2a8826c1d (line 1588) | static void __stdcall TVP_Stub_c145419db7b63f7488ea05a2a8826c1d(HWND hWn... function TVP_Stub_d795cd5ebfb6ca6f1b91bafbe66d7a65 (line 1592) | static void __stdcall TVP_Stub_d795cd5ebfb6ca6f1b91bafbe66d7a65(HWND hWn... function TVP_Stub_4564a3ce5cf48cb47e63a3948cef03be (line 1596) | static void __stdcall TVP_Stub_4564a3ce5cf48cb47e63a3948cef03be(HWND hWnd) function TVP_Stub_bee2775f2e4042043b7cb08056d2ae5c (line 1600) | static void __stdcall TVP_Stub_bee2775f2e4042043b7cb08056d2ae5c() function IDirect3D9 (line 1604) | static IDirect3D9 * __stdcall TVP_Stub_5fd8dfd2816a2cfd4a51cab41053d575() function iTVPScanLineProvider (line 1612) | static iTVPScanLineProvider * __stdcall TVP_Stub_9982ebedc12d343cb098e2a... function TVP_Stub_81eeacbed5ee6129bef4b370e28b5d10 (line 1616) | static void __stdcall TVP_Stub_81eeacbed5ee6129bef4b370e28b5d10(iTVPTran... function TVP_Stub_6ed1088905d99012d2fb5827ea19527e (line 1620) | static void __stdcall TVP_Stub_6ed1088905d99012d2fb5827ea19527e(iTVPTran... function TVP_Stub_b4d6c64cc0004ffaba804f0e8f02ab9b (line 1626) | static void __stdcall TVP_Stub_b4d6c64cc0004ffaba804f0e8f02ab9b(tjs_uint... function TVP_Stub_2c3e08b8df93ec50451edd916c707030 (line 1630) | static void __stdcall TVP_Stub_2c3e08b8df93ec50451edd916c707030(tjs_uint... function TVP_Stub_eba070d1583ca5f5d02630ba33a5504b (line 1634) | static void __stdcall TVP_Stub_eba070d1583ca5f5d02630ba33a5504b(tjs_uint... function TVP_Stub_ee474537852ce5eb165cb1761950faba (line 1638) | static void __stdcall TVP_Stub_ee474537852ce5eb165cb1761950faba(tjs_uint... function TVP_Stub_eed221c603243522667e2f1c6ace3ba4 (line 1642) | static void __stdcall TVP_Stub_eed221c603243522667e2f1c6ace3ba4(tjs_uint... function TVP_Stub_1f973c5e3cfaf00fa752b7e22d7ba481 (line 1646) | static void __stdcall TVP_Stub_1f973c5e3cfaf00fa752b7e22d7ba481(tjs_uint... function TVP_Stub_b9d5260bba9edd7503f1adf882218979 (line 1650) | static void __stdcall TVP_Stub_b9d5260bba9edd7503f1adf882218979(tjs_uint... function TVP_Stub_aedbd2eda61145de808e295331884245 (line 1654) | static void __stdcall TVP_Stub_aedbd2eda61145de808e295331884245(tjs_uint... function TVP_Stub_ce0f184e84752eb279e4f900d8b53c18 (line 1658) | static void __stdcall TVP_Stub_ce0f184e84752eb279e4f900d8b53c18(tjs_uint... function TVP_Stub_0217d49393163b80897d044c1d93092f (line 1662) | static void __stdcall TVP_Stub_0217d49393163b80897d044c1d93092f(tjs_uint... function TVP_Stub_5bbd9d5b364840e9615af35a62f69d7d (line 1666) | static void __stdcall TVP_Stub_5bbd9d5b364840e9615af35a62f69d7d(tjs_uint... function TVP_Stub_2b2837e81fcaeec35f61a2a3ecf2fb2d (line 1670) | static void __stdcall TVP_Stub_2b2837e81fcaeec35f61a2a3ecf2fb2d(tjs_uint... function TVP_Stub_bb0706a78e9066944bfbffd1406be2d4 (line 1674) | static void __stdcall TVP_Stub_bb0706a78e9066944bfbffd1406be2d4(tjs_uint... function TVP_Stub_770e67c91215292980b88cc6efb9f2a5 (line 1678) | static void __stdcall TVP_Stub_770e67c91215292980b88cc6efb9f2a5(tjs_uint... function TVP_Stub_068ab11f05731f2c2e9ea8c5fdb16a9f (line 1682) | static void __stdcall TVP_Stub_068ab11f05731f2c2e9ea8c5fdb16a9f(tjs_uint... function TVP_Stub_b9873a0ad2653952cb2948b817e786e4 (line 1686) | static void __stdcall TVP_Stub_b9873a0ad2653952cb2948b817e786e4(tjs_uint... function TVP_Stub_11d9804ae4db32d731af69c397769cbf (line 1690) | static void __stdcall TVP_Stub_11d9804ae4db32d731af69c397769cbf(tjs_uint... function TVP_Stub_421f5aa6dbaaaf946f74942c77aac9bc (line 1694) | static void __stdcall TVP_Stub_421f5aa6dbaaaf946f74942c77aac9bc(tjs_uint... function TVP_Stub_563ee9dcb14a2914fc246e64679f42b5 (line 1698) | static void __stdcall TVP_Stub_563ee9dcb14a2914fc246e64679f42b5(tjs_uint... function TVP_Stub_e23a54b6b80bd03111a40f669524724f (line 1702) | static void __stdcall TVP_Stub_e23a54b6b80bd03111a40f669524724f(tjs_uint... function TVP_Stub_c90c8bbd18a7190636ae4269c36ad005 (line 1706) | static void __stdcall TVP_Stub_c90c8bbd18a7190636ae4269c36ad005(tjs_uint... function TVP_Stub_03c54a8e8c86e171f868a624e490691f (line 1710) | static void __stdcall TVP_Stub_03c54a8e8c86e171f868a624e490691f(tjs_uint... function TVP_Stub_30b63f3cc59b39f1a71829bbbdf6e45d (line 1714) | static void __stdcall TVP_Stub_30b63f3cc59b39f1a71829bbbdf6e45d(tjs_uint... function TVP_Stub_705bcc30a0561ec679c2267e1a573b23 (line 1718) | static void __stdcall TVP_Stub_705bcc30a0561ec679c2267e1a573b23(tjs_uint... function TVP_Stub_5c627d080007e455b0393a9b4457cd4d (line 1722) | static void __stdcall TVP_Stub_5c627d080007e455b0393a9b4457cd4d(tjs_uint... function TVP_Stub_72a64cecd44d80f95fc93faf0d239e32 (line 1726) | static void __stdcall TVP_Stub_72a64cecd44d80f95fc93faf0d239e32(tjs_uint... function TVP_Stub_ef838904712bfdc614dbc689fbe7fb18 (line 1730) | static void __stdcall TVP_Stub_ef838904712bfdc614dbc689fbe7fb18(tjs_uint... function TVP_Stub_acc97936adc40656e824cfdf7a34e20c (line 1734) | static void __stdcall TVP_Stub_acc97936adc40656e824cfdf7a34e20c(tjs_uint... function TVP_Stub_5ea1ba3602f9d9fee344de6c3406d7a3 (line 1738) | static void __stdcall TVP_Stub_5ea1ba3602f9d9fee344de6c3406d7a3(tjs_uint... function TVP_Stub_d25f0771b8fc7715d69f01d950463a49 (line 1742) | static void __stdcall TVP_Stub_d25f0771b8fc7715d69f01d950463a49(tjs_uint... function TVP_Stub_f8ab11c930782ce058e517d0440ec87f (line 1746) | static void __stdcall TVP_Stub_f8ab11c930782ce058e517d0440ec87f(tjs_uint... function TVP_Stub_b8157e369d53c2d944b76494980ced7b (line 1750) | static void __stdcall TVP_Stub_b8157e369d53c2d944b76494980ced7b(tjs_uint... function TVP_Stub_aba94f656b4c1de827d11c72b36a5e9c (line 1754) | static void __stdcall TVP_Stub_aba94f656b4c1de827d11c72b36a5e9c(tjs_uint... function TVP_Stub_0656942f5a95783a4de73ca6e654d3b5 (line 1758) | static void __stdcall TVP_Stub_0656942f5a95783a4de73ca6e654d3b5(tjs_uint... function TVP_Stub_5c2b7d12713dd5a94ef8e6eff1f79752 (line 1762) | static void __stdcall TVP_Stub_5c2b7d12713dd5a94ef8e6eff1f79752(tjs_uint... function TVP_Stub_6f1d30ac7e812cc5a059459c47638cd0 (line 1766) | static void __stdcall TVP_Stub_6f1d30ac7e812cc5a059459c47638cd0(tjs_uint... function TVP_Stub_1d51684322635e7848ef53f7f6be8a1e (line 1770) | static void __stdcall TVP_Stub_1d51684322635e7848ef53f7f6be8a1e(tjs_uint... function TVP_Stub_a1f2d56d138a4038fe1678328910a81d (line 1774) | static void __stdcall TVP_Stub_a1f2d56d138a4038fe1678328910a81d(tjs_uint... function TVP_Stub_c135ef491b533febfd49696d22a1dd3d (line 1778) | static void __stdcall TVP_Stub_c135ef491b533febfd49696d22a1dd3d(tjs_uint... function TVP_Stub_579117a873b466d78bf93e49c4a078da (line 1782) | static void __stdcall TVP_Stub_579117a873b466d78bf93e49c4a078da(tjs_uint... function TVP_Stub_ec8fa08705639eb7ae5d44ab63dea5e8 (line 1786) | static void __stdcall TVP_Stub_ec8fa08705639eb7ae5d44ab63dea5e8(tjs_uint... function TVP_Stub_b49dc1cda6109256815dae7b4293725d (line 1790) | static void __stdcall TVP_Stub_b49dc1cda6109256815dae7b4293725d(tjs_uint... function TVP_Stub_912a670f56707ac70f2fee13660c2af8 (line 1794) | static void __stdcall TVP_Stub_912a670f56707ac70f2fee13660c2af8(tjs_uint... function TVP_Stub_d0159986645df76b8c66fdb662efffde (line 1798) | static void __stdcall TVP_Stub_d0159986645df76b8c66fdb662efffde(tjs_uint... function TVP_Stub_cd7a2e6f91bf8d2daa3e28139d7d9f5c (line 1802) | static void __stdcall TVP_Stub_cd7a2e6f91bf8d2daa3e28139d7d9f5c(tjs_uint... function TVP_Stub_676004ca892b2bfee6859d0bb132fdd7 (line 1806) | static void __stdcall TVP_Stub_676004ca892b2bfee6859d0bb132fdd7(tjs_uint... function TVP_Stub_d4b161d8a745baa5e2113669773a758f (line 1810) | static void __stdcall TVP_Stub_d4b161d8a745baa5e2113669773a758f(tjs_uint... function TVP_Stub_ef7537293f6e3b6127480f6c5fd018a1 (line 1814) | static void __stdcall TVP_Stub_ef7537293f6e3b6127480f6c5fd018a1(tjs_uint... function TVP_Stub_6f6f73b75cffe40a28566d1832ae1224 (line 1818) | static void __stdcall TVP_Stub_6f6f73b75cffe40a28566d1832ae1224(tjs_uint... function TVP_Stub_7adc5aad39e459e01543d07c239efe57 (line 1822) | static void __stdcall TVP_Stub_7adc5aad39e459e01543d07c239efe57(tjs_uint... function TVP_Stub_3ff6b480097eec3f5fdb7bfad685fd2a (line 1826) | static void __stdcall TVP_Stub_3ff6b480097eec3f5fdb7bfad685fd2a(tjs_uint... function TVP_Stub_b2c50c3a1dfea7e9d05fed69818bafc3 (line 1830) | static void __stdcall TVP_Stub_b2c50c3a1dfea7e9d05fed69818bafc3(tjs_uint... function TVP_Stub_8024df9077e2c85b5b718ad2c87e57e7 (line 1834) | static void __stdcall TVP_Stub_8024df9077e2c85b5b718ad2c87e57e7(tjs_uint... function TVP_Stub_989769d4eb8e42e9c9bbe721b296406c (line 1838) | static void __stdcall TVP_Stub_989769d4eb8e42e9c9bbe721b296406c(tjs_uint... function TVP_Stub_cc1ac928b5c31570dfba7ed8f565be4b (line 1842) | static void __stdcall TVP_Stub_cc1ac928b5c31570dfba7ed8f565be4b(tjs_uint... function TVP_Stub_62931efed5729a332e60bd1f7c7cecdf (line 1846) | static void __stdcall TVP_Stub_62931efed5729a332e60bd1f7c7cecdf(tjs_uint... function TVP_Stub_53c18160b157088f72a9afd79737b48b (line 1850) | static void __stdcall TVP_Stub_53c18160b157088f72a9afd79737b48b(tjs_uint... function TVP_Stub_48135697fd7f4df87402a7dd4d761555 (line 1854) | static void __stdcall TVP_Stub_48135697fd7f4df87402a7dd4d761555(tjs_uint... function TVP_Stub_e2c71cf04e876069eb7315c800a96898 (line 1858) | static void __stdcall TVP_Stub_e2c71cf04e876069eb7315c800a96898(tjs_uint... function TVP_Stub_1f63c018cf805ca1168af192cf8a4b41 (line 1862) | static void __stdcall TVP_Stub_1f63c018cf805ca1168af192cf8a4b41(tjs_uint... function TVP_Stub_704a9574dafd3669e10d546549948e03 (line 1866) | static void __stdcall TVP_Stub_704a9574dafd3669e10d546549948e03(tjs_uint... function TVP_Stub_97905c510b9502c20c9322c9f5fb4188 (line 1870) | static void __stdcall TVP_Stub_97905c510b9502c20c9322c9f5fb4188(tjs_uint... function TVP_Stub_b23e84230c4736667279c7a71f4ca53e (line 1874) | static void __stdcall TVP_Stub_b23e84230c4736667279c7a71f4ca53e(tjs_uint... function TVP_Stub_eb41fc900b0a6e3aba9d531f266137f1 (line 1878) | static void __stdcall TVP_Stub_eb41fc900b0a6e3aba9d531f266137f1(tjs_uint... function TVP_Stub_5bd02c627b74bbb22d5a525b8bcbbd27 (line 1882) | static void __stdcall TVP_Stub_5bd02c627b74bbb22d5a525b8bcbbd27(tjs_uint... function TVP_Stub_cc82e6a6b31ea743b9ebbdeed1ddedc3 (line 1886) | static void __stdcall TVP_Stub_cc82e6a6b31ea743b9ebbdeed1ddedc3(tjs_uint... function TVP_Stub_247b25d497e48bc0191fdb2ac530f4ca (line 1890) | static void __stdcall TVP_Stub_247b25d497e48bc0191fdb2ac530f4ca(tjs_uint... function TVP_Stub_6bbea3af36c35631641cc8356ff65475 (line 1894) | static void __stdcall TVP_Stub_6bbea3af36c35631641cc8356ff65475(tjs_uint... function TVP_Stub_cac02dfd62ba94abf6a346bef0bf3ab9 (line 1898) | static void __stdcall TVP_Stub_cac02dfd62ba94abf6a346bef0bf3ab9(tjs_uint... function TVP_Stub_68eeb36d76d88ff00014f04b23454254 (line 1902) | static void __stdcall TVP_Stub_68eeb36d76d88ff00014f04b23454254(tjs_uint... function TVP_Stub_65e03b1c849b6e9cb5c478024aa9a5b7 (line 1906) | static void __stdcall TVP_Stub_65e03b1c849b6e9cb5c478024aa9a5b7(tjs_uint... function TVP_Stub_7670c0c5630625ee6a73b7b9ee093650 (line 1910) | static void __stdcall TVP_Stub_7670c0c5630625ee6a73b7b9ee093650(tjs_uint... function TVP_Stub_68a0abce6eefa08e74353ec48c4c87a8 (line 1914) | static void __stdcall TVP_Stub_68a0abce6eefa08e74353ec48c4c87a8(tjs_uint... function TVP_Stub_ccb6e098b9a0791a0f20e9f1af55e341 (line 1918) | static void __stdcall TVP_Stub_ccb6e098b9a0791a0f20e9f1af55e341(tjs_uint... function TVP_Stub_0f817efe47b451fd719c05a104c2b803 (line 1922) | static void __stdcall TVP_Stub_0f817efe47b451fd719c05a104c2b803(tjs_uint... function TVP_Stub_efad1a3d774747bd2b5adb221ede2678 (line 1926) | static void __stdcall TVP_Stub_efad1a3d774747bd2b5adb221ede2678(tjs_uint... function TVP_Stub_563285ed004ddd2945f91db7b5347d3c (line 1930) | static void __stdcall TVP_Stub_563285ed004ddd2945f91db7b5347d3c(tjs_uint... function TVP_Stub_4c032260ef83d44bfe05fdc16843a8f9 (line 1934) | static void __stdcall TVP_Stub_4c032260ef83d44bfe05fdc16843a8f9(tjs_uint... function TVP_Stub_96fd614457f06499a430b0c6e0e8a941 (line 1938) | static void __stdcall TVP_Stub_96fd614457f06499a430b0c6e0e8a941(tjs_uint... function TVP_Stub_d6e36d304ff7253088ab4bc1aaf13a98 (line 1942) | static void __stdcall TVP_Stub_d6e36d304ff7253088ab4bc1aaf13a98(tjs_uint... function TVP_Stub_eddacf49735189e23d9d49831851ffdb (line 1946) | static void __stdcall TVP_Stub_eddacf49735189e23d9d49831851ffdb(tjs_uint... function TVP_Stub_20275a5de4aef464b85d3f6db2800063 (line 1950) | static void __stdcall TVP_Stub_20275a5de4aef464b85d3f6db2800063(tjs_uint... function TVP_Stub_872d1c626e6d4e3d5e86a257f0b14536 (line 1954) | static void __stdcall TVP_Stub_872d1c626e6d4e3d5e86a257f0b14536(tjs_uint... function TVP_Stub_a7ebb70cdec339f26c2ea7fd9a471b88 (line 1958) | static void __stdcall TVP_Stub_a7ebb70cdec339f26c2ea7fd9a471b88(tjs_uint... function TVP_Stub_d748ffef5cde2a6a3333e75b7fa3fb49 (line 1962) | static void __stdcall TVP_Stub_d748ffef5cde2a6a3333e75b7fa3fb49(tjs_uint... function TVP_Stub_15e1fe0e6230e7b60e216e266f927f7b (line 1966) | static void __stdcall TVP_Stub_15e1fe0e6230e7b60e216e266f927f7b(tjs_uint... function TVP_Stub_f8179eafd0cbe8116874310519207dc0 (line 1970) | static void __stdcall TVP_Stub_f8179eafd0cbe8116874310519207dc0(tjs_uint... function TVP_Stub_accbc3bed3223d552de2723366cfc2b6 (line 1974) | static void __stdcall TVP_Stub_accbc3bed3223d552de2723366cfc2b6(tjs_uint... function TVP_Stub_e2c3e74d2a20a601c1f393348f58aeb2 (line 1978) | static void __stdcall TVP_Stub_e2c3e74d2a20a601c1f393348f58aeb2(tjs_uint... function TVP_Stub_e0163a6ca3397c2e71715132cccefa1d (line 1982) | static void __stdcall TVP_Stub_e0163a6ca3397c2e71715132cccefa1d(tjs_uint... function TVP_Stub_2c3ea1ea88799dfde81025bf1959333a (line 1986) | static void __stdcall TVP_Stub_2c3ea1ea88799dfde81025bf1959333a(tjs_uint... function TVP_Stub_a6bb56b3f4b7a89fe78d63956a0f444c (line 1990) | static void __stdcall TVP_Stub_a6bb56b3f4b7a89fe78d63956a0f444c(tjs_uint... function TVP_Stub_09a81ac18a121d8fbb67285a081bf9c6 (line 1994) | static void __stdcall TVP_Stub_09a81ac18a121d8fbb67285a081bf9c6(tjs_uint... function TVP_Stub_46fdfe0f5369bf234c3ed60a43947d9d (line 1998) | static void __stdcall TVP_Stub_46fdfe0f5369bf234c3ed60a43947d9d(tjs_uint... function TVP_Stub_d866cb6c8a47444bbac60eeffbfc6d96 (line 2002) | static void __stdcall TVP_Stub_d866cb6c8a47444bbac60eeffbfc6d96(tjs_uint... function TVP_Stub_7b5718fc67458089c685dbb900126890 (line 2006) | static void __stdcall TVP_Stub_7b5718fc67458089c685dbb900126890(tjs_uint... function TVP_Stub_5713dfe9525662357d3819229e0204c2 (line 2010) | static void __stdcall TVP_Stub_5713dfe9525662357d3819229e0204c2(tjs_uint... function TVP_Stub_8954a6b4a7f8b378c2af16a00d5059b0 (line 2014) | static void __stdcall TVP_Stub_8954a6b4a7f8b378c2af16a00d5059b0(tjs_uint... function TVP_Stub_2ed4faa38db6f3dee0dea18ebe973d35 (line 2018) | static void __stdcall TVP_Stub_2ed4faa38db6f3dee0dea18ebe973d35(tjs_uint... function TVP_Stub_d0338dedb0af532d22f2075a85373548 (line 2022) | static void __stdcall TVP_Stub_d0338dedb0af532d22f2075a85373548(tjs_uint... function TVP_Stub_583d57c3bb9491f8f9904c266d3f52e8 (line 2026) | static void __stdcall TVP_Stub_583d57c3bb9491f8f9904c266d3f52e8(tjs_uint... function TVP_Stub_8ac206da43e322eb8e34fce2b0959656 (line 2030) | static void __stdcall TVP_Stub_8ac206da43e322eb8e34fce2b0959656(tjs_uint... function TVP_Stub_14f5f97d90bd8da89b68d035367f4ba4 (line 2034) | static void __stdcall TVP_Stub_14f5f97d90bd8da89b68d035367f4ba4(tjs_uint... function TVP_Stub_ac3b21181ef4c1be73cf5e0edb4e1a8f (line 2038) | static void __stdcall TVP_Stub_ac3b21181ef4c1be73cf5e0edb4e1a8f(tjs_uint... function TVP_Stub_1d7d97509292a4ca9269f2539dcc70fd (line 2042) | static void __stdcall TVP_Stub_1d7d97509292a4ca9269f2539dcc70fd(tjs_uint... function TVP_Stub_c4033f54a99517783b8d6ad23c90aeed (line 2046) | static void __stdcall TVP_Stub_c4033f54a99517783b8d6ad23c90aeed(tjs_uint... function TVP_Stub_f19e38d48755c971fc35408ac65562fa (line 2050) | static void __stdcall TVP_Stub_f19e38d48755c971fc35408ac65562fa(tjs_uint... function TVP_Stub_e01204e226d8aa9520b3620b68da6196 (line 2054) | static void __stdcall TVP_Stub_e01204e226d8aa9520b3620b68da6196(tjs_uint... function TVP_Stub_b50000da98f1257cf789fc63fb1fda02 (line 2058) | static void __stdcall TVP_Stub_b50000da98f1257cf789fc63fb1fda02(tjs_uint... function TVP_Stub_c55f38b1a7623646aa5cc45d4f4f479b (line 2062) | static void __stdcall TVP_Stub_c55f38b1a7623646aa5cc45d4f4f479b(tjs_uint... function TVP_Stub_983d270549ec0e83e2a863b43e1e6f70 (line 2066) | static void __stdcall TVP_Stub_983d270549ec0e83e2a863b43e1e6f70(tjs_uint... function TVP_Stub_b48d779dc6a881c67c5f8fa12655aa28 (line 2070) | static void __stdcall TVP_Stub_b48d779dc6a881c67c5f8fa12655aa28(tjs_uint... function TVP_Stub_d3967c6e24d0c4ad107a03c1cadd57b1 (line 2074) | static void __stdcall TVP_Stub_d3967c6e24d0c4ad107a03c1cadd57b1(tjs_uint... function TVP_Stub_6b6f416b5725a7cafb4774ffc3a00f10 (line 2078) | static void __stdcall TVP_Stub_6b6f416b5725a7cafb4774ffc3a00f10(tjs_uint... function TVP_Stub_bc7fc5dfa228152a09d2230823c2fe71 (line 2082) | static void __stdcall TVP_Stub_bc7fc5dfa228152a09d2230823c2fe71(tjs_uint... function TVP_Stub_a1cb941317b947beb88e29fa8d46a2be (line 2086) | static void __stdcall TVP_Stub_a1cb941317b947beb88e29fa8d46a2be(tjs_uint... function TVP_Stub_8e185e82bb27a7fb40f0b08f560a57e9 (line 2090) | static void __stdcall TVP_Stub_8e185e82bb27a7fb40f0b08f560a57e9(tjs_uint... function TVP_Stub_4b7b264b61ee0eea68213934217f5865 (line 2094) | static void __stdcall TVP_Stub_4b7b264b61ee0eea68213934217f5865(tjs_uint... function TVP_Stub_e872f12593d6853ebdffebbb5d003c10 (line 2098) | static void __stdcall TVP_Stub_e872f12593d6853ebdffebbb5d003c10(tjs_uint... function TVP_Stub_e86fcf60fa658129d937de3728d3c432 (line 2102) | static void __stdcall TVP_Stub_e86fcf60fa658129d937de3728d3c432(tjs_uint... function TVP_Stub_350741a7398a187628866f5b397c7a99 (line 2106) | static void __stdcall TVP_Stub_350741a7398a187628866f5b397c7a99(tjs_uint... function TVP_Stub_3b5a3e187077b0b5eac9a040c99dd9e7 (line 2110) | static void __stdcall TVP_Stub_3b5a3e187077b0b5eac9a040c99dd9e7(tjs_uint... function TVP_Stub_2d9b2bb2cd57220048fe170f1e960cb7 (line 2114) | static void __stdcall TVP_Stub_2d9b2bb2cd57220048fe170f1e960cb7(tjs_uint... function TVP_Stub_260624e275a20115e8861eb7b0383971 (line 2118) | static void __stdcall TVP_Stub_260624e275a20115e8861eb7b0383971(tjs_uint... function TVP_Stub_15b31724287dbbecb775b2e46dc35fb9 (line 2122) | static void __stdcall TVP_Stub_15b31724287dbbecb775b2e46dc35fb9(tjs_uint... function TVP_Stub_ff652293eef07b5a7ec4f372e5504e2c (line 2126) | static void __stdcall TVP_Stub_ff652293eef07b5a7ec4f372e5504e2c(tjs_uint... function TVP_Stub_99b773033e9a2c631b483d4d0e3881f8 (line 2130) | static void __stdcall TVP_Stub_99b773033e9a2c631b483d4d0e3881f8(tjs_uint... function TVP_Stub_3787960fc29b8545629d894ff46d4641 (line 2134) | static void __stdcall TVP_Stub_3787960fc29b8545629d894ff46d4641(tjs_uint... function TVP_Stub_3fc76257bb1639de4bfa0c0fcedf9c4a (line 2138) | static void __stdcall TVP_Stub_3fc76257bb1639de4bfa0c0fcedf9c4a(tjs_uint... function TVP_Stub_292ee2eeb8131e34368ba9ee144b737a (line 2142) | static void __stdcall TVP_Stub_292ee2eeb8131e34368ba9ee144b737a(tjs_uint... function TVP_Stub_ec144655bc61bfa2c6e9505cc1a0a298 (line 2146) | static void __stdcall TVP_Stub_ec144655bc61bfa2c6e9505cc1a0a298(tjs_uint... function TVP_Stub_230218bdabfc34178a8306a54276a3c8 (line 2150) | static void __stdcall TVP_Stub_230218bdabfc34178a8306a54276a3c8(tjs_uint... function TVP_Stub_617dfb046aaf40078ee76715fa4756af (line 2154) | static void __stdcall TVP_Stub_617dfb046aaf40078ee76715fa4756af(tjs_uint... function TVP_Stub_8116bb2b26dcafd9fefca76e9f1d9b24 (line 2158) | static void __stdcall TVP_Stub_8116bb2b26dcafd9fefca76e9f1d9b24(tjs_uint... function TVP_Stub_12962f857563cd39b3cb1f9894775cc7 (line 2162) | static void __stdcall TVP_Stub_12962f857563cd39b3cb1f9894775cc7(tjs_uint... function TVP_Stub_50c0d25cd9af311a5fb0aca78f691c3b (line 2166) | static void __stdcall TVP_Stub_50c0d25cd9af311a5fb0aca78f691c3b(tjs_uint... function TVP_Stub_6c37a1ccda816c4fbab4f0117ca75e8a (line 2170) | static void __stdcall TVP_Stub_6c37a1ccda816c4fbab4f0117ca75e8a(tjs_uint... function TVP_Stub_e21c21762dd0e36d6f7d2cedaac97383 (line 2174) | static void __stdcall TVP_Stub_e21c21762dd0e36d6f7d2cedaac97383(tjs_uint... function TVP_Stub_487ee86557f94113db9a981e08d29caa (line 2178) | static void __stdcall TVP_Stub_487ee86557f94113db9a981e08d29caa(tjs_uint... function TVP_Stub_dfdfe0e494845bf484612cc97145f85c (line 2182) | static void __stdcall TVP_Stub_dfdfe0e494845bf484612cc97145f85c(tjs_uint... function TVP_Stub_e74dc11dbd56fb450eed1388a65d3102 (line 2186) | static void __stdcall TVP_Stub_e74dc11dbd56fb450eed1388a65d3102(tjs_uint... function TVP_Stub_6981c02247de5799ea7dfbd79fdc208d (line 2190) | static void __stdcall TVP_Stub_6981c02247de5799ea7dfbd79fdc208d(tjs_uint... function TVP_Stub_7c559043315f6ecd7a86ec7d8d820f6d (line 2194) | static void __stdcall TVP_Stub_7c559043315f6ecd7a86ec7d8d820f6d(tjs_uint... function TVP_Stub_3a8b6aca73c83d6fc9ce813661ec734d (line 2198) | static void __stdcall TVP_Stub_3a8b6aca73c83d6fc9ce813661ec734d(tjs_uint... function TVP_Stub_20d7ce65e240b745b10616bb5da1f897 (line 2202) | static void __stdcall TVP_Stub_20d7ce65e240b745b10616bb5da1f897(tjs_uint... function TVP_Stub_f4d1217249674ac9274d358c381afc0b (line 2206) | static void __stdcall TVP_Stub_f4d1217249674ac9274d358c381afc0b(tjs_uint... function TVP_Stub_ca77323bbe361f88f68536018fa94c50 (line 2210) | static void __stdcall TVP_Stub_ca77323bbe361f88f68536018fa94c50(tjs_uint... function TVP_Stub_17983ecc7e7fe370bce664281a84c948 (line 2214) | static void __stdcall TVP_Stub_17983ecc7e7fe370bce664281a84c948(tjs_uint... function TVP_Stub_61a2f61030362903d00ba21a3cebecdd (line 2218) | static void __stdcall TVP_Stub_61a2f61030362903d00ba21a3cebecdd(tjs_uint... function TVP_Stub_e9f985403dbd18540d8230a2af6ed76b (line 2222) | static void __stdcall TVP_Stub_e9f985403dbd18540d8230a2af6ed76b(tjs_uint... function TVP_Stub_be0523c9a72ba26cb4bfa3cb188cacf6 (line 2226) | static void __stdcall TVP_Stub_be0523c9a72ba26cb4bfa3cb188cacf6(tjs_uint... function TVP_Stub_8ac7cf651223c8ba53df90cf4f3d3bbc (line 2230) | static void __stdcall TVP_Stub_8ac7cf651223c8ba53df90cf4f3d3bbc(tjs_uint... function TVP_Stub_873e73aa35096ad4c684d394a10135a6 (line 2234) | static void __stdcall TVP_Stub_873e73aa35096ad4c684d394a10135a6(tjs_uint... function TVP_Stub_3342548f105147c86019ae31ece01d4e (line 2238) | static void __stdcall TVP_Stub_3342548f105147c86019ae31ece01d4e(tjs_uint... function TVP_Stub_607ee0956cbb16b2afb7cb2227aa6267 (line 2242) | static void __stdcall TVP_Stub_607ee0956cbb16b2afb7cb2227aa6267(tjs_uint... function TVP_Stub_816d84c86e86d5e7c0018d551e741e4f (line 2246) | static void __stdcall TVP_Stub_816d84c86e86d5e7c0018d551e741e4f(tjs_uint... function TVP_Stub_985fcda0141eb3b4c6bd8342e947f130 (line 2250) | static void __stdcall TVP_Stub_985fcda0141eb3b4c6bd8342e947f130(tjs_uint... function TVP_Stub_d00e4f9e493334d2f65ea379ff03d717 (line 2254) | static void __stdcall TVP_Stub_d00e4f9e493334d2f65ea379ff03d717(tjs_uint... function TVP_Stub_0c246e6c7c8798e4c10d2bbfc66326c9 (line 2258) | static void __stdcall TVP_Stub_0c246e6c7c8798e4c10d2bbfc66326c9(tjs_uint... function TVP_Stub_501015843a83368b3ff1c7c9ef5f3bcb (line 2262) | static void __stdcall TVP_Stub_501015843a83368b3ff1c7c9ef5f3bcb(tjs_uint... function TVP_Stub_61d5fc5a060f346752a3a8b6886d17bc (line 2266) | static void __stdcall TVP_Stub_61d5fc5a060f346752a3a8b6886d17bc(tTVPGLGa... function TVP_Stub_0debe3e1caf0f57572a59917851676d3 (line 2270) | static void __stdcall TVP_Stub_0debe3e1caf0f57572a59917851676d3(tTVPGLGa... function TVP_Stub_ee3a36682f48639166ba04a19fe1b332 (line 2274) | static void __stdcall TVP_Stub_ee3a36682f48639166ba04a19fe1b332(tjs_uint... function TVP_Stub_4d99b9e38121251b40a90cd2bd5fea63 (line 2278) | static void __stdcall TVP_Stub_4d99b9e38121251b40a90cd2bd5fea63(tjs_uint... function TVP_Stub_f1509827696ebf5627bee1a45d675fb8 (line 2282) | static void __stdcall TVP_Stub_f1509827696ebf5627bee1a45d675fb8(tjs_uint... function TVP_Stub_bbb625e23229350453161810c41419dd (line 2286) | static void __stdcall TVP_Stub_bbb625e23229350453161810c41419dd(tjs_uint... function TVP_Stub_489a6aae30de0feff5d3c5fbd42ae325 (line 2290) | static void __stdcall TVP_Stub_489a6aae30de0feff5d3c5fbd42ae325(tjs_uint... function TVP_Stub_6b9a349305f8c689dcfdbcea2566769c (line 2294) | static void __stdcall TVP_Stub_6b9a349305f8c689dcfdbcea2566769c(tjs_uint... function TVP_Stub_6320d208ce1a570aca52c3cdf7421f7c (line 2298) | static void __stdcall TVP_Stub_6320d208ce1a570aca52c3cdf7421f7c(tjs_uint... function TVP_Stub_0f83f0459badd1cd352041b9243d712f (line 2302) | static void __stdcall TVP_Stub_0f83f0459badd1cd352041b9243d712f(tjs_uint... function TVP_Stub_186a94b2fed609ed2d2a7ac1a2bed87f (line 2306) | static void __stdcall TVP_Stub_186a94b2fed609ed2d2a7ac1a2bed87f(tjs_uint... function TVP_Stub_bde8efb9971664f2b52fe912745e2791 (line 2310) | static void __stdcall TVP_Stub_bde8efb9971664f2b52fe912745e2791(tjs_uint... function TVP_Stub_386d6fa5cb73e3519b62d20470e5414b (line 2314) | static void __stdcall TVP_Stub_386d6fa5cb73e3519b62d20470e5414b(tjs_uint... function TVP_Stub_c61f97ec3d99bdbb23afe93870001bbf (line 2318) | static void __stdcall TVP_Stub_c61f97ec3d99bdbb23afe93870001bbf(tjs_uint... function TVP_Stub_f92821f2b23662c6f1256511a626cd3f (line 2322) | static void __stdcall TVP_Stub_f92821f2b23662c6f1256511a626cd3f(tjs_uint... function TVP_Stub_76b0732e3e2886897d5f26b4b0545dee (line 2326) | static void __stdcall TVP_Stub_76b0732e3e2886897d5f26b4b0545dee(tjs_uint... function TVP_Stub_903ed11ef3863850e837bd4b3b1d61a1 (line 2330) | static void __stdcall TVP_Stub_903ed11ef3863850e837bd4b3b1d61a1(tjs_uint... function TVP_Stub_2661124b39595ffafe2fb0bfb7bd2efc (line 2334) | static void __stdcall TVP_Stub_2661124b39595ffafe2fb0bfb7bd2efc(tjs_uint... function TVP_Stub_d0b7170e54398c2f9d27dcc513c4cf46 (line 2338) | static void __stdcall TVP_Stub_d0b7170e54398c2f9d27dcc513c4cf46(tjs_uint... function TVP_Stub_31bdd2a1eed3785c1422fab5ea6b3ce7 (line 2342) | static void __stdcall TVP_Stub_31bdd2a1eed3785c1422fab5ea6b3ce7(tjs_uint... function TVP_Stub_dbc300d1dadc1a60cb0dcadfb92f1aee (line 2346) | static void __stdcall TVP_Stub_dbc300d1dadc1a60cb0dcadfb92f1aee(tjs_uint... function TVP_Stub_1d4d9f8bdf55bd4c78abd90656af0364 (line 2350) | static void __stdcall TVP_Stub_1d4d9f8bdf55bd4c78abd90656af0364(tjs_uint... function TVP_Stub_5c7049e712e84b40ac05942421202de5 (line 2354) | static void __stdcall TVP_Stub_5c7049e712e84b40ac05942421202de5(tjs_uint... function TVP_Stub_5dca8992bb340d70ba65ddab65c28371 (line 2358) | static void __stdcall TVP_Stub_5dca8992bb340d70ba65ddab65c28371(tjs_uint... function TVP_Stub_85f1f38f783ebfcf638f3c443bc9b204 (line 2362) | static void __stdcall TVP_Stub_85f1f38f783ebfcf638f3c443bc9b204(tjs_uint... function TVP_Stub_7d61d143884bfa4b6c50dae11c2b659f (line 2366) | static void __stdcall TVP_Stub_7d61d143884bfa4b6c50dae11c2b659f(tjs_uint... function TVP_Stub_793a2ad7ad3411be3670576a8e6ddcf8 (line 2370) | static void __stdcall TVP_Stub_793a2ad7ad3411be3670576a8e6ddcf8(tjs_uint... function TVP_Stub_68d8eec33254f1684e53bbc0aa8b2466 (line 2374) | static void __stdcall TVP_Stub_68d8eec33254f1684e53bbc0aa8b2466(tjs_uint... function TVP_Stub_b09652d2197b29f7d38aff0298c69f17 (line 2378) | static void __stdcall TVP_Stub_b09652d2197b29f7d38aff0298c69f17(tjs_uint... function TVP_Stub_be7db03ddcf1886cb7233e58f19c8c77 (line 2382) | static void __stdcall TVP_Stub_be7db03ddcf1886cb7233e58f19c8c77(tjs_uint... function TVP_Stub_b4c8fedc1ffbe30d9703cb2b8d3c0e7b (line 2386) | static void __stdcall TVP_Stub_b4c8fedc1ffbe30d9703cb2b8d3c0e7b(tjs_uint... function TVP_Stub_77efef3b4ffc0cb577b76304e06e39f3 (line 2390) | static void __stdcall TVP_Stub_77efef3b4ffc0cb577b76304e06e39f3(tjs_uint... function TVP_Stub_0e55187bde599d6585eaabd2c4ac3f02 (line 2394) | static void __stdcall TVP_Stub_0e55187bde599d6585eaabd2c4ac3f02(tjs_uint... function tjs_int (line 2398) | static tjs_int __stdcall TVP_Stub_f72e3fc3b97a9141b6f516f5e53bf9b8(tjs_u... function TVP_Stub_e7a1ac237f00bb6320d0e0ac7e6d51c6 (line 2402) | static void __stdcall TVP_Stub_e7a1ac237f00bb6320d0e0ac7e6d51c6(tjs_int8... function TVP_Stub_d87682f6d691350878077bd101b7f0fc (line 2406) | static void __stdcall TVP_Stub_d87682f6d691350878077bd101b7f0fc(tjs_int8... function TVP_Stub_d7ae155eaabd8e65d6b4d356fe4af496 (line 2410) | static void __stdcall TVP_Stub_d7ae155eaabd8e65d6b4d356fe4af496(tjs_uint... function TVP_Stub_be3a1844ea6af533bd4e7b0a76c826a1 (line 2414) | static void __stdcall TVP_Stub_be3a1844ea6af533bd4e7b0a76c826a1(tjs_uint... function TVP_Stub_aa531d2c3c87f456e48a14722faa1c1f (line 2418) | static void __stdcall TVP_Stub_aa531d2c3c87f456e48a14722faa1c1f(tjs_uint... function TVP_Stub_6889cd886e1c2e7faf541528636c16c3 (line 2422) | static void __stdcall TVP_Stub_6889cd886e1c2e7faf541528636c16c3(tjs_uint... function TVP_Stub_5d9266e6a8a154fe4ba80b0995e109ab (line 2426) | static void __stdcall TVP_Stub_5d9266e6a8a154fe4ba80b0995e109ab(tjs_uint... function TVP_Stub_a7dc19b023737979ad1ae1ae01d560d2 (line 2430) | static void __stdcall TVP_Stub_a7dc19b023737979ad1ae1ae01d560d2(tjs_uint... function TVP_Stub_d20444b7a6243d668a0d3956d95af510 (line 2434) | static void __stdcall TVP_Stub_d20444b7a6243d668a0d3956d95af510(tjs_uint... function TVP_Stub_1458dec9eee36816c8002d4049840355 (line 2438) | static void __stdcall TVP_Stub_1458dec9eee36816c8002d4049840355(tjs_uint... function TVP_Stub_21137ff5351245b1611852301b7f5796 (line 2442) | static void __stdcall TVP_Stub_21137ff5351245b1611852301b7f5796(tjs_uint... function TVP_Stub_c07fc4e45fc2dc44d839c5e012d0be60 (line 2446) | static void __stdcall TVP_Stub_c07fc4e45fc2dc44d839c5e012d0be60(tjs_uint... function TVP_Stub_6815b962a3122ae967284239932cc656 (line 2450) | static void __stdcall TVP_Stub_6815b962a3122ae967284239932cc656(tjs_uint... function TVP_Stub_e96cccbe1f16b0fb74673f2ec3343ff8 (line 2454) | static void __stdcall TVP_Stub_e96cccbe1f16b0fb74673f2ec3343ff8(tjs_uint... function TVP_Stub_e8cd7494f919b18a992cb8c2722b2bf0 (line 2458) | static void __stdcall TVP_Stub_e8cd7494f919b18a992cb8c2722b2bf0(tjs_uint... function TVP_Stub_990fdefcafc0de5e8e1f502c1b341e44 (line 2462) | static void __stdcall TVP_Stub_990fdefcafc0de5e8e1f502c1b341e44(tjs_uint... function TVP_Stub_de5d83ba307e822825062377fb76c2ba (line 2466) | static void __stdcall TVP_Stub_de5d83ba307e822825062377fb76c2ba(tjs_uint... function TVP_Stub_5e28bcc0f5ad6a038eb5a6535b56386c (line 2470) | static void __stdcall TVP_Stub_5e28bcc0f5ad6a038eb5a6535b56386c(tjs_uint... function TVP_Stub_e33419e8ede4bb501ab1787cf17c7ca5 (line 2474) | static void __stdcall TVP_Stub_e33419e8ede4bb501ab1787cf17c7ca5(tjs_uint... function TVP_Stub_1cd7cb9580c0cf723dea402b85a720b1 (line 2478) | static void __stdcall TVP_Stub_1cd7cb9580c0cf723dea402b85a720b1(tjs_uint... function TVP_Stub_d18ca17fad389ff60ce3caa769083798 (line 2482) | static void __stdcall TVP_Stub_d18ca17fad389ff60ce3caa769083798(tjs_uint... function TVP_Stub_0a959a5ff02530a8eb122e7e1f8ceed3 (line 2486) | static void __stdcall TVP_Stub_0a959a5ff02530a8eb122e7e1f8ceed3(tjs_uint... function TVP_Stub_a4774ea559e64b4667b3845f8540d207 (line 2490) | static void __stdcall TVP_Stub_a4774ea559e64b4667b3845f8540d207(tjs_uint... function TVP_Stub_52eae3e8106494bfa604c15492ecb9f4 (line 2494) | static void __stdcall TVP_Stub_52eae3e8106494bfa604c15492ecb9f4(tjs_uint... function TVP_Stub_882f458df5e05bb9ab2222e79f6c81cf (line 2498) | static void __stdcall TVP_Stub_882f458df5e05bb9ab2222e79f6c81cf(tjs_uint... function TVP_Stub_6069a18bf7d3f394c230cdcf2f574ef4 (line 2502) | static void __stdcall TVP_Stub_6069a18bf7d3f394c230cdcf2f574ef4(tjs_uint... function TVP_Stub_75b60565caf44027cc52b2b5cf6b0ea3 (line 2506) | static void __stdcall TVP_Stub_75b60565caf44027cc52b2b5cf6b0ea3(tjs_uint... function TVP_Stub_9d735149c3ad586363895f76645abf2e (line 2510) | static void __stdcall TVP_Stub_9d735149c3ad586363895f76645abf2e(tjs_uint... function TVP_Stub_ea5168fae254acdd8c8db6f1f3d2da03 (line 2514) | static void __stdcall TVP_Stub_ea5168fae254acdd8c8db6f1f3d2da03(tjs_uint... function TVP_Stub_f5a42bd5239e1a0be29f92eb838d2c8c (line 2518) | static void __stdcall TVP_Stub_f5a42bd5239e1a0be29f92eb838d2c8c(tjs_uint... function TVP_Stub_7cc8cd9f415b183b42c546635aeade7f (line 2522) | static void __stdcall TVP_Stub_7cc8cd9f415b183b42c546635aeade7f(tjs_uint... function TVP_Stub_ad2fefa53e05528f9c1fe29d27db0f37 (line 2526) | static void __stdcall TVP_Stub_ad2fefa53e05528f9c1fe29d27db0f37(tjs_uint... function TVP_Stub_f3e06fed4c82a9bd1b53252abaf50847 (line 2530) | static void __stdcall TVP_Stub_f3e06fed4c82a9bd1b53252abaf50847(tjs_uint... function TVP_Stub_960db7ea36202bf7ec3bf6b767cc045e (line 2534) | static void __stdcall TVP_Stub_960db7ea36202bf7ec3bf6b767cc045e(tjs_uint... function TVP_Stub_7bf5d357eb52dd206a269b54c8136e0e (line 2538) | static void __stdcall TVP_Stub_7bf5d357eb52dd206a269b54c8136e0e(tjs_uint... function TVP_Stub_ba1c9b771c5cdb725128de684af3c9ca (line 2542) | static void __stdcall TVP_Stub_ba1c9b771c5cdb725128de684af3c9ca(tjs_uint... function TVP_Stub_69cc6311196adc134fd153c4c5346bc5 (line 2546) | static void __stdcall TVP_Stub_69cc6311196adc134fd153c4c5346bc5(tjs_uint... function TVP_Stub_8ed68f8e79efe1c767f92e7d92eb8b54 (line 2550) | static void __stdcall TVP_Stub_8ed68f8e79efe1c767f92e7d92eb8b54(tjs_uint... function TVP_Stub_60da1e9ec15b251ff18ddcdf8a3e93e0 (line 2554) | static void __stdcall TVP_Stub_60da1e9ec15b251ff18ddcdf8a3e93e0(tjs_uint... function TVP_Stub_ef47304bad87a036e38f0319b48c1f6e (line 2558) | static void __stdcall TVP_Stub_ef47304bad87a036e38f0319b48c1f6e(tjs_uint... function TVP_Stub_182d19020e4e2d5cd1462d7c8ef24d1f (line 2562) | static void __stdcall TVP_Stub_182d19020e4e2d5cd1462d7c8ef24d1f(tjs_uint... function TVP_Stub_9e1fa429a92a5c99d397a06c20fd6705 (line 2566) | static void __stdcall TVP_Stub_9e1fa429a92a5c99d397a06c20fd6705(tjs_uint... function TVP_Stub_74ac7c291299eb928aa4c2899df5567e (line 2570) | static void __stdcall TVP_Stub_74ac7c291299eb928aa4c2899df5567e(tjs_uint... function TVP_Stub_fb645d9ec0ef3fd2aba2b762ef6b9a15 (line 2574) | static void __stdcall TVP_Stub_fb645d9ec0ef3fd2aba2b762ef6b9a15(tjs_uint... function TVP_Stub_f988626275257574050ac789f9060a3b (line 2578) | static void __stdcall TVP_Stub_f988626275257574050ac789f9060a3b(tjs_uint... function TVP_Stub_1831064ed23493cef407648763ba4d69 (line 2582) | static void __stdcall TVP_Stub_1831064ed23493cef407648763ba4d69(tjs_uint... function TVP_Stub_305390c94750daa7124db3ff6e77931c (line 2586) | static void __stdcall TVP_Stub_305390c94750daa7124db3ff6e77931c(tjs_uint... function TVP_Stub_4fb384a391bfcf6a3a2932661d3051aa (line 2590) | static void __stdcall TVP_Stub_4fb384a391bfcf6a3a2932661d3051aa(tjs_uint... function TVP_Stub_305537c4820e23cf217a15efb56dba1c (line 2594) | static void __stdcall TVP_Stub_305537c4820e23cf217a15efb56dba1c(tjs_uint... function TVP_Stub_aacf83677ca7df75117f7bafa7a53791 (line 2598) | static void __stdcall TVP_Stub_aacf83677ca7df75117f7bafa7a53791(tjs_uint... function TVP_Stub_d14b922fefc6c07aa536b94762579fe5 (line 2602) | static void __stdcall TVP_Stub_d14b922fefc6c07aa536b94762579fe5(tjs_uint... function TVP_Stub_00fd650a79c603bdeb2f8e36f667a782 (line 2606) | static void __stdcall TVP_Stub_00fd650a79c603bdeb2f8e36f667a782(tjs_uint... function TVP_Stub_a36ee133c07c30185b0bbc6375954e88 (line 2610) | static void __stdcall TVP_Stub_a36ee133c07c30185b0bbc6375954e88(tjs_uint... function TVP_Stub_dc657ecacf8e578870314427216864d9 (line 2614) | static void __stdcall TVP_Stub_dc657ecacf8e578870314427216864d9(tjs_uint... function TVP_Stub_e79d02b58a8bfdee439bc0694d7edd6d (line 2618) | static void __stdcall TVP_Stub_e79d02b58a8bfdee439bc0694d7edd6d(tjs_uint... function TVP_Stub_6b7537b66b71d27384bea45bc2bf24b4 (line 2622) | static void __stdcall TVP_Stub_6b7537b66b71d27384bea45bc2bf24b4(tjs_uint... function TVP_Stub_b3456dbad652b52f5bce1889b6f4d0ef (line 2626) | static void __stdcall TVP_Stub_b3456dbad652b52f5bce1889b6f4d0ef(tjs_uint... function TVP_Stub_9a50803a03e1ccb60120dff8b92ecdcd (line 2630) | static void __stdcall TVP_Stub_9a50803a03e1ccb60120dff8b92ecdcd(tjs_uint... function TVP_Stub_0f6b3940dc72e3e56cd15216b53b9126 (line 2634) | static void __stdcall TVP_Stub_0f6b3940dc72e3e56cd15216b53b9126(tjs_uint... function TVP_Stub_23b647f1c825e214a7465de3ebe9968d (line 2638) | static void __stdcall TVP_Stub_23b647f1c825e214a7465de3ebe9968d(tjs_uint... function TVP_Stub_8ec96bc7b777180f23e1a2e43bf9a413 (line 2642) | static void __stdcall TVP_Stub_8ec96bc7b777180f23e1a2e43bf9a413(tjs_uint... function TVP_Stub_cffd45014652659638d59abe11daf3be (line 2646) | static void __stdcall TVP_Stub_cffd45014652659638d59abe11daf3be(tjs_uint... function TVP_Stub_a784285a35b1bc76bb367305b5099e35 (line 2650) | static void __stdcall TVP_Stub_a784285a35b1bc76bb367305b5099e35(tjs_uint... function TVP_Stub_03773751329896facf2003ab79bbc475 (line 2654) | static void __stdcall TVP_Stub_03773751329896facf2003ab79bbc475(tjs_uint... function TVP_Stub_923884216edf134d07d8e70f8f57e827 (line 2658) | static void __stdcall TVP_Stub_923884216edf134d07d8e70f8f57e827(tjs_uint... function TVP_Stub_e48798dc69498f80b6633bb405eda6eb (line 2662) | static void __stdcall TVP_Stub_e48798dc69498f80b6633bb405eda6eb(tjs_uint... function TVP_Stub_998a5e1aa5cd85689795348fc540a655 (line 2666) | static void __stdcall TVP_Stub_998a5e1aa5cd85689795348fc540a655(tjs_uint... function TVP_Stub_5f6d263c0d48d03f6eb0dc44c9dd0be2 (line 2670) | static void __stdcall TVP_Stub_5f6d263c0d48d03f6eb0dc44c9dd0be2(tjs_uint... function TVP_Stub_bf363ba3d5b54df9d6df35a518deb6b0 (line 2676) | static void __stdcall TVP_Stub_bf363ba3d5b54df9d6df35a518deb6b0(const tt... function TVP_Stub_6cc8a24cc7ce23179d1d4ccab7a8c97b (line 2680) | static void __stdcall TVP_Stub_6cc8a24cc7ce23179d1d4ccab7a8c97b(const tt... function TVPExportFunctions (line 3672) | void TVPExportFunctions() FILE: src/core/base/win32/NativeEventQueue.h function class (line 19) | class NativeEventQueueIntarface { function class (line 35) | class NativeEventQueueImplement/* : public NativeEventQueueIntarface*/ { function Dispatch (line 71) | void Dispatch( NativeEvent &ev ) { function T (line 75) | T* GetOwner() { return owner_; } FILE: src/core/base/win32/PluginImpl.cpp function TVPAddExportFunction (line 59) | void TVPAddExportFunction(const char *name, void *ptr) function TVPAddExportFunction (line 63) | void TVPAddExportFunction(const tjs_char *name, void *ptr) function TVPInitExportFuncs (line 67) | static void TVPInitExportFuncs() type tTVPFunctionExporter (line 77) | struct tTVPFunctionExporter : iTVPFunctionExporter function iTVPFunctionExporter (line 123) | iTVPFunctionExporter * __stdcall TVPGetFunctionExporter() function TVPThrowPluginUnboundFunctionError (line 133) | void TVPThrowPluginUnboundFunctionError(const char *funcname) function TVPThrowPluginUnboundFunctionError (line 138) | void TVPThrowPluginUnboundFunctionError(const tjs_char *funcname) class tTVPStorageProvider (line 150) | class tTVPStorageProvider : public ITSSStorageProvider method QueryInterface (line 152) | QueryInterface(REFIID iid, void **ppvObjOut) method AddRef (line 170) | AddRef(void) { return 1; } method Release (line 171) | Release(void) { return 1; } method HRESULT (line 177) | HRESULT __stdcall GetStreamForWrite( method HRESULT (line 181) | HRESULT __stdcall GetStreamForUpdate( function HRESULT (line 186) | HRESULT __stdcall tTVPStorageProvider::GetStreamForRead( type tTVPPlugin (line 212) | struct tTVPPlugin type tTVPPluginVectorStruc (line 416) | struct tTVPPluginVectorStruc function TVPDestroyPluginVector (line 421) | static void TVPDestroyPluginVector(void) function TVPLoadPlugin (line 449) | void TVPLoadPlugin(const ttstr & name) function TVPUnloadPlugin (line 486) | bool TVPUnloadPlugin(const ttstr & name) type tTVPFoundPlugin (line 516) | struct tTVPFoundPlugin function TVPSearchPluginsAt (line 523) | static void TVPSearchPluginsAt(std::vector &list, std::... function TVPLoadPluigins (line 558) | void TVPLoadPluigins(void) function tjs_int (line 591) | tjs_int TVPGetAutoLoadPluginCount() { return TVPAutoLoadPluginCount; } function ITSSWaveDecoder (line 603) | ITSSWaveDecoder * TVPSearchAvailTSSWaveDecoder(const ttstr & storage, co... function IWaveUnpacker (line 656) | IWaveUnpacker * TVPSearchAvailWaveUnpacker(const ttstr & storage, IStrea... function ZLIB_uncompress (line 781) | int ZLIB_uncompress(unsigned char *dest, unsigned long *destlen, function ZLIB_compress (line 787) | int ZLIB_compress(unsigned char *dest, unsigned long *destlen, function ZLIB_compress2 (line 793) | int ZLIB_compress2(unsigned char *dest, unsigned long *destlen, function TVP_md5_init (line 805) | void TVP_md5_init(TVP_md5_state_t *pms) function TVP_md5_append (line 810) | void TVP_md5_append(TVP_md5_state_t *pms, const tjs_uint8 *data, int nby... function TVP_md5_finish (line 815) | void TVP_md5_finish(TVP_md5_state_t *pms, tjs_uint8 *digest) function HWND (line 821) | HWND TVPGetApplicationWindowHandle() function TVPProcessApplicationMessages (line 826) | void TVPProcessApplicationMessages() function TVPHandleApplicationMessage (line 831) | void TVPHandleApplicationMessage() function TVPRegisterGlobalObject (line 837) | bool TVPRegisterGlobalObject(const tjs_char *name, iTJSDispatch2 * dsp) function TVPRemoveGlobalObject (line 856) | bool TVPRemoveGlobalObject(const tjs_char *name) function TVPDoTryBlock (line 875) | void TVPDoTryBlock( function TVPGetFileVersionOf (line 911) | bool TVPGetFileVersionOf(const wchar_t* module_filename, tjs_int &major,... function tTJSNativeClass (line 972) | tTJSNativeClass * TVPCreateNativeClass_Plugins() FILE: src/core/base/win32/PluginImpl.h type iTVPFunctionExporter (line 28) | struct iTVPFunctionExporter type ITSSModule (line 43) | struct ITSSModule type IWaveUnpacker (line 44) | struct IWaveUnpacker type ITSSStorageProvider (line 45) | struct ITSSStorageProvider type ITSSWaveDecoder (line 71) | struct ITSSWaveDecoder type TVP_md5_state_t (line 105) | typedef struct TVP_md5_state_s { tjs_uint8 buffer[4*2+8+4*4+8+64]; } TVP... type tTVPExceptionDesc (line 135) | struct tTVPExceptionDesc FILE: src/core/base/win32/ScriptMgnImpl.cpp class tTVPPipeStream (line 58) | class tTVPPipeStream : public tTJSBinaryStream method tTVPPipeStream (line 64) | tTVPPipeStream(HANDLE handle) method Seek (line 74) | Seek(tjs_int64 offset, tjs_int whence) method Read (line 79) | Read(void *buffer, tjs_uint read_size) method Write (line 86) | Write(const void *buffer, tjs_uint write_size) method SetEndOfStorage (line 94) | SetEndOfStorage() method GetSize (line 99) | GetSize() function TVPStartObjectHashMapLog (line 114) | void TVPStartObjectHashMapLog(void) function TVPCheckProcessLog (line 194) | bool TVPCheckProcessLog() FILE: src/core/base/win32/StorageImpl.cpp class tTVPFileMedia (line 46) | class tTVPFileMedia : public iTVPStorageMedia method tTVPFileMedia (line 51) | tTVPFileMedia() { RefCount = 1; } method AddRef (line 54) | AddRef() { RefCount ++; } method Release (line 55) | Release() method GetName (line 63) | GetName(ttstr &name) { name = TJS_W("file"); } function TVPListDir (line 126) | void TVPListDir(const std::string &folder, std::function * options) function TVPInitProgramArgumentsAndDataPath (line 1711) | static void TVPInitProgramArgumentsAndDataPath(bool stop_after_datapath_... function TVPDumpOptions (line 1774) | static void TVPDumpOptions() function TVPGetCommandLine (line 1793) | bool TVPGetCommandLine(const tjs_char * name, tTJSVariant *value) function TVPSetCommandLine (line 1821) | void TVPSetCommandLine(const tjs_char * name, const ttstr & value) function TVPCheckPrintDataPath (line 1854) | bool TVPCheckPrintDataPath() function TVPCheckAbout (line 1878) | bool TVPCheckAbout(void) function TVPExecuteAsync (line 1902) | static void TVPExecuteAsync( const std::wstring& progname) function TVPWaitWritePermit (line 1944) | static bool TVPWaitWritePermit(const std::wstring& fn) function TVPShowUserConfig (line 1972) | static void TVPShowUserConfig(std::string orgexe) function TVPExecuteUserConfig (line 1988) | bool TVPExecuteUserConfig() FILE: src/core/base/win32/SystemImpl.cpp function TVPShowSimpleMessageBox (line 50) | static void TVPShowSimpleMessageBox(const ttstr & text, const ttstr & ca... function TVPGetAsyncKeyState (line 65) | bool TVPGetAsyncKeyState(tjs_uint keycode, bool getcurrent) function ttstr (line 107) | ttstr TVPGetPlatformName() function ttstr (line 130) | ttstr TVPGetOSName() function tjs_int (line 233) | tjs_int TVPGetOSBits() function TVPShellExecute (line 257) | bool TVPShellExecute(const ttstr &target, const ttstr ¶m) function InitRegisterData (line 284) | static void InitRegisterData() function TVPReadRegValue (line 298) | static void TVPReadRegValue(tTJSVariant &result, const ttstr & key) function ttstr (line 506) | static ttstr TVPGetSpecialFolderPath(int csidl) function ttstr (line 521) | ttstr TVPGetPersonalPath() function ttstr (line 550) | ttstr TVPGetAppDataPath() function ttstr (line 574) | ttstr TVPGetSavedGamesPath() function TVPCreateAppLock (line 596) | bool TVPCreateAppLock(const ttstr &lockname) type tTVPTouchDevice (line 617) | enum tTVPTouchDevice { function TVPGetSupportTouchDevice (line 631) | static int TVPGetSupportTouchDevice() class tTVPOnApplicationActivateEvent (line 663) | class tTVPOnApplicationActivateEvent : public tTVPBaseInputEvent method tTVPOnApplicationActivateEvent (line 668) | tTVPOnApplicationActivateEvent(bool activate_or_deactivate) : method Deliver (line 671) | void Deliver() const function TVPPostApplicationActivateEvent (line 676) | void TVPPostApplicationActivateEvent() function TVPPostApplicationDeactivateEvent (line 681) | void TVPPostApplicationDeactivateEvent() function TVPOnApplicationActivate (line 686) | static void TVPOnApplicationActivate(bool activate_or_deactivate) function TVPHeapDump (line 704) | static void TVPHeapDump() function TVPDoSaveSystemVariables (line 782) | extern void TVPDoSaveSystemVariables() function tTJSNativeClass (line 818) | tTJSNativeClass * TVPCreateNativeClass_System() function TJS_BEGIN_NATIVE_PROP_DECL (line 1048) | TJS_BEGIN_NATIVE_PROP_DECL(personalPath) function TJS_END_NATIVE_PROP_GETTER (line 1055) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1068) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1081) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1095) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1108) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1126) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1134) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1145) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1158) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1171) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1184) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1197) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1210) | TJS_END_NATIVE_PROP_GETTER FILE: src/core/environ/Application.cpp function _do_compact (line 56) | static void _do_compact() { function _no_memory_cb (line 60) | static void _no_memory_cb() { function ttstr (line 92) | ttstr TVPGetErrorDialogTitle() { function tc_free (line 114) | void tc_free(void* ptr) {} function __real_free (line 119) | void __real_free(void*) { return; } function __wrap_free (line 223) | void __wrap_free(void *p) { function CheckMemoryLeaksStart (line 250) | inline void CheckMemoryLeaksStart() function DumpMemoryLeaks (line 257) | inline void DumpMemoryLeaks() function ttstr (line 266) | ttstr ExePath() { function TVPCheckMemory (line 277) | void TVPCheckMemory() { function TVPShowSimpleMessageBox (line 292) | int TVPShowSimpleMessageBox(const ttstr & text, const ttstr & caption) { function TVPShowSimpleMessageBoxYesNo (line 297) | int TVPShowSimpleMessageBoxYesNo(const ttstr & text, const ttstr & capti... function ttstr (line 305) | ttstr TVPGetMessageByLocale(const std::string &key) { function WinMain (line 421) | int APIENTRY WinMain( _In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrev... type SEHException (line 468) | struct SEHException { method SEHException (line 471) | SEHException( unsigned int code, _EXCEPTION_POINTERS* ep ) function TVPWriteHWEDumpFile (line 476) | int TVPWriteHWEDumpFile( EXCEPTION_POINTERS* pExceptionPointers ) { function se_translator_function (line 504) | void se_translator_function(unsigned int code, struct _EXCEPTION_POINTER... function wchar_t (line 517) | const wchar_t* SECodeToMessage( unsigned int code ) { function HWND (line 731) | HWND tTVPApplication::GetHandle() { function HWND (line 892) | HWND tTVPApplication::GetMainWindowHandle() const { class TTVPWindowForm (line 900) | class TTVPWindowForm class TTVPWindowForm (line 910) | class TTVPWindowForm class TTVPWindowForm (line 918) | class TTVPWindowForm class TTVPWindowForm (line 918) | class TTVPWindowForm class iTJSDispatch2 (line 1095) | class iTJSDispatch2 class tTJSNI_Bitmap (line 1095) | class tTJSNI_Bitmap function TVPRegisterAcceleratorKey (line 1125) | void TVPRegisterAcceleratorKey(HWND hWnd, char virt, short key, short cm... function TVPUnregisterAcceleratorKey (line 1128) | void TVPUnregisterAcceleratorKey(HWND hWnd, short cmd) { function TVPDeleteAcceleratorKeyTable (line 1131) | void TVPDeleteAcceleratorKeyTable( HWND hWnd ) { function TVPInitWindowOptions (line 1136) | void TVPInitWindowOptions() { function ExtractFileDir (line 1140) | std::string ExtractFileDir(const std::string & FileName) { function ColorToRGB (line 1144) | unsigned long ColorToRGB(unsigned int col) FILE: src/core/environ/Application.h type class (line 36) | enum class function class (line 41) | class AcceleratorKey { function class (line 53) | class AcceleratorKeyTable { function class (line 72) | class tTVPApplication { FILE: src/core/environ/ConfigManager/GlobalConfigManager.cpp class XMLMemPrinter (line 9) | class XMLMemPrinter : public tinyxml2::XMLPrinter { method Print (line 13) | virtual void Print(const char* format, ...) { method SaveFile (line 20) | void SaveFile(const std::string &path) { function GlobalConfigManager (line 34) | GlobalConfigManager* GlobalConfigManager::GetInstance() { FILE: src/core/environ/ConfigManager/GlobalConfigManager.h function class (line 7) | class iSysConfigManager { function class (line 49) | class GlobalConfigManager : public iSysConfigManager { FILE: src/core/environ/ConfigManager/IndividualConfigManager.cpp function IndividualConfigManager (line 8) | IndividualConfigManager* IndividualConfigManager::GetInstance() { FILE: src/core/environ/ConfigManager/IndividualConfigManager.h type iSysConfigManager (line 8) | typedef iSysConfigManager inherit; FILE: src/core/environ/ConfigManager/LocaleConfigManager.cpp function LocaleConfigManager (line 22) | LocaleConfigManager* LocaleConfigManager::GetInstance() { FILE: src/core/environ/ConfigManager/LocaleConfigManager.h function namespace (line 7) | namespace cocos2d { function class (line 14) | class LocaleConfigManager { FILE: src/core/environ/DetectCPU.cpp function TVPGetCPUTypeForOne (line 42) | static void TVPGetCPUTypeForOne() function ttstr (line 78) | static ttstr TVPDumpCPUFeatures(tjs_uint32 features) function ttstr (line 97) | static ttstr TVPDumpCPUInfo(tjs_int cpu_num) function TVPDisableCPU (line 149) | static void TVPDisableCPU(tjs_uint32 featurebit, const tjs_char *name) function TVPDetectCPU (line 169) | void TVPDetectCPU() function CheckMMX (line 267) | void CheckMMX(void) function tjs_uint32 (line 282) | tjs_uint32 TVPGetCPUType() FILE: src/core/environ/DumpSend.cpp function ClearDumps (line 16) | static void ClearDumps(const std::string &dumpdir, std::vector allD... function TVPCheckAndSendDumps (line 209) | void TVPCheckAndSendDumps(const std::string &dumpdir, const std::string ... FILE: src/core/environ/Platform.h type TVPMemoryInfo (line 6) | struct TVPMemoryInfo type tTVP_stat (line 47) | struct tTVP_stat { FILE: src/core/environ/XP3ArchiveRepack.cpp class tTVPXP3ArchiveEx (line 36) | class tTVPXP3ArchiveEx : public tTVPXP3Archive { method tTVPXP3ArchiveEx (line 38) | tTVPXP3ArchiveEx(const ttstr & name, tTJSBinaryStream *st) : tTVPXP3Ar... class OutStreamFor7z (line 45) | class OutStreamFor7z : public IOutStream { method OutStreamFor7z (line 50) | OutStreamFor7z(const std::string &path) { method ULONG (line 57) | ULONG AddRef() { return ++RefCount; } method ULONG (line 58) | ULONG Release() { method HRESULT (line 65) | HRESULT QueryInterface(REFIID iid, void **ppOut) { method HRESULT (line 74) | HRESULT Write(const void *data, UInt32 size, UInt32 *processedSize) { method HRESULT (line 78) | HRESULT Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) ove... method HRESULT (line 83) | HRESULT SetSize(UInt64 newSize) { class OutStreamMemory (line 88) | class OutStreamMemory : public IOutStream, public tTVPMemoryStream { method ULONG (line 92) | ULONG AddRef() { return ++RefCount; } method ULONG (line 93) | ULONG Release() { method HRESULT (line 100) | HRESULT QueryInterface(REFIID iid, void **ppOut) { method HRESULT (line 109) | HRESULT Write(const void *data, UInt32 size, UInt32 *processedSize) ov... method HRESULT (line 113) | HRESULT Seek(Int64 offset, UInt32 seekOrigin, UInt64 *newPosition) ove... method HRESULT (line 117) | HRESULT SetSize(UInt64 newSize) { class SequentialInStreamFor7z (line 123) | class SequentialInStreamFor7z : public ISequentialInStream { method SequentialInStreamFor7z (line 128) | SequentialInStreamFor7z(tTJSBinaryStream *s) { method ULONG (line 135) | ULONG AddRef() { return ++RefCount; } method ULONG (line 136) | ULONG Release() { method HRESULT (line 143) | HRESULT QueryInterface(REFIID iid, void **ppOut) { method HRESULT (line 152) | HRESULT Read(void *data, UInt32 size, UInt32 *processedSize) { class XP3ArchiveRepackAsyncImpl (line 158) | class XP3ArchiveRepackAsyncImpl method Stop (line 166) | void Stop() { bStopRequired = true; } method SetCallback (line 170) | void SetCallback( method HRESULT (line 194) | virtual HRESULT QueryInterface(REFIID riid, void **ppvObject) override... method ULONG (line 195) | virtual ULONG AddRef(void) override { return 0; } method ULONG (line 196) | virtual ULONG Release(void) override { return 0; } function CheckIsImage (line 348) | static bool CheckIsImage(tTJSBinaryStream *s) { function HRESULT (line 374) | HRESULT XP3ArchiveRepackAsyncImpl::AddTo7zArchive(tTJSBinaryStream* s, c... function HRESULT (line 462) | HRESULT XP3ArchiveRepackAsyncImpl::SetRatioInfo(const UInt64 *inSize, co... type BmpInfoWithMask (line 581) | struct BmpInfoWithMask { type BmpInfo (line 682) | struct BmpInfo { FILE: src/core/environ/XP3ArchiveRepack.h function class (line 7) | class XP3ArchiveRepackAsync { FILE: src/core/environ/android/AndroidUtils.cpp function TVPPrintLog (line 43) | void TVPPrintLog(const char *str) { function _updateMemoryInfo (line 49) | static void _updateMemoryInfo() { function tjs_int (line 76) | tjs_int TVPGetSystemFreeMemory() function tjs_int (line 82) | tjs_int TVPGetSelfUsedMemory() function TVPForceSwapBuffer (line 88) | void TVPForceSwapBuffer() { function TVPGetDeviceID (line 92) | std::string TVPGetDeviceID() function jobject (line 162) | static jobject GetKR2ActInstance() { function GetApkStoragePath (line 173) | static std::string GetApkStoragePath() { function GetPackageName (line 187) | static std::string GetPackageName() { class ZipFile (line 200) | class ZipFile method ZipFile (line 206) | ZipFile() : uf(0) { method Open (line 214) | bool Open(const char *filename) { method GetData (line 230) | bool GetData(std::vector &buff, const char *filename) { method tjs_int64 (line 245) | tjs_int64 GetMD5InZip(const char *filename) { function TVPGetDeviceLanguage (line 262) | std::string TVPGetDeviceLanguage() { function TVPGetPackageVersionString (line 275) | std::string TVPGetPackageVersionString() { function File_getAbsolutePath (line 292) | static std::string File_getAbsolutePath(jobject FileObj) { function GetInternalStoragePath (line 303) | static std::string GetInternalStoragePath() { function Android_GetDumpStoragePath (line 313) | std::string Android_GetDumpStoragePath() { function InsertFilepathInto (line 317) | static int InsertFilepathInto(JNIEnv *env, std::vector& vec... function GetExternalStoragePath (line 327) | static int GetExternalStoragePath(std::vector &ret) { function TVPGetAppStoragePath (line 348) | std::vector TVPGetAppStoragePath() { function TVPGetDriverPath (line 355) | std::vector TVPGetDriverPath() { type kr2android (line 430) | namespace kr2android { function TVPShowSimpleMessageBox (line 438) | int TVPShowSimpleMessageBox(const char *pszText, const char *pszTitle, u... function TVPShowSimpleMessageBox (line 471) | int TVPShowSimpleMessageBox(const ttstr & text, const ttstr & caption, c... function TVPShowSimpleInputBox (line 483) | int TVPShowSimpleInputBox(ttstr &text, const ttstr &caption, const ttstr... function Android_GetExternalStoragePath (line 525) | std::vector Android_GetExternalStoragePath() { function ttstr (line 539) | ttstr Android_GetInternalStoragePath() { function ttstr (line 548) | ttstr Android_GetApkStoragePath() { type _eventQueueNode (line 557) | struct _eventQueueNode { function _processEvents (line 564) | static void _processEvents(float) { function Android_PushEvents (line 581) | void Android_PushEvents(const std::function &func) { function TVPCheckStartupArg (line 590) | bool TVPCheckStartupArg() { function Android_PushEvents (line 608) | void Android_PushEvents(const std::function &func) { function TVPControlAdDialog (line 612) | void TVPControlAdDialog(int adType, int arg1, int arg2) { function _GetAndroidSDKVersion (line 620) | static int _GetAndroidSDKVersion() { function GetAndroidSDKVersion (line 626) | static int GetAndroidSDKVersion() { function IsLollipop (line 631) | static bool IsLollipop() { function IsOreo (line 635) | static bool IsOreo() { function TVPFetchSDCardPermission (line 639) | void TVPFetchSDCardPermission() { function TVPCheckStartupPath (line 654) | bool TVPCheckStartupPath(const std::string &path) { function TVPCreateFolders (line 721) | bool TVPCreateFolders(const ttstr &folder) function TVPWriteDataToFileJava (line 734) | static bool TVPWriteDataToFileJava(const std::string &filename, const vo... function TVPWriteDataToFile (line 754) | bool TVPWriteDataToFile(const ttstr &filepath, const void *data, unsigne... function TVPGetCurrentLanguage (line 790) | std::string TVPGetCurrentLanguage() { function TVPExitApplication (line 804) | void TVPExitApplication(int code) { function TVPHideIME (line 816) | void TVPHideIME() { function TVPShowIME (line 823) | void TVPShowIME(int x, int y, int w, int h) { function TVPProcessInputEvents (line 830) | void TVPProcessInputEvents() {} function TVPDeleteFile (line 832) | bool TVPDeleteFile(const std::string &filename) { function TVPRenameFile (line 844) | bool TVPRenameFile(const std::string &from, const std::string &to) { function tjs_uint32 (line 858) | tjs_uint32 TVPGetRoughTickCount32() function TVP_stat (line 867) | bool TVP_stat(const tjs_char *name, tTVP_stat &s) { function TVP_stat (line 876) | bool TVP_stat(const char *name, tTVP_stat &s) { function TVPSendToOtherApp (line 889) | void TVPSendToOtherApp(const std::string &filename) { FILE: src/core/environ/cocos2d/AppDelegate.cpp function TVPOpenPatchLibUrl (line 114) | void TVPOpenPatchLibUrl() { FILE: src/core/environ/cocos2d/AppDelegate.h function class (line 4) | class TVPAppDelegate : public cocos2d::Application { FILE: src/core/environ/cocos2d/CCKeyCodeConv.cpp function TVPConvertMouseBtnToVKCode (line 5) | int TVPConvertMouseBtnToVKCode(tTVPMouseButton _mouseBtn) function TVPConvertKeyCodeToVKCode (line 17) | int TVPConvertKeyCodeToVKCode(cocos2d::EventKeyboard::KeyCode keyCode) function TVPConvertPadKeyCodeToVKCode (line 191) | int TVPConvertPadKeyCodeToVKCode(int keyCode) FILE: src/core/environ/cocos2d/CustomFileUtils.cpp class CustomFileUtils (line 29) | class CustomFileUtils : public FileUtilsInherit method init (line 41) | virtual bool init() override { function NS_CC_END (line 149) | NS_CC_END function TVPAddAutoSearchArchive (line 157) | void TVPAddAutoSearchArchive(const std::string &path) function TVPCopyFolder (line 170) | static bool TVPCopyFolder(const std::string &from, const std::string &to) { function TVPCopyFile (line 189) | bool TVPCopyFile(const std::string &from, const std::string &to) function TVPSkinManager (line 211) | TVPSkinManager* TVPSkinManager::getInstance() FILE: src/core/environ/cocos2d/CustomFileUtils.h function class (line 5) | class TVPSkinManager { FILE: src/core/environ/cocos2d/MainScene.cpp type SCENE_ORDER (line 38) | enum SCENE_ORDER { class TVPWindowLayer (line 47) | class TVPWindowLayer method TVPWindowLayer (line 373) | TVPWindowLayer(tTJSNI_Window *w) method init (line 404) | bool init() { method TVPWindowLayer (line 425) | static TVPWindowLayer *create(tTJSNI_Window *w) { method Vec2 (line 436) | virtual Vec2 minContainerOffset() { // override { method Vec2 (line 455) | virtual Vec2 maxContainerOffset(){ // override { method onMouseDownEvent (line 474) | void onMouseDownEvent(Event *_e) { method onMouseUpEvent (line 490) | void onMouseUpEvent(Event *_e) { method onMouseMoveEvent (line 506) | void onMouseMoveEvent(Event *_e) { method onMouseScroll (line 514) | void onMouseScroll(Event *_e) { method onTouchBegan (line 534) | virtual bool onTouchBegan(Touch *touch, Event *unused_event) override { method onTouchMoved (line 561) | virtual void onTouchMoved(Touch* touch, Event* unused_event) override { method onTouchEnded (line 583) | virtual void onTouchEnded(Touch *touch, Event *unused_event) override { method onTouchCancelled (line 616) | virtual void onTouchCancelled(Touch *touch, Event *unused_event) overr... method onMouseDown (line 637) | void onMouseDown(const Vec2 &pt) { method onMouseUp (line 644) | void onMouseUp(const Vec2 &pt) { method onMouseMove (line 651) | void onMouseMove(const Vec2 &pt) { method onMouseClick (line 659) | void onMouseClick(const Vec2 &pt) { method SetPaintBoxSize (line 669) | virtual void SetPaintBoxSize(tjs_int w, tjs_int h) { method GetFormEnabled (line 674) | virtual bool GetFormEnabled() { method SetDefaultMouseCursor (line 678) | virtual void SetDefaultMouseCursor() { method GetCursorPos (line 681) | virtual void GetCursorPos(tjs_int &x, tjs_int &y) { method SetCursorPos (line 686) | virtual void SetCursorPos(tjs_int x, tjs_int y) { method SetHintText (line 697) | virtual void SetHintText(const ttstr &text) { method SetAttentionPoint (line 703) | virtual void SetAttentionPoint(tjs_int left, tjs_int top, const struct... method SetImeMode (line 707) | virtual void SetImeMode(tTVPImeMode mode) { method ZoomRectangle (line 735) | virtual void ZoomRectangle( method BringToFront (line 744) | virtual void BringToFront() { method ShowWindowAsModal (line 755) | virtual void ShowWindowAsModal() { method GetVisible (line 783) | virtual bool GetVisible() { method SetVisible (line 787) | virtual void SetVisible(bool bVisible) { method SetCaption (line 803) | virtual void SetCaption(const std::string &s) { method ResetDrawSprite (line 807) | void ResetDrawSprite() { method RecalcPaintBox (line 829) | void RecalcPaintBox() { method SetWidth (line 852) | virtual void SetWidth(tjs_int w) { method SetHeight (line 858) | virtual void SetHeight(tjs_int h) { method SetSize (line 864) | virtual void SetSize(tjs_int w, tjs_int h) { method GetSize (line 868) | virtual void GetSize(tjs_int &w, tjs_int &h) { method GetWinSize (line 872) | virtual void GetWinSize(tjs_int &w, tjs_int &h) { method tjs_int (line 876) | virtual tjs_int GetWidth() const override { return getContentSize().wi... method tjs_int (line 877) | virtual tjs_int GetHeight() const override { return getContentSize().h... method SetZoom (line 878) | virtual void SetZoom(tjs_int numer, tjs_int denom) { method UpdateDrawBuffer (line 887) | virtual void UpdateDrawBuffer(iTVPTexture2D *tex) { method tTJSNI_Window (line 927) | tTJSNI_Window* GetWindow() { return TJSNativeInstance; } method AddOverlay (line 929) | virtual void AddOverlay(tTJSNI_BaseVideoOverlay *ovl) { method RemoveOverlay (line 939) | virtual void RemoveOverlay(tTJSNI_BaseVideoOverlay *ovl) { method UpdateOverlay (line 945) | virtual void UpdateOverlay() { method toogleFillScale (line 992) | void toogleFillScale() { method InvalidateClose (line 1022) | virtual void InvalidateClose() override { method GetWindowActive (line 1029) | virtual bool GetWindowActive() override { method GetMouseButtonState (line 1032) | int GetMouseButtonState() const { method OnMouseDown (line 1039) | void OnMouseDown(int button, int shift, int x, int y) { method OnMouseClick (line 1054) | void OnMouseClick(int button, int shift, int x, int y) { method GenerateMouseEvent (line 1061) | void GenerateMouseEvent(bool fl, bool fr, bool fu, bool fd) { method InternalKeyDown (line 1121) | virtual void InternalKeyDown(tjs_uint16 key, tjs_uint32 shift) override { method InternalKeyUp (line 1181) | void InternalKeyUp(tjs_uint16 key, tjs_uint32 shift) { method OnKeyUp (line 1210) | virtual void OnKeyUp(tjs_uint16 vk, int shift) override { method OnKeyPress (line 1215) | virtual void OnKeyPress(tjs_uint16 vk, int repeat, bool prevkeystate, ... method tTVPImeMode (line 1224) | virtual tTVPImeMode GetDefaultImeMode() const override { return Defaul... method ResetImeMode (line 1225) | virtual void ResetImeMode() override { SetImeMode(DefaultImeMode); } type CloseAction (line 1229) | enum CloseAction { method OnClose (line 1235) | void OnClose(CloseAction& action) { method OnCloseQuery (line 1262) | bool OnCloseQuery() { method Close (line 1305) | virtual void Close() override { method OnCloseQueryCalled (line 1342) | virtual void OnCloseQueryCalled(bool b) { method UpdateWindow (line 1371) | virtual void UpdateWindow(tTVPUpdateType type) { method SetVisibleFromScript (line 1382) | virtual void SetVisibleFromScript(bool b) { method SetUseMouseKey (line 1396) | virtual void SetUseMouseKey(bool b) { method GetUseMouseKey (line 1413) | virtual bool GetUseMouseKey() const { return UseMouseKey; } method OnMouseUp (line 1414) | void OnMouseUp(int button, int shift, int x, int y) { method ResetTouchVelocity (line 1425) | virtual void ResetTouchVelocity(tjs_int id) { method ResetMouseVelocity (line 1428) | virtual void ResetMouseVelocity() { method GetMouseVelocity (line 1431) | bool GetMouseVelocity(float& x, float& y, float& speed) const { method TickBeat (line 1439) | virtual void TickBeat() override { class TVPWindowManagerOverlay (line 49) | class TVPWindowManagerOverlay method TVPWindowManagerOverlay (line 1455) | static TVPWindowManagerOverlay *create() { method rearrangeLayout (line 1461) | virtual void rearrangeLayout() { method bindBodyController (line 1468) | virtual void bindBodyController(const NodeMap &allNodes) { method updateButtons (line 1520) | void updateButtons() { function TVPSetPostUpdateEvent (line 72) | void TVPSetPostUpdateEvent(void(*f)()) { _postUpdate = f; } function _refadeMouseCursor (line 74) | static void _refadeMouseCursor() { function AdjustNumerAndDenom (line 80) | static void AdjustNumerAndDenom(tjs_int &n, tjs_int &d) function TVPGetKeyMouseAsyncState (line 94) | bool TVPGetKeyMouseAsyncState(tjs_uint keycode, bool getcurrent) function TVPGetJoyPadAsyncState (line 102) | bool TVPGetJoyPadAsyncState(tjs_uint keycode, bool getcurrent) function TVPDrawSceneOnce (line 116) | int TVPDrawSceneOnce(int interval) { type tTVPCursor (line 132) | struct tTVPCursor { type eIconType (line 139) | enum eIconType { type ICONDIR (line 145) | struct ICONDIR { type ICODIREntry (line 151) | struct ICODIREntry { function Sprite (line 171) | Sprite *TVPLoadCursorCUR(tTJSBinaryStream *pStream) { function tTVPCursor (line 315) | tTVPCursor *TVPLoadCursorANI(tTJSBinaryStream *pStream) { function tTVPCursor (line 320) | tTVPCursor *TVPLoadCursor(tTJSBinaryStream *stream) { function tTVPMouseButton (line 339) | tTVPMouseButton TVP_TMouseButton_To_tTVPMouseButton(int button) { class TVPWindowLayer (line 343) | class TVPWindowLayer : public cocos2d::extension::ScrollView, public iWi... method TVPWindowLayer (line 373) | TVPWindowLayer(tTJSNI_Window *w) method init (line 404) | bool init() { method TVPWindowLayer (line 425) | static TVPWindowLayer *create(tTJSNI_Window *w) { method Vec2 (line 436) | virtual Vec2 minContainerOffset() { // override { method Vec2 (line 455) | virtual Vec2 maxContainerOffset(){ // override { method onMouseDownEvent (line 474) | void onMouseDownEvent(Event *_e) { method onMouseUpEvent (line 490) | void onMouseUpEvent(Event *_e) { method onMouseMoveEvent (line 506) | void onMouseMoveEvent(Event *_e) { method onMouseScroll (line 514) | void onMouseScroll(Event *_e) { method onTouchBegan (line 534) | virtual bool onTouchBegan(Touch *touch, Event *unused_event) override { method onTouchMoved (line 561) | virtual void onTouchMoved(Touch* touch, Event* unused_event) override { method onTouchEnded (line 583) | virtual void onTouchEnded(Touch *touch, Event *unused_event) override { method onTouchCancelled (line 616) | virtual void onTouchCancelled(Touch *touch, Event *unused_event) overr... method onMouseDown (line 637) | void onMouseDown(const Vec2 &pt) { method onMouseUp (line 644) | void onMouseUp(const Vec2 &pt) { method onMouseMove (line 651) | void onMouseMove(const Vec2 &pt) { method onMouseClick (line 659) | void onMouseClick(const Vec2 &pt) { method SetPaintBoxSize (line 669) | virtual void SetPaintBoxSize(tjs_int w, tjs_int h) { method GetFormEnabled (line 674) | virtual bool GetFormEnabled() { method SetDefaultMouseCursor (line 678) | virtual void SetDefaultMouseCursor() { method GetCursorPos (line 681) | virtual void GetCursorPos(tjs_int &x, tjs_int &y) { method SetCursorPos (line 686) | virtual void SetCursorPos(tjs_int x, tjs_int y) { method SetHintText (line 697) | virtual void SetHintText(const ttstr &text) { method SetAttentionPoint (line 703) | virtual void SetAttentionPoint(tjs_int left, tjs_int top, const struct... method SetImeMode (line 707) | virtual void SetImeMode(tTVPImeMode mode) { method ZoomRectangle (line 735) | virtual void ZoomRectangle( method BringToFront (line 744) | virtual void BringToFront() { method ShowWindowAsModal (line 755) | virtual void ShowWindowAsModal() { method GetVisible (line 783) | virtual bool GetVisible() { method SetVisible (line 787) | virtual void SetVisible(bool bVisible) { method SetCaption (line 803) | virtual void SetCaption(const std::string &s) { method ResetDrawSprite (line 807) | void ResetDrawSprite() { method RecalcPaintBox (line 829) | void RecalcPaintBox() { method SetWidth (line 852) | virtual void SetWidth(tjs_int w) { method SetHeight (line 858) | virtual void SetHeight(tjs_int h) { method SetSize (line 864) | virtual void SetSize(tjs_int w, tjs_int h) { method GetSize (line 868) | virtual void GetSize(tjs_int &w, tjs_int &h) { method GetWinSize (line 872) | virtual void GetWinSize(tjs_int &w, tjs_int &h) { method tjs_int (line 876) | virtual tjs_int GetWidth() const override { return getContentSize().wi... method tjs_int (line 877) | virtual tjs_int GetHeight() const override { return getContentSize().h... method SetZoom (line 878) | virtual void SetZoom(tjs_int numer, tjs_int denom) { method UpdateDrawBuffer (line 887) | virtual void UpdateDrawBuffer(iTVPTexture2D *tex) { method tTJSNI_Window (line 927) | tTJSNI_Window* GetWindow() { return TJSNativeInstance; } method AddOverlay (line 929) | virtual void AddOverlay(tTJSNI_BaseVideoOverlay *ovl) { method RemoveOverlay (line 939) | virtual void RemoveOverlay(tTJSNI_BaseVideoOverlay *ovl) { method UpdateOverlay (line 945) | virtual void UpdateOverlay() { method toogleFillScale (line 992) | void toogleFillScale() { method InvalidateClose (line 1022) | virtual void InvalidateClose() override { method GetWindowActive (line 1029) | virtual bool GetWindowActive() override { method GetMouseButtonState (line 1032) | int GetMouseButtonState() const { method OnMouseDown (line 1039) | void OnMouseDown(int button, int shift, int x, int y) { method OnMouseClick (line 1054) | void OnMouseClick(int button, int shift, int x, int y) { method GenerateMouseEvent (line 1061) | void GenerateMouseEvent(bool fl, bool fr, bool fu, bool fd) { method InternalKeyDown (line 1121) | virtual void InternalKeyDown(tjs_uint16 key, tjs_uint32 shift) override { method InternalKeyUp (line 1181) | void InternalKeyUp(tjs_uint16 key, tjs_uint32 shift) { method OnKeyUp (line 1210) | virtual void OnKeyUp(tjs_uint16 vk, int shift) override { method OnKeyPress (line 1215) | virtual void OnKeyPress(tjs_uint16 vk, int repeat, bool prevkeystate, ... method tTVPImeMode (line 1224) | virtual tTVPImeMode GetDefaultImeMode() const override { return Defaul... method ResetImeMode (line 1225) | virtual void ResetImeMode() override { SetImeMode(DefaultImeMode); } type CloseAction (line 1229) | enum CloseAction { method OnClose (line 1235) | void OnClose(CloseAction& action) { method OnCloseQuery (line 1262) | bool OnCloseQuery() { method Close (line 1305) | virtual void Close() override { method OnCloseQueryCalled (line 1342) | virtual void OnCloseQueryCalled(bool b) { method UpdateWindow (line 1371) | virtual void UpdateWindow(tTVPUpdateType type) { method SetVisibleFromScript (line 1382) | virtual void SetVisibleFromScript(bool b) { method SetUseMouseKey (line 1396) | virtual void SetUseMouseKey(bool b) { method GetUseMouseKey (line 1413) | virtual bool GetUseMouseKey() const { return UseMouseKey; } method OnMouseUp (line 1414) | void OnMouseUp(int button, int shift, int x, int y) { method ResetTouchVelocity (line 1425) | virtual void ResetTouchVelocity(tjs_int id) { method ResetMouseVelocity (line 1428) | virtual void ResetMouseVelocity() { method GetMouseVelocity (line 1431) | bool GetMouseVelocity(float& x, float& y, float& speed) const { method TickBeat (line 1439) | virtual void TickBeat() override { function tTJSNI_Window (line 1448) | tTJSNI_Window *TVPGetActiveWindow() { class TVPWindowManagerOverlay (line 1453) | class TVPWindowManagerOverlay : public iTVPBaseForm { method TVPWindowManagerOverlay (line 1455) | static TVPWindowManagerOverlay *create() { method rearrangeLayout (line 1461) | virtual void rearrangeLayout() { method bindBodyController (line 1468) | virtual void bindBodyController(const NodeMap &allNodes) { method updateButtons (line 1520) | void updateButtons() { class MaskLayer (line 1544) | class MaskLayer : public LayerColor { method LayerColor (line 1546) | static LayerColor * create(const Color4B& color, GLfloat width, GLfloa... function TVPMainScene (line 1568) | TVPMainScene* TVPMainScene::GetInstance() { function TVPMainScene (line 1572) | TVPMainScene* TVPMainScene::CreateInstance() { function TVPMainScene (line 1622) | TVPMainScene * TVPMainScene::create() { type timeval (line 1809) | struct timeval function _getUIScale (line 1874) | static float _getUIScale() { function Sprite (line 2044) | Sprite *TVPCreateCUR() { function iWindowLayer (line 2323) | iWindowLayer *TVPCreateAndAddWindow(tTJSNI_Window *w) { function TVPRemoveWindowLayer (line 2330) | void TVPRemoveWindowLayer(iWindowLayer *lay) { function TVPConsoleLog (line 2334) | void TVPConsoleLog(const ttstr &l, bool important) { type TJS (line 2354) | namespace TJS { function TVPConsoleLog (line 2356) | void TVPConsoleLog(const tjs_char *l) { function TVPConsoleLog (line 2364) | void TVPConsoleLog(const tjs_nchar *format, ...) { function TVPGetScreenSize (line 2374) | bool TVPGetScreenSize(tjs_int idx, tjs_int &w, tjs_int &h) { function ttstr (line 2383) | ttstr TVPGetDataPath() { function _TVPGetInternalPreferencePath (line 2389) | static std::string _TVPGetInternalPreferencePath() { function tjs_uint32 (line 2404) | tjs_uint32 TVPGetCurrentShiftKeyState() function ttstr (line 2418) | ttstr TVPGetPlatformName() function ttstr (line 2448) | ttstr TVPGetOSName() FILE: src/core/environ/cocos2d/MainScene.h function namespace (line 7) | namespace cocos2d { type eEnterAni (line 26) | enum eEnterAni { type eLeaveAni (line 34) | enum eLeaveAni { FILE: src/core/environ/cocos2d/YUVSprite.cpp function TVPYUVSprite (line 117) | TVPYUVSprite* TVPYUVSprite::create() FILE: src/core/environ/cocos2d/YUVSprite.h function class (line 4) | class TVPYUVSprite : public cocos2d::Sprite { FILE: src/core/environ/combase.h type IID (line 20) | typedef struct _IID function class (line 38) | class IUnknown function class (line 51) | class ISequentialStream : public IUnknown type OLECHAR (line 72) | typedef char OLECHAR; type LPSTR (line 73) | typedef LPSTR LPOLESTR; type LPCSTR (line 74) | typedef LPCSTR LPCOLESTR; type STATSTG (line 75) | typedef struct tagSTATSTG type STREAM_SEEK (line 94) | typedef type STATFLAG (line 102) | typedef type STGTY (line 109) | typedef function ISequentialStream (line 127) | struct IStream : public ISequentialStream FILE: src/core/environ/linux/Platform.cpp function TVPGetMemoryInfo (line 10) | void TVPGetMemoryInfo(TVPMemoryInfo &m) function TVPRelinquishCPU (line 71) | void TVPRelinquishCPU(){ function TVP_utime (line 75) | void TVP_utime(const char *name, time_t modtime) { FILE: src/core/environ/typedefine.h type LANGID (line 59) | typedef int LANGID; type INT (line 60) | typedef int INT; type UINT (line 61) | typedef uint32_t UINT; type ARGB (line 62) | typedef uint32_t ARGB; type UINT32 (line 63) | typedef uint32_t UINT32; type PROPID (line 64) | typedef int32_t PROPID; type REAL (line 66) | typedef float REAL; type BYTE (line 86) | typedef uint8_t BYTE; type WORD (line 88) | typedef uint16_t WORD; type DWORD (line 92) | typedef uint32_t DWORD; type SHORT (line 97) | typedef int16_t SHORT; type LONG (line 98) | typedef int32_t LONG; type ULONG (line 99) | typedef uint32_t ULONG; type LONGLONG (line 101) | typedef int64_t LONGLONG; type SIZE_T (line 103) | typedef size_t SIZE_T; type SOCKET (line 107) | typedef uint32_t SOCKET; type BYTE (line 117) | typedef unsigned char BYTE; type WORD (line 119) | typedef unsigned short WORD; type UINT16 (line 120) | typedef unsigned short UINT16; type INT16 (line 121) | typedef short INT16; type UINT_PTR (line 122) | typedef unsigned int UINT_PTR; type UINT (line 123) | typedef unsigned int UINT; type UINT32 (line 124) | typedef unsigned int UINT32; type REAL (line 125) | typedef float REAL; type INT (line 126) | typedef int INT; type INT32 (line 127) | typedef signed int INT32; type ULONGLONG (line 129) | typedef uint64_t ULONGLONG; type tjs_char (line 130) | typedef tjs_char *LPWSTR; type ULARGE_INTEGER (line 131) | typedef union _ULARGE_INTEGER { type LARGE_INTEGER (line 138) | typedef union _LARGE_INTEGER { type CHAR (line 145) | typedef char CHAR; type CHAR (line 146) | typedef CHAR *NPSTR, *LPSTR, *PSTR; type CHAR (line 147) | typedef const CHAR *LPCSTR; type FILETIME (line 148) | typedef struct _FILETIME type RECT (line 155) | typedef struct { type LONG_PTR (line 161) | typedef intptr_t LONG_PTR; type LONG (line 162) | typedef LONG HRESULT; type GUID (line 164) | typedef struct { FILE: src/core/environ/ui/BaseForm.cpp function Node (line 56) | Node* CSBReader::Load(const char *filename) { function ReloadTableViewAndKeepPos (line 205) | void ReloadTableViewAndKeepPos(cocos2d::extension::TableView *pTableView) FILE: src/core/environ/ui/BaseForm.h function namespace (line 7) | namespace cocos2d { function namespace (line 27) | namespace cocostudio { function class (line 65) | class iTVPBaseForm : public cocos2d::Node { function class (line 101) | class TTouchEventRouter : public cocos2d::ui::Widget { function class (line 126) | class TCommonTableCell : public cocos2d::extension::TableViewCell { function class (line 152) | class iTVPFloatForm : public iTVPBaseForm { FILE: src/core/environ/ui/ConsoleWindow.cpp function TVPConsoleWindow (line 10) | TVPConsoleWindow* TVPConsoleWindow::create(int fontSize, cocos2d::Node *... FILE: src/core/environ/ui/ConsoleWindow.h function class (line 9) | class TVPConsoleWindow : public cocos2d::Node { FILE: src/core/environ/ui/DebugViewLayerForm.cpp class DebugViewLayerForm::DebugViewLayerCell (line 14) | class DebugViewLayerForm::DebugViewLayerCell : public TableViewCell { method DebugViewLayerCell (line 16) | static DebugViewLayerCell* create() { method init (line 23) | virtual bool init() override { method setContentSize (line 39) | virtual void setContentSize(const Size& contentSize) override { method setData (line 44) | void setData(const Size &laySize, const LayerInfo &data) { function DebugViewLayerForm (line 88) | DebugViewLayerForm * DebugViewLayerForm::create() { class tHackTVPDrawDevice (line 95) | class tHackTVPDrawDevice : public tTVPDrawDevice { method iTVPLayerManager (line 97) | iTVPLayerManager *getPrimaryLayerManager() { class tHackTableView (line 102) | class tHackTableView : public TableView { method setSwallowTouches (line 104) | void setSwallowTouches(bool swallow) { function Size (line 167) | Size DebugViewLayerForm::tableCellSizeForIndex(TableView *table, ssize_t... FILE: src/core/environ/ui/DebugViewLayerForm.h function virtual (line 17) | virtual ssize_t numberOfCellsInTableView(cocos2d::extension::TableView *... type LayerInfo (line 22) | struct LayerInfo { FILE: src/core/environ/ui/FileSelectorForm.cpp function convertDistanceFromPointToInch (line 32) | static float convertDistanceFromPointToInch(const Vec2& dis) function IsPathExist (line 40) | static bool IsPathExist(const std::string &path) { function TableViewCell (line 411) | TableViewCell* TVPBaseFileSelectorForm::tableCellAtIndex(TableView *tabl... function Size (line 433) | Size TVPBaseFileSelectorForm::tableCellSizeForIndex(TableView *table, ss... class UnpackArchive (line 515) | class UnpackArchive { method Init (line 522) | bool Init(const std::string &path, const std::string &outpath) { method Start (line 557) | void Start(const std::function &onEnded) { method OnEnded (line 563) | void OnEnded() { method OnError (line 570) | void OnError(int err, const char *msg) { method OnProgress (line 579) | void OnProgress(tjs_uint64 total_size, tjs_uint64 file_size) { method OnNewFile (line 600) | void OnNewFile(int idx, const std::string &utf8name, tjs_uint64 file_s... method _onPassword (line 613) | bool _onPassword() { method OnPassword (line 628) | std::string OnPassword() { function TVPListForm (line 787) | TVPListForm * TVPListForm::create(const std::vector { function virtual (line 56) | virtual iPreferenceItem *createItem(int idx) override { function virtual (line 68) | virtual void onSetValue(const std::string &v) { function virtual (line 118) | virtual iPreferenceItem *createItem(int idx) override { function class (line 128) | class tTVPPreferenceInfoRendererSubPref : public iTVPPreferenceInfo { function class (line 150) | class tTVPPreferenceInfoSubPref : public iTVPPreferenceInfo { function class (line 169) | class tTVPPreferenceInfoSliderIcon : public tTVPPreferenceInfo { function class (line 185) | class tTVPPreferenceInfoSliderText : public tTVPPreferenceInfo { function class (line 207) | class tTVPPreferenceInfoFetchSDCardPermission : public iTVPPreferenceInfo { function class (line 221) | class tTVPPreferenceInfoResetDefaultSkin : public iTVPPreferenceInfo { function class (line 238) | class tTVPPreferenceInfoKeyMap : public iTVPPreferenceInfo { FILE: src/core/environ/ui/PreferenceForm.cpp class HackCheckBox (line 73) | class HackCheckBox : public CheckBox { method fireReleaseUpEvent (line 75) | void fireReleaseUpEvent() { function TVPCustomPreferenceForm (line 263) | TVPCustomPreferenceForm * TVPCustomPreferenceForm::create(const std::str... function KeyMapPreferenceForm (line 491) | KeyMapPreferenceForm* KeyMapPreferenceForm::create(iSysConfigManager* mgr) FILE: src/core/environ/ui/PreferenceForm.h function namespace (line 6) | namespace tinyxml2 { type tPreferenceScreen (line 11) | struct tPreferenceScreen { function init (line 17) | void init(const std::initializer_list &elem) { function class (line 26) | class iTVPPreferenceInfo { function virtual (line 55) | virtual void InitDefaultConfig() { function class (line 63) | class TVPPreferenceForm : public iTVPBaseForm { function class (line 74) | class iPreferenceItem : public cocos2d::ui::Widget { function virtual (line 127) | virtual void onPressStateChangedToNormal() override; function class (line 141) | class tPreferenceItemConstant : public tPreferenceItemSubDir { function class (line 146) | class tPreferenceItemSelectListInfo { function initInfo (line 155) | void initInfo(tPreferenceItemSelectListInfo* info) { CurInfo = info; } function virtual (line 197) | virtual void onPressStateChangedToNormal() override; function class (line 227) | class iPreferenceItemSlider : public tPreferenceItem { function class (line 240) | class tPreferenceItemCursorSlider : public iPreferenceItemSlider { function class (line 258) | class tPreferenceItemTextSlider : public iPreferenceItemSlider { function class (line 273) | class tPreferenceItemDeletable : public iPreferenceItem { function class (line 286) | class tPreferenceItemKeyMap : public tPreferenceItemDeletable { function class (line 293) | class KeyMapPreferenceForm : public TVPPreferenceForm { FILE: src/core/environ/ui/SeletListForm.cpp function TVPSelectListForm (line 32) | TVPSelectListForm * TVPSelectListForm::create(const std::vector& func) { method InitRootNode (line 42) | void InitRootNode(cocos2d::Node *parent) { function _formatTime (line 53) | static std::string _formatTime(unsigned int t, char prefix = 0) { function SimpleMediaFilePlayer (line 95) | SimpleMediaFilePlayer * SimpleMediaFilePlayer::create() FILE: src/core/environ/ui/SimpleMediaFilePlayer.h function namespace (line 6) | namespace cocos2d { function class (line 12) | class SimpleMediaFilePlayer : public iTVPBaseForm { FILE: src/core/environ/ui/TipsHelpForm.cpp function TVPTipsHelpForm (line 9) | TVPTipsHelpForm* TVPTipsHelpForm::create() { function TVPTipsHelpForm (line 16) | TVPTipsHelpForm* TVPTipsHelpForm::show(const char *tipName) { FILE: src/core/environ/ui/TipsHelpForm.h function class (line 4) | class TVPTipsHelpForm : public iTVPBaseForm { FILE: src/core/environ/ui/XP3RepackForm.cpp function WalkDir (line 26) | static void WalkDir(const ttstr &dir, const std::function TVPGetDriverPath() { function TVPGetAppStoragePath (line 180) | std::vector TVPGetAppStoragePath() { function TVPCheckStartupPath (line 186) | bool TVPCheckStartupPath(const std::string &path) { return true; } function TVPGetPackageVersionString (line 188) | std::string TVPGetPackageVersionString() { function TVPControlAdDialog (line 192) | void TVPControlAdDialog(int adType, int arg1, int arg2) {} function TVPForceSwapBuffer (line 193) | void TVPForceSwapBuffer() {} function _TVPCreateFolders (line 199) | static bool _TVPCreateFolders(const ttstr &folder) function TVPCreateFolders (line 231) | bool TVPCreateFolders(const ttstr &folder) function TVPWriteDataToFile (line 245) | bool TVPWriteDataToFile(const ttstr &filepath, const void *data, unsigne... function TVPGetCurrentLanguage (line 255) | std::string TVPGetCurrentLanguage() { function TVPExitApplication (line 278) | void TVPExitApplication(int code) { function TVPDeleteFile (line 296) | bool TVPDeleteFile(const std::string &filename) function TVPRenameFile (line 301) | bool TVPRenameFile(const std::string &from, const std::string &to) function TVPProcessInputEvents (line 311) | void TVPProcessInputEvents() {} function TVPShowIME (line 312) | void TVPShowIME(int x, int y, int w, int h) {} function TVPHideIME (line 313) | void TVPHideIME() {} function TVPRelinquishCPU (line 315) | void TVPRelinquishCPU(){ Sleep(0); } function tjs_uint32 (line 317) | tjs_uint32 TVPGetRoughTickCount32() function TVPPrintLog (line 322) | void TVPPrintLog(const char *str) { function TVP_stat (line 326) | bool TVP_stat(const tjs_char *name, tTVP_stat &s) { function TVP_stat (line 337) | bool TVP_stat(const char *name, tTVP_stat &s) { function TVP_utime (line 342) | void TVP_utime(const char *name, time_t modtime) { FILE: src/core/environ/win32/SystemControl.cpp function TVPGetMainThreadPriorityControl (line 33) | static bool TVPGetMainThreadPriorityControl() FILE: src/core/environ/win32/SystemControl.h function class (line 17) | class tTVPSystemControl FILE: src/core/environ/win32/TVPWindow.cpp function LRESULT (line 32) | LRESULT WINAPI tTVPWindow::WndProc( HWND hWnd, UINT msg, WPARAM wParam, ... function LRESULT (line 41) | LRESULT WINAPI tTVPWindow::Proc( HWND hWnd, UINT msg, WPARAM wParam, LPA... function HRESULT (line 384) | HRESULT tTVPWindow::CreateWnd( const std::wstring& classname, const std:... function tTVPBorderStyle (line 616) | tTVPBorderStyle tTVPWindow::GetBorderStyle() const { function HICON (line 619) | HICON tTVPWindow::GetBigIcon() { type tTVPRect (line 811) | struct tTVPRect class TTVPWindowForm (line 880) | class TTVPWindowForm FILE: src/core/environ/win32/TVPWindow.h function class (line 28) | class tTVPWindow { function GetShiftState (line 110) | inline int GetShiftState( WPARAM wParam ) const { function GetShiftState (line 115) | inline int GetShiftState() const { function IsTouchEvent (line 129) | inline bool IsTouchEvent(LPARAM extraInfo) const { function SetMouseCapture (line 133) | void SetMouseCapture() { function ReleaseMouseCapture (line 136) | void ReleaseMouseCapture() { function HWND (line 163) | HWND GetHandle() { return window_handle_; } function ImeControl (line 166) | ImeControl* GetIME() { return ime_control_; } function ImeControl (line 167) | const ImeControl* GetIME() const { return ime_control_; } function GetVisible (line 172) | bool GetVisible() const; function Hide (line 175) | void Hide() { SetVisible( false ); } function GetEnable (line 177) | bool GetEnable() const; function SetMinHeight (line 206) | void SetMinHeight( int v ) { function SetMinSize (line 211) | void SetMinSize( int w, int h ) { function SetMaxWidth (line 217) | void SetMaxWidth( int v ) { function SetMaxHeight (line 222) | void SetMaxHeight( int v ) { function SetMaxSize (line 227) | void SetMaxSize( int w, int h ) { function CheckMinMaxSize (line 232) | void CheckMinMaxSize() { function GetInnerWidth (line 251) | int GetInnerWidth() const; type tTVPRect (line 265) | struct tTVPRect function virtual (line 268) | virtual void OnActive( HWND preactive ) {} function virtual (line 269) | virtual void OnDeactive( HWND postactive ) {} function virtual (line 271) | virtual bool OnCloseQuery() { return true; } function virtual (line 272) | virtual void OnFocus(HWND hFocusLostWnd) {} function virtual (line 273) | virtual void OnFocusLost(HWND hFocusingWnd) {} function virtual (line 274) | virtual void OnMouseDown( int button, int shift, int x, int y ){} function virtual (line 275) | virtual void OnMouseUp( int button, int shift, int x, int y ){} function virtual (line 276) | virtual void OnMouseMove( int shift, int x, int y ){} function virtual (line 277) | virtual void OnMouseDoubleClick( int button, int x, int y ) {} function virtual (line 278) | virtual void OnMouseClick( int button, int shift, int x, int y ){} function virtual (line 279) | virtual void OnMouseWheel( int delta, int shift, int x, int y ){} function virtual (line 280) | virtual void OnKeyUp( WORD vk, int shift ){} function virtual (line 281) | virtual void OnKeyDown( WORD vk, int shift, int repeat, bool prevkeystat... function virtual (line 282) | virtual void OnKeyPress( WORD vk, int repeat, bool prevkeystate, bool co... function virtual (line 283) | virtual void OnMove( int x, int y ) {} function virtual (line 284) | virtual void OnResize( UINT_PTR state, int w, int h ) {} function virtual (line 285) | virtual void OnDropFile( HDROP hDrop ) {} function virtual (line 286) | virtual int OnMouseActivate( HWND hTopLevelParentWnd, WORD hitTestCode, ... function virtual (line 287) | virtual bool OnSetCursor( HWND hContainsCursorWnd, WORD hitTestCode, WOR... function virtual (line 288) | virtual void OnEnable( bool enabled ) {} function virtual (line 289) | virtual void OnEnterMenuLoop( bool entered ) {} function virtual (line 290) | virtual void OnExitMenuLoop( bool isShortcutMenu ) {} function virtual (line 291) | virtual void OnDeviceChange( UINT_PTR event, void *data ) {} function virtual (line 292) | virtual void OnNonClientMouseDown( int button, UINT_PTR hittest, int x, ... function virtual (line 293) | virtual void OnMouseEnter() {} function virtual (line 294) | virtual void OnMouseLeave() {} function virtual (line 295) | virtual void OnShow( UINT_PTR status ) {} function virtual (line 296) | virtual void OnHide( UINT_PTR status ) {} function virtual (line 298) | virtual void OnTouchDown( double x, double y, double cx, double cy, DWOR... function virtual (line 299) | virtual void OnTouchMove( double x, double y, double cx, double cy, DWOR... function virtual (line 300) | virtual void OnTouchUp( double x, double y, double cx, double cy, DWORD ... function virtual (line 301) | virtual void OnTouchSequenceStart() {} function virtual (line 302) | virtual void OnTouchSequenceEnd() {} function virtual (line 304) | virtual void OnDisplayChange( UINT_PTR bpp, WORD hres, WORD vres ) {} function virtual (line 305) | virtual void OnApplicationActivateChange( bool activated, DWORD thread_i... type tTVPWMRRegMode (line 309) | enum tTVPWMRRegMode { wrmRegister = 0, wrmUnregister = 1 } function namespace (line 316) | namespace cocos2d { function class (line 320) | class iWindowLayer { FILE: src/core/environ/win32/TouchPoint.h function class (line 8) | class TouchHandler { type TouchPoint (line 17) | struct TouchPoint { function ClearIndex (line 72) | void ClearIndex( int index ) { function GrowPoints (line 75) | void GrowPoints() { function TouchDown (line 98) | void TouchDown( double x, double y, double cx, double cy, tjs_uint32 id,... function TouchMove (line 110) | void TouchMove( double x, double y, double cx, double cy, tjs_uint32 id,... function TouchUp (line 167) | void TouchUp( double x, double y, double cx, double cy, tjs_uint32 id, t... function SetScaleThreshold (line 178) | void SetScaleThreshold( double threshold ) { function SetRotateThreshold (line 184) | void SetRotateThreshold( double threshold ) { function CountUsePoint (line 190) | int CountUsePoint() const { function GetStartX (line 199) | double GetStartX( int index ) const { function GetStartY (line 211) | double GetStartY( int index ) const { function GetX (line 223) | double GetX( int index ) const { function GetY (line 235) | double GetY( int index ) const { function tjs_uint32 (line 247) | tjs_uint32 GetID( int index ) const { function tjs_uint32 (line 259) | tjs_uint32 GetTick( int index ) const { function Validate (line 271) | bool Validate( int index ) const { FILE: src/core/environ/win32/VersionFormUnit.cpp function TVPCopyImportantLogToClipboard (line 28) | void TVPCopyImportantLogToClipboard() function LRESULT (line 38) | static LRESULT WINAPI DlgProc( HWND hWnd, UINT msg, WPARAM wParam, LPARA... function TVPShowVersionForm (line 63) | void TVPShowVersionForm() FILE: src/core/environ/win32/WindowFormUnit.cpp function tjs_uint32 (line 35) | tjs_uint32 TVP_TShiftState_To_uint32(TShiftState state) { function TShiftState (line 48) | TShiftState TVP_TShiftState_From_uint32(tjs_uint32 state){ function tTVPMouseButton (line 61) | tTVPMouseButton TVP_TMouseButton_To_tTVPMouseButton(int button) { function TVPAddModalWindow (line 73) | static void TVPAddModalWindow(TTVPWindowForm * window) function TVPRemoveModalWindow (line 81) | static void TVPRemoveModalWindow(TTVPWindowForm *window) function TVPShowModalAtAppActivate (line 91) | void TVPShowModalAtAppActivate() function HDWP (line 108) | HDWP TVPShowModalAtTimer(HDWP hdwp) function TVPHideModalAtAppDeactivate (line 121) | void TVPHideModalAtAppDeactivate() function TVPInitWindowOptions (line 146) | void TVPInitWindowOptions() function tjs_uint32 (line 306) | tjs_uint32 TVPGetCurrentShiftKeyState() { function LRESULT (line 361) | LRESULT WINAPI TTVPWindowForm::Proc( HWND hWnd, UINT msg, WPARAM wParam,... function TTVPWindowForm (line 1420) | TTVPWindowForm * TTVPWindowForm::GetKeyTrapperWindow() { function HDWP (line 1627) | HDWP TTVPWindowForm::ShowTop(HDWP hdwp) { FILE: src/core/environ/win32/WindowFormUnit.h type tTVPMessageReceiverRecord (line 74) | struct tTVPMessageReceiverRecord type tTVPRect (line 82) | struct tTVPRect function GetUseMouseKey (line 240) | bool GetUseMouseKey() const; function SetZoomNumer (line 259) | void SetZoomNumer( tjs_int n ) { SetZoom(n, ZoomDenom); } function SetZoomDenom (line 261) | void SetZoomDenom(tjs_int d) { SetZoom(ZoomNumer, d); } function GetFullScreenMode (line 266) | bool GetFullScreenMode() const; function HWND (line 290) | HWND GetWindowHandle() { return GetHandle(); } function HWND (line 291) | HWND GetWindowHandleForPlugin() { return GetHandle(); } type tTVPFont (line 321) | struct tTVPFont function GetDisplayOrientation (line 332) | int GetDisplayOrientation() { UpdateOrientation(); return DisplayOrienta... function GetDisplayRotate (line 333) | int GetDisplayRotate() { UpdateOrientation(); return DisplayRotate; } function SetTouchScaleThreshold (line 393) | void SetTouchScaleThreshold( double threshold ) { function SetTouchRotateThreshold (line 399) | void SetTouchRotateThreshold( double threshold ) { function tjs_real (line 405) | tjs_real GetTouchPointStartX( tjs_int index ) const { return touch_point... function tjs_real (line 406) | tjs_real GetTouchPointStartY( tjs_int index ) const { return touch_point... function tjs_real (line 407) | tjs_real GetTouchPointX( tjs_int index ) const { return touch_points_.Ge... function tjs_real (line 408) | tjs_real GetTouchPointY( tjs_int index ) const { return touch_points_.Ge... function tjs_int (line 409) | tjs_int GetTouchPointID( tjs_int index ) const { return touch_points_.Ge... function GetTouchVelocity (line 411) | bool GetTouchVelocity( tjs_int id, float& x, float& y, float& speed ) co... function GetMouseVelocity (line 414) | bool GetMouseVelocity( float& x, float& y, float& speed ) const { function ResetMouseVelocity (line 421) | void ResetMouseVelocity() { function ResetTouchVelocity (line 424) | void ResetTouchVelocity( tjs_int id ) { function SetHintDelay (line 428) | void SetHintDelay( tjs_int delay ) { HintDelay = delay; } FILE: src/core/environ/win32/WindowsUtil.cpp function TVPThrowWindowsErrorException (line 9) | void TVPThrowWindowsErrorException() { function TVPOutputWindowsErrorToDebugMessage (line 19) | void TVPOutputWindowsErrorToDebugMessage() { function TVPOutputWindowsErrorToConsole (line 27) | void TVPOutputWindowsErrorToConsole( const char* file, int line ) { FILE: src/core/environ/win32/my_HintWindow.cpp function HDWP (line 3) | HDWP TVPShowHintWindowTop(HDWP hdwp) FILE: src/core/environ/win32type.h type HRESULT (line 3) | typedef long HRESULT; type HANDLE (line 5) | typedef HANDLE HWND; type RGBQUAD (line 7) | typedef struct tagRGBQUAD { type BITMAPINFOHEADER (line 14) | struct BITMAPINFOHEADER{ type BITMAPINFO (line 28) | struct BITMAPINFO { type RECT (line 33) | typedef struct { FILE: src/core/extension/Extension.cpp type tTVPAtClassInstallInfo (line 8) | struct tTVPAtClassInstallInfo { method tTVPAtClassInstallInfo (line 9) | tTVPAtClassInstallInfo(const tjs_char* name, iTJSDispatch2* (*handler)... function TVPAddClassHandler (line 36) | void TVPAddClassHandler( const tjs_char* name, iTJSDispatch2* (*handler)... function TVPCauseAtInstallExtensionClass (line 43) | void TVPCauseAtInstallExtensionClass( iTJSDispatch2 *global ) FILE: src/core/extension/Extension.h type tTVPAtInstallClass (line 9) | struct tTVPAtInstallClass { FILE: src/core/movie/ffmpeg/AE.h type std (line 10) | typedef std::vector AEDeviceList; type AEQuality (line 30) | enum AEQuality function class (line 49) | class IAE FILE: src/core/movie/ffmpeg/AEAudioFormat.h function NS_KRMOVIE_BEGIN (line 7) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/AEChannelData.h type AEStdChLayout (line 40) | enum AEStdChLayout type AEDataFormat (line 64) | enum AEDataFormat FILE: src/core/movie/ffmpeg/AEChannelInfo.cpp function NS_KRMOVIE_BEGIN (line 6) | NS_KRMOVIE_BEGIN type AEChannel (line 12) | enum AEChannel function CAEChannelInfo (line 122) | CAEChannelInfo& CAEChannelInfo::operator=(const CAEChannelInfo& rhs) function CAEChannelInfo (line 134) | CAEChannelInfo& CAEChannelInfo::operator=(const enum AEChannel* rhs) function CAEChannelInfo (line 152) | CAEChannelInfo& CAEChannelInfo::operator=(const enum AEStdChLayout rhs) function CAEChannelInfo (line 193) | CAEChannelInfo& CAEChannelInfo::operator+=(const enum AEChannel& rhs) function CAEChannelInfo (line 202) | CAEChannelInfo& CAEChannelInfo::operator-=(const enum AEChannel& rhs) type AEChannel (line 220) | enum AEChannel type AEChannel (line 242) | enum AEChannel type AEChannel (line 275) | enum AEChannel type AEChannel (line 293) | enum AEChannel type AEChannel (line 293) | enum AEChannel FILE: src/core/movie/ffmpeg/AEChannelInfo.h function class (line 12) | class CAEChannelInfo { FILE: src/core/movie/ffmpeg/AEFactory.cpp function NS_KRMOVIE_BEGIN (line 12) | NS_KRMOVIE_BEGIN class CAEStreamAL (line 37) | class CAEStreamAL : public IAEStream { type SwrContext (line 42) | struct SwrContext method InitResample (line 52) | int InitResample(AEAudioFormat &audioFormat) { method CAEStreamAL (line 95) | CAEStreamAL(AEAudioFormat &audioFormat, unsigned int options, IAEClock... method AddData (line 139) | virtual unsigned int AddData(const uint8_t* const *data, unsigned int ... method GetDelay (line 184) | virtual double GetDelay() override { method CAESyncInfo (line 188) | virtual CAESyncInfo GetSyncInfo() override { method GetCacheTime (line 198) | virtual double GetCacheTime() override { method GetCacheTotal (line 202) | virtual double GetCacheTotal() override { method Pause (line 207) | virtual void Pause() override { m_impl->Pause(); } method Resume (line 208) | virtual void Resume() override { m_impl->Play(); } method IsSuspended (line 209) | virtual bool IsSuspended() { return !m_impl->IsPlaying(); } method Drain (line 210) | virtual void Drain(bool wait) {} method Flush (line 211) | virtual void Flush() { method iTVPSoundBuffer (line 215) | virtual iTVPSoundBuffer* GetNativeImpl() override { return m_impl; } function IAEStream (line 264) | IAEStream *CAEFactory::MakeStream(AEAudioFormat &audioFormat, unsigned i... FILE: src/core/movie/ffmpeg/AEFactory.h function class (line 10) | class CAEFactory FILE: src/core/movie/ffmpeg/AEStream.h function class (line 15) | class IAEClockCallback function class (line 22) | class CAESyncInfo function class (line 43) | class IAEStream FILE: src/core/movie/ffmpeg/AEStreamInfo.h function class (line 15) | class CAEStreamInfo function class (line 44) | class CAEStreamParser FILE: src/core/movie/ffmpeg/AEUtil.cpp function CAEChannelInfo (line 43) | CAEChannelInfo CAEUtil::GuessChLayout(const unsigned int channels) type AEStdChLayout (line 67) | enum AEStdChLayout type AEDataFormat (line 82) | enum AEDataFormat type AEDataFormat (line 126) | enum AEDataFormat type AEDataFormat (line 135) | enum AEDataFormat type CAEStreamInfo::DataType (line 145) | enum CAEStreamInfo::DataType type AEDataFormat (line 173) | enum AEDataFormat function CAEChannelInfo (line 559) | CAEChannelInfo CAEUtil::GetAEChannelLayout(uint64_t layout) function AVSampleFormat (line 586) | AVSampleFormat CAEUtil::GetAVSampleFormat(AEDataFormat format) type AEChannel (line 634) | enum AEChannel type AEChannel (line 661) | enum AEChannel FILE: src/core/movie/ffmpeg/AEUtil.h type AEDelayStatus (line 43) | struct AEDelayStatus function class (line 76) | class CAESpinSection function class (line 93) | class CAESpinLock function class (line 118) | class CAEUtil FILE: src/core/movie/ffmpeg/AudioCodec.h type CDVDStreamInfo (line 18) | struct CDVDStreamInfo type DVDAudioFrame (line 22) | typedef struct stDVDAudioFrame function class (line 41) | class CDVDAudioCodec FILE: src/core/movie/ffmpeg/AudioCodecFFmpeg.cpp function NS_KRMOVIE_BEGIN (line 18) | NS_KRMOVIE_BEGIN type AVMatrixEncoding (line 159) | enum AVMatrixEncoding type AEDataFormat (line 233) | enum AEDataFormat type AVMatrixEncoding (line 261) | enum AVMatrixEncoding type AVAudioServiceType (line 266) | enum AVAudioServiceType function count_bits (line 280) | static unsigned count_bits(int64_t value) function CAEChannelInfo (line 331) | CAEChannelInfo CDVDAudioCodecFFmpeg::GetChannelMap() FILE: src/core/movie/ffmpeg/AudioCodecFFmpeg.h function class (line 15) | class CDVDAudioCodecFFmpeg : public CDVDAudioCodec FILE: src/core/movie/ffmpeg/AudioCodecPassthrough.h function class (line 9) | class CDVDAudioCodecPassthrough : public CDVDAudioCodec FILE: src/core/movie/ffmpeg/AudioDevice.cpp function NS_KRMOVIE_BEGIN (line 11) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/AudioDevice.h type stDVDAudioFrame (line 15) | struct stDVDAudioFrame function class (line 19) | class CDVDAudio : IAEClockCallback FILE: src/core/movie/ffmpeg/BaseRenderer.cpp function NS_KRMOVIE_BEGIN (line 7) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/BaseRenderer.h type YV12Image (line 15) | struct YV12Image type EFIELDSYNC (line 29) | enum EFIELDSYNC type RenderMethods (line 37) | enum RenderMethods type DVDVideoPicture (line 48) | struct DVDVideoPicture function class (line 51) | class CBaseRenderer function virtual (line 86) | virtual bool WantsDoublePass() { return false; } FILE: src/core/movie/ffmpeg/BitstreamStats.h function NS_KRMOVIE_BEGIN (line 11) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/Clock.cpp function NS_KRMOVIE_BEGIN (line 5) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/Clock.h function class (line 17) | class CDVDClock { function Reset (line 32) | void Reset() { m_bReset = true; } function GetFrequency (line 46) | double GetFrequency() { return (double)m_systemFrequency; } FILE: src/core/movie/ffmpeg/CodecUtils.cpp function NS_KRMOVIE_BEGIN (line 23) | NS_KRMOVIE_BEGIN function DVDVideoPicture (line 159) | DVDVideoPicture* CDVDCodecUtils::ConvertToNV12Picture(DVDVideoPicture *p... function DVDVideoPicture (line 216) | DVDVideoPicture* CDVDCodecUtils::ConvertToYUV422PackedPicture(DVDVideoPi... type EFormatMap (line 388) | struct EFormatMap { function ERenderFormat (line 405) | ERenderFormat CDVDCodecUtils::EFormatFromPixfmt(int fmt) function AVPixelFormat (line 415) | AVPixelFormat CDVDCodecUtils::PixfmtFromEFormat(ERenderFormat fmt) FILE: src/core/movie/ffmpeg/CodecUtils.h function class (line 12) | class CDVDCodecUtils FILE: src/core/movie/ffmpeg/Codecs.h function NS_KRMOVIE_BEGIN (line 10) | NS_KRMOVIE_BEGIN function class (line 24) | class CDVDCodecOptions FILE: src/core/movie/ffmpeg/Demux.cpp function NS_KRMOVIE_BEGIN (line 3) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/Demux.h type StreamSource (line 21) | enum StreamSource { function class (line 32) | class CDemuxStream function class (line 104) | class CDemuxStreamVideo : public CDemuxStream function class (line 136) | class CDemuxStreamAudio : public CDemuxStream type DemuxPacket (line 162) | struct DemuxPacket function class (line 163) | class IDemux { FILE: src/core/movie/ffmpeg/DemuxFFmpeg.cpp function NS_KRMOVIE_BEGIN (line 10) | NS_KRMOVIE_BEGIN type StereoModeConversionMap (line 21) | struct StereoModeConversionMap function interrupt_cb (line 53) | static int interrupt_cb(void* ctx) function dvd_file_read (line 61) | static int dvd_file_read(void *h, uint8_t* buf, int size) function dvd_file_seek (line 70) | static int64_t dvd_file_seek(void *h, int64_t pos, int whence) function AVDictionary (line 527) | AVDictionary *CDVDDemuxFFmpeg::GetFFMpegOptionsFromInput() function DemuxPacket (line 712) | DemuxPacket* CDVDDemuxFFmpeg::Read() function CDemuxStream (line 1061) | CDemuxStream* CDVDDemuxFFmpeg::GetStream(int iStreamId) const function CDemuxStream (line 1170) | CDemuxStream* CDVDDemuxFFmpeg::AddStream(int streamIdx) FILE: src/core/movie/ffmpeg/DemuxFFmpeg.h type IStream (line 11) | struct IStream function class (line 17) | class CDemuxStreamVideoFFmpeg function class (line 33) | class CDemuxStreamAudioFFmpeg type StereoModeConversionMap (line 48) | struct StereoModeConversionMap FILE: src/core/movie/ffmpeg/DemuxPacket.cpp function NS_KRMOVIE_BEGIN (line 9) | NS_KRMOVIE_BEGIN function DemuxPacket (line 23) | DemuxPacket * DemuxPacket::Allocate(int iDataSize /*= 0*/) FILE: src/core/movie/ffmpeg/DemuxPacket.h type DemuxPacket (line 9) | struct DemuxPacket FILE: src/core/movie/ffmpeg/FactoryCodec.cpp function NS_KRMOVIE_BEGIN (line 10) | NS_KRMOVIE_BEGIN function CDVDAudioCodec (line 33) | CDVDAudioCodec* CDVDFactoryCodec::OpenCodec(CDVDAudioCodec* pCodec, CDVD... function CDVDOverlayCodec (line 54) | CDVDOverlayCodec* CDVDFactoryCodec::OpenCodec(CDVDOverlayCodec* pCodec, ... function CDVDVideoCodec (line 76) | CDVDVideoCodec* CDVDFactoryCodec::CreateVideoCodec(CDVDStreamInfo &hint,... function CDVDAudioCodec (line 130) | CDVDAudioCodec* CDVDFactoryCodec::CreateAudioCodec(CDVDStreamInfo &hint,... function CDVDOverlayCodec (line 153) | CDVDOverlayCodec* CDVDFactoryCodec::CreateOverlayCodec( CDVDStreamInfo &... FILE: src/core/movie/ffmpeg/FactoryCodec.h type CDVDStreamInfo (line 13) | struct CDVDStreamInfo function class (line 18) | class CDVDFactoryCodec FILE: src/core/movie/ffmpeg/Geometry.h function SetRect (line 118) | void SetRect(T left, T top, T right, T bottom) { x1 = left; y1 = top; x2... function PtInRect (line 120) | bool PtInRect(const CPointGen &point) const function this_type (line 145) | const this_type &Intersect(const this_type &rect) function this_type (line 154) | const this_type &Union(const this_type &rect) function IsEmpty (line 170) | inline bool IsEmpty() const XBMC_FORCE_INLINE type CPointGen (line 276) | typedef CPointGen CPoint; type CPointGen (line 277) | typedef CPointGen CPointInt; type CRectGen (line 279) | typedef CRectGen CRect; type CRectGen (line 280) | typedef CRectGen CRectInt; FILE: src/core/movie/ffmpeg/IAudioCallback.h function NS_KRMOVIE_BEGIN (line 3) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/IVideoPlayer.h type SStartMsg (line 16) | struct SStartMsg function virtual (line 28) | virtual ~IDVDStreamPlayer() {} function virtual (line 33) | virtual bool IsInited() const = 0; function class (line 81) | class IDVDStreamPlayerAudio : public IDVDStreamPlayer FILE: src/core/movie/ffmpeg/InputStream.h type IStream (line 6) | struct IStream function GetLength (line 18) | uint64_t GetLength() { return m_nFileSize; } function std (line 21) | const std::string &GetFileName() { return m_strFileName; } FILE: src/core/movie/ffmpeg/KRMovieLayer.cpp function NS_KRMOVIE_BEGIN (line 10) | NS_KRMOVIE_BEGIN function tTVPBaseTexture (line 17) | tTVPBaseTexture* VideoPresentLayer::GetFrontBuffer() FILE: src/core/movie/ffmpeg/KRMovieLayer.h function class (line 22) | class MoviePlayerLayer : public VideoPresentLayer { FILE: src/core/movie/ffmpeg/KRMoviePlayer.cpp function NS_KRMOVIE_BEGIN (line 17) | NS_KRMOVIE_BEGIN function iTVPSoundBuffer (line 100) | iTVPSoundBuffer* TVPMoviePlayer::GetSoundDevice() { function tTVPRect (line 362) | const tTVPRect & MoviePlayerOverlay::GetBounds() function VideoPresentOverlay2 (line 404) | VideoPresentOverlay2 * VideoPresentOverlay2::create() FILE: src/core/movie/ffmpeg/KRMoviePlayer.h type SwsContext (line 6) | struct SwsContext function namespace (line 10) | namespace cocos2d { function virtual (line 21) | virtual void AddRef() override { RefCount++; } function virtual (line 22) | virtual void Release() override; function virtual (line 26) | virtual void Stop() override { m_pPlayer->Stop(); } function virtual (line 27) | virtual void Pause() override { m_pPlayer->Pause(); } function virtual (line 32) | virtual void Rewind() override; function virtual (line 60) | virtual void GetStopFrame(int *frame) override {} function virtual (line 61) | virtual void SetDefaultStopFrame() override {} function virtual (line 64) | virtual void SetWindow(class tTJSNI_Window* window) override {} function virtual (line 65) | virtual void SetMessageDrainWindow(void* window) override {} function virtual (line 66) | virtual void SetRect(int l, int t, int r, int b) override {} function virtual (line 69) | virtual tTVPBaseTexture* GetFrontBuffer() override { return nullptr; } function virtual (line 70) | virtual void SetVideoBuffer(tTVPBaseTexture *buff1, tTVPBaseTexture *buf... function virtual (line 73) | virtual void SetMixingBitmap(class tTVPBaseTexture *dest, float alpha) o... function virtual (line 74) | virtual void ResetMixingBitmap() override {} function virtual (line 76) | virtual void SetMixingMovieAlpha(float a) override {} function virtual (line 77) | virtual void GetMixingMovieAlpha(float *a) override { *a = 1.0f; } function virtual (line 78) | virtual void SetMixingMovieBGColor(unsigned long col) override {} function virtual (line 79) | virtual void GetMixingMovieBGColor(unsigned long *col) override { *col =... function virtual (line 81) | virtual void PresentVideoImage() override {} function virtual (line 83) | virtual void GetContrastRangeMin(float *v) override {} function virtual (line 84) | virtual void GetContrastRangeMax(float *v) override {} function virtual (line 85) | virtual void GetContrastDefaultValue(float *v) override {} function virtual (line 86) | virtual void GetContrastStepSize(float *v) override {} function virtual (line 87) | virtual void GetContrast(float *v) override {} function virtual (line 88) | virtual void SetContrast(float v) override {} function virtual (line 90) | virtual void GetBrightnessRangeMin(float *v) override {} function virtual (line 91) | virtual void GetBrightnessRangeMax(float *v) override {} function virtual (line 92) | virtual void GetBrightnessDefaultValue(float *v) override {} function virtual (line 93) | virtual void GetBrightnessStepSize(float *v) override {} function virtual (line 94) | virtual void GetBrightness(float *v) override {} function virtual (line 95) | virtual void SetBrightness(float v) override {} function virtual (line 97) | virtual void GetHueRangeMin(float *v) override {} function virtual (line 98) | virtual void GetHueRangeMax(float *v) override {} function virtual (line 99) | virtual void GetHueDefaultValue(float *v) override {} function virtual (line 100) | virtual void GetHueStepSize(float *v) override {} function virtual (line 101) | virtual void GetHue(float *v) override {} function virtual (line 102) | virtual void SetHue(float v) override {} function virtual (line 104) | virtual void GetSaturationRangeMin(float *v) override {} function virtual (line 105) | virtual void GetSaturationRangeMax(float *v) override {} function virtual (line 106) | virtual void GetSaturationDefaultValue(float *v) override {} function virtual (line 107) | virtual void GetSaturationStepSize(float *v) override {} function virtual (line 108) | virtual void GetSaturation(float *v) override {} function virtual (line 109) | virtual void SetSaturation(float v) override {} function virtual (line 115) | virtual void Flush() override; function BitmapPicture (line 129) | struct BitmapPicture { type SwsContext (line 152) | struct SwsContext function virtual (line 166) | virtual void Stop() override; FILE: src/core/movie/ffmpeg/MathUtils.h function NS_KRMOVIE_BEGIN (line 19) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/Message.cpp function NS_KRMOVIE_BEGIN (line 8) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/Message.h type Message (line 8) | enum Message function virtual (line 70) | virtual ~CDVDMsg() function IsType (line 77) | inline bool IsType(Message msg) function Message (line 82) | inline Message GetMessageType() function GetNrOfReferences (line 87) | long GetNrOfReferences() function class (line 102) | class CDVDMsgGeneralSynchronize : public CDVDMsg type CDVDMsgType (line 130) | typedef CDVDMsgType CDVDMsgBool; type CDVDMsgType (line 131) | typedef CDVDMsgType CDVDMsgInt; type CDVDMsgType (line 132) | typedef CDVDMsgType CDVDMsgDouble; function class (line 134) | class CDVDMsgPlayerSetAudioStream : public CDVDMsg function GetStreamId (line 138) | int GetStreamId() { return m_streamId; } function class (line 143) | class CDVDMsgPlayerSetVideoStream : public CDVDMsg function class (line 152) | class CDVDMsgPlayerSeek : public CDVDMsg function GetRelative (line 171) | bool GetRelative() { return m_mode.relative; } function GetBackward (line 172) | bool GetBackward() { return m_mode.backward; } function GetFlush (line 173) | bool GetFlush() { return m_mode.flush; } function GetAccurate (line 174) | bool GetAccurate() { return m_mode.accurate; } function GetRestore (line 175) | bool GetRestore() { return m_mode.restore; } function GetTrickPlay (line 176) | bool GetTrickPlay() { return m_mode.trickplay; } function GetSync (line 177) | bool GetSync() { return m_mode.sync; } type DemuxPacket (line 182) | struct DemuxPacket function class (line 183) | class CDVDMsgDemuxerPacket : public CDVDMsg function class (line 195) | class CDVDMsgDemuxerReset : public CDVDMsg FILE: src/core/movie/ffmpeg/MessageQueue.cpp function NS_KRMOVIE_BEGIN (line 6) | NS_KRMOVIE_BEGIN function MsgQueueReturnCode (line 76) | MsgQueueReturnCode CDVDMessageQueue::Put(CDVDMsg* pMsg, int priority, bo... function MsgQueueReturnCode (line 135) | MsgQueueReturnCode CDVDMessageQueue::Get(CDVDMsg** pMsg, unsigned int iT... FILE: src/core/movie/ffmpeg/MessageQueue.h function NS_KRMOVIE_BEGIN (line 10) | NS_KRMOVIE_BEGIN type MsgQueueReturnCode (line 37) | enum MsgQueueReturnCode function class (line 48) | class CDVDMessageQueue FILE: src/core/movie/ffmpeg/OptionInfo.h function wchar_t (line 16) | static inline const wchar_t * GetOptionInfoString() FILE: src/core/movie/ffmpeg/ProcessInfo.cpp function CProcessInfo (line 7) | CProcessInfo* CProcessInfo::CreateInstance() function EINTERLACEMETHOD (line 157) | EINTERLACEMETHOD CProcessInfo::GetFallbackDeintMethod() function EINTERLACEMETHOD (line 207) | EINTERLACEMETHOD CProcessInfo::GetDeinterlacingMethodDefault() FILE: src/core/movie/ffmpeg/ProcessInfo.h function NS_KRMOVIE_BEGIN (line 7) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/Ref.h function NS_KRMOVIE_BEGIN (line 6) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/RenderFlags.cpp function NS_KRMOVIE_BEGIN (line 25) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/RenderFlags.h function NS_KRMOVIE_BEGIN (line 62) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/RenderFormats.h function NS_KRMOVIE_BEGIN (line 27) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/StreamInfo.cpp function NS_KRMOVIE_BEGIN (line 3) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/StreamInfo.h function NS_KRMOVIE_BEGIN (line 9) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/Thread.h type std (line 10) | typedef std::unique_lock CSingleLock; function class (line 11) | class CThread { function class (line 34) | class CEvent { FILE: src/core/movie/ffmpeg/TimeUtils.cpp function NS_KRMOVIE_BEGIN (line 14) | NS_KRMOVIE_BEGIN function CurrentHostFrequency (line 35) | int64_t CurrentHostFrequency(void) function CDateTime (line 69) | CDateTime CTimeUtils::GetLocalTime(time_t time) FILE: src/core/movie/ffmpeg/TimeUtils.h function class (line 11) | class CTimeUtils FILE: src/core/movie/ffmpeg/VideoCodec.cpp function NS_KRMOVIE_BEGIN (line 2) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/VideoCodec.h function namespace (line 24) | namespace DXVA { class CRenderPicture; } function namespace (line 25) | namespace VAAPI { class CVaapiRenderPicture; } function namespace (line 26) | namespace VDPAU { class CVdpauRenderPicture; } type OpenMaxVideoBufferHolder (line 29) | struct OpenMaxVideoBufferHolder type DVDVideoPicture (line 36) | struct DVDVideoPicture type DVDVideoUserData (line 109) | struct DVDVideoUserData type CDVDStreamInfo (line 136) | struct CDVDStreamInfo function class (line 150) | class CDVDVideoCodec FILE: src/core/movie/ffmpeg/VideoCodecFFmpeg.cpp type EFilterFlags (line 54) | enum EFilterFlags { type AVPixelFormat (line 117) | enum AVPixelFormat type AVCodecContext (line 117) | struct AVCodecContext function pts_dtoi (line 565) | static int64_t pts_dtoi(double pts) FILE: src/core/movie/ffmpeg/VideoCodecFFmpeg.h function virtual (line 24) | virtual ~IHardwareDecoder() {} type AVPixelFormat (line 25) | enum AVPixelFormat function virtual (line 29) | virtual void Reset() {} function GetAllowedReferences (line 30) | virtual unsigned GetAllowedReferences() { return 0; } function virtual (line 31) | virtual bool CanSkipDeint() {return false; } function virtual (line 33) | virtual void SetCodecControl(int flags) {} function virtual (line 40) | virtual void Reset() override; function IHardwareDecoder (line 51) | IHardwareDecoder * GetHardware() { return m_pHardware; } type AVPixelFormat (line 56) | enum AVPixelFormat type AVCodecContext (line 56) | struct AVCodecContext type CDropControl (line 102) | struct CDropControl FILE: src/core/movie/ffmpeg/VideoPlayer.cpp function NS_KRMOVIE_BEGIN (line 27) | NS_KRMOVIE_BEGIN function SelectionStream (line 63) | SelectionStream& CSelectionStreams::Get(StreamType type, int index) function UpdateLimits (line 2222) | static void UpdateLimits(double& minimum, double& maximum, double dts) function IDVDStreamPlayer (line 2388) | IDVDStreamPlayer* BasePlayer::GetStreamPlayer(unsigned int target) function GetCodecPriority (line 2562) | static int GetCodecPriority(const std::string &codec) function PredicateAudioPriority (line 2591) | static bool PredicateAudioPriority(const SelectionStream& lh, const Sele... function PredicateVideoPriority (line 2629) | static bool PredicateVideoPriority(const SelectionStream& lh, const Sele... FILE: src/core/movie/ffmpeg/VideoPlayer.h function class (line 25) | class OMXClock type SOmxPlayerState (line 48) | struct SOmxPlayerState type IStream (line 62) | struct IStream function KRMovieEvent (line 64) | enum class KRMovieEvent { function Clear (line 141) | struct SPlayerState type SelectionStream (line 190) | struct SelectionStream { type std (line 212) | typedef std::vector SelectionStreams; function class (line 217) | class CSelectionStreams function virtual (line 262) | virtual void VideoParamsChange() override; function GetPlaySpeed (line 297) | int GetPlaySpeed() { return m_playSpeed; } type ECacheState (line 299) | enum ECacheState function FrameMove (line 313) | void FrameMove() { m_renderManager.FrameMove(); } function IsStopped (line 314) | bool IsStopped() { return m_bStop; } function IsStop (line 351) | bool IsStop() { return m_bStopStatus; } function GetFPS (line 352) | double GetFPS() { return (double)m_CurrentVideo.hint.fpsrate / m_Current... function GetTotalTime (line 353) | int64_t GetTotalTime() { return llrint(m_State.time_total); } function SetCallback (line 356) | void SetCallback(const std::function& func) {... function IDVDStreamPlayerAudio (line 357) | IDVDStreamPlayerAudio *GetAudioPlayer() { return m_VideoPlayerAudio; } function GetClock (line 358) | double GetClock() { return m_clock.GetClock(); } type SSpeedState (line 386) | struct SSpeedState type SOmxPlayerState (line 419) | struct SOmxPlayerState FILE: src/core/movie/ffmpeg/VideoPlayerAudio.cpp class CDVDMsgAudioCodecChange (line 11) | class CDVDMsgAudioCodecChange : public CDVDMsg method CDVDMsgAudioCodecChange (line 14) | CDVDMsgAudioCodecChange(const CDVDStreamInfo &hints, CDVDAudioCodec* c... FILE: src/core/movie/ffmpeg/VideoPlayerAudio.h function GetLevel (line 28) | int GetLevel() { return m_messageQueue... function FlushMessages (line 31) | void FlushMessages() { m_messageQueue.F... function GetCurrentPts (line 44) | double GetCurrentPts() { CSingleLock lock(m_i... function IsPassthrough (line 47) | bool IsPassthrough() override; type SInfo (line 92) | struct SInfo FILE: src/core/movie/ffmpeg/VideoPlayerVideo.cpp class CDVDMsgVideoCodecChange (line 17) | class CDVDMsgVideoCodecChange : public CDVDMsg method CDVDMsgVideoCodecChange (line 20) | CDVDMsgVideoCodecChange(const CDVDStreamInfo &hints, CDVDVideoCodec* c... FILE: src/core/movie/ffmpeg/VideoPlayerVideo.h function class (line 21) | class CDroppingStats function GetLevel (line 53) | int GetLevel() { return m_messageQueue.GetLevel(); } function FlushMessages (line 56) | void FlushMessages() { m_messageQueue.Flush(); } function EnableSubtitle (line 58) | void EnableSubtitle(bool bEnable) { m_bRenderSubs = bEnable; } function IsSubtitleEnabled (line 59) | bool IsSubtitleEnabled() { return m_bRenderSubs; } function GetSubtitleDelay (line 61) | double GetSubtitleDelay() { return m_iSubtitleDelay; } function SetSubtitleDelay (line 62) | void SetSubtitleDelay(double delay) { m_iSubtitleDelay = delay; } function GetDecoderFreeSpace (line 67) | int GetDecoderFreeSpace() { return 0; } FILE: src/core/movie/ffmpeg/VideoReferenceClock.cpp function NS_KRMOVIE_BEGIN (line 10) | NS_KRMOVIE_BEGIN FILE: src/core/movie/ffmpeg/VideoRenderer.cpp function requeue (line 22) | static void requeue(std::deque &trg, std::deque &src) function GetRenderFormatName (line 28) | static std::string GetRenderFormatName(ERenderFormat format) function RESOLUTION (line 799) | RESOLUTION CRenderManager::GetResolution() function CRenderInfo (line 1033) | CRenderInfo CRenderManager::GetRenderInfo() FILE: src/core/movie/ffmpeg/VideoRenderer.h function class (line 14) | class AppliactionDesc { function class (line 20) | class DispDeviceDesc { function class (line 26) | class IRenderMsg function class (line 38) | class CRenderManager { FILE: src/core/movie/ffmpeg/krffmpeg.cpp function lockmgr (line 20) | static int lockmgr(void **arg, enum AVLockOp op) function TVPInitLibAVCodec (line 45) | void TVPInitLibAVCodec() { function GetVideoOverlayObject (line 60) | void GetVideoOverlayObject( function GetVideoLayerObject (line 70) | void GetVideoLayerObject( function GetMixingVideoOverlayObject (line 80) | void GetMixingVideoOverlayObject( function GetMFVideoOverlayObject (line 90) | void GetMFVideoOverlayObject( function AVReadFunc (line 100) | static int AVReadFunc(void *opaque, uint8_t *buf, int buf_size) function AVSeekFunc (line 106) | static int64_t AVSeekFunc(void *opaque, int64_t offset, int whence) function TVPCheckIsVideoFile (line 118) | bool TVPCheckIsVideoFile(const char *uri) { FILE: src/core/msg/MsgIntf.cpp function ttstr (line 35) | ttstr TVPFormatMessage(const tjs_char *msg, const ttstr & p1) function ttstr (line 70) | ttstr TVPFormatMessage(const tjs_char *msg, const ttstr & p1, const ttst... function TVPThrowExceptionMessage (line 123) | void TVPThrowExceptionMessage(const tjs_char *msg) function TVPThrowExceptionMessage (line 127) | void TVPThrowExceptionMessage(const tjs_char *msg, const ttstr & p1, tjs... function TVPThrowExceptionMessage (line 131) | void TVPThrowExceptionMessage(const tjs_char *msg, const ttstr & p1) function TVPThrowExceptionMessage (line 135) | void TVPThrowExceptionMessage(const tjs_char *msg, const ttstr & p1, function ttstr (line 165) | ttstr TVPGetAboutString(void) function ttstr (line 180) | ttstr TVPGetVersionInformation(void) function ttstr (line 198) | ttstr TVPGetVersionString() function TVPGetSystemVersion (line 217) | void TVPGetSystemVersion(tjs_int &major, tjs_int &minor, function TVPGetTJSVersion (line 227) | void TVPGetTJSVersion(tjs_int &major, tjs_int &minor, FILE: src/core/msg/win32/MsgImpl.cpp function TVPGetVersion (line 24) | void TVPGetVersion(void) function ttstr (line 46) | ttstr TVPReadAboutStringFromResource() { FILE: src/core/msg/win32/MsgLoad.cpp function TVPLoadMessage (line 850) | void TVPLoadMessage() { function tjs_char (line 1294) | const tjs_char* TVPGetMessage( tjs_int id ) { function TVPFreeMessages (line 1301) | static void TVPFreeMessages() { FILE: src/core/msg/win32/OptionsDesc.cpp function ttstr (line 478) | ttstr TVPGetCommandDesc() FILE: src/core/msg/win32/ReadOptionDesc.cpp class OptionDescReader (line 11) | class OptionDescReader { method GetBoolean (line 25) | static bool GetBoolean( const char* name, const picojson::object& obj ) { method GetInteger (line 35) | static int GetInteger( const char* name, const picojson::object& obj ) { method RetriveString (line 45) | static void RetriveString( std::wstring& out, const picojson::object& ... function tTVPCommandOptionList (line 120) | tTVPCommandOptionList* OptionDescReader::Parse( const picojson::value& v... function TVPUtf8ToUtf16 (line 156) | bool TVPUtf8ToUtf16( std::wstring& out, const std::string& in ) { function TVPUtf16ToUtf8 (line 172) | bool TVPUtf16ToUtf8( std::string& out, const std::wstring& in ) { function tTVPCommandOptionList (line 188) | tTVPCommandOptionList* ParseCommandDesc( const char *buf, unsigned int s... function BOOL (line 205) | static BOOL CALLBACK EnumResTypeProc( HMODULE hModule, LPTSTR lpszType, ... function BOOL (line 211) | static BOOL CALLBACK TVPEnumResNameProc( HMODULE hModule, LPCTSTR lpszTy... function tTVPCommandOptionList (line 218) | tTVPCommandOptionList* TVPGetPluginCommandDesc( const wchar_t* name ) { function tTVPCommandOptionList (line 244) | tTVPCommandOptionList* TVPGetEngineCommandDesc() { function TVPMargeCommandDesc (line 260) | void TVPMargeCommandDesc( tTVPCommandOptionList& dest, const tTVPCommand... FILE: src/core/msg/win32/ReadOptionDesc.h type tTVPCommandOptionsValue (line 5) | struct tTVPCommandOptionsValue { type tTVPCommandOption (line 10) | struct tTVPCommandOption { type tTVPCommandOptionCategory (line 25) | struct tTVPCommandOptionCategory { type tTVPCommandOptionList (line 29) | struct tTVPCommandOptionList { FILE: src/core/sound/ARM/wavemix_arm.c function VolumeMix_NEON_S16_CH2 (line 15) | static void VolumeMix_NEON_S16_CH2(void *dst, const void *src, int len, ... function VolumeMix_NEON_F32_CH2 (line 63) | static void VolumeMix_NEON_F32_CH2(void *dst, const void *src, int len, ... function TVPWaveMixer_ASM_Init (line 101) | void TVPWaveMixer_ASM_Init(FAudioMix **func16, FAudioMix **func32) FILE: src/core/sound/CDDAIntf.cpp function tjs_error (line 23) | tjs_error TJS_INTF_METHOD function TJS_DECL_EMPTY_FINALIZE_METHOD (line 52) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 66) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/open) function TJS_BEGIN_NATIVE_METHOD_DECL (line 79) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/play) function TJS_BEGIN_NATIVE_METHOD_DECL (line 92) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stop) function TJS_BEGIN_NATIVE_METHOD_DECL (line 105) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fade) function TJS_BEGIN_NATIVE_METHOD_DECL (line 127) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stopFade) function TJS_BEGIN_NATIVE_METHOD_DECL (line 144) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onStatusChanged) function TJS_BEGIN_NATIVE_METHOD_DECL (line 161) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onFadeCompleted) function TJS_BEGIN_NATIVE_PROP_DECL (line 181) | TJS_BEGIN_NATIVE_PROP_DECL(position) function TJS_END_NATIVE_PROP_GETTER (line 191) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 201) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 215) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 225) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 239) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 249) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 264) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 276) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 292) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 304) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 322) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 334) | TJS_END_NATIVE_PROP_SETTER FILE: src/core/sound/CDDAIntf.h type tTJSNI_SoundBuffer (line 25) | typedef tTJSNI_SoundBuffer inherited; function class (line 50) | class tTJSNC_CDDASoundBuffer : public tTJSNativeClass FILE: src/core/sound/FFWaveDecoder.cpp class FFWaveDecoder (line 23) | class FFWaveDecoder : public tTVPWaveDecoder // decoder interface method Clear (line 44) | void Clear() { method FFWaveDecoder (line 61) | FFWaveDecoder() method GetFormat (line 74) | virtual void GetFormat(tTVPWaveFormat & format) { format = Format; } function AVReadFunc (line 82) | static int AVReadFunc(void *opaque, uint8_t *buf, int buf_size) function AVSeekFunc (line 88) | static int64_t AVSeekFunc(void *opaque, int64_t offset, int whence) function tTVPWaveDecoder (line 100) | tTVPWaveDecoder * FFWaveDecoderCreator::Create(const ttstr & storagename... FILE: src/core/sound/FFWaveDecoder.h function class (line 4) | class FFWaveDecoderCreator : public tTVPWaveDecoderCreator FILE: src/core/sound/MIDIIntf.cpp function tjs_error (line 23) | tjs_error TJS_INTF_METHOD function TJS_DECL_EMPTY_FINALIZE_METHOD (line 52) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 66) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/open) function TJS_BEGIN_NATIVE_METHOD_DECL (line 80) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/play) function TJS_BEGIN_NATIVE_METHOD_DECL (line 93) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stop) function TJS_BEGIN_NATIVE_METHOD_DECL (line 106) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fade) function TJS_BEGIN_NATIVE_METHOD_DECL (line 128) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stopFade) function TJS_BEGIN_NATIVE_METHOD_DECL (line 145) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onStatusChanged) function TJS_BEGIN_NATIVE_METHOD_DECL (line 162) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onFadeCompleted) function TJS_BEGIN_NATIVE_PROP_DECL (line 182) | TJS_BEGIN_NATIVE_PROP_DECL(position) function TJS_END_NATIVE_PROP_GETTER (line 192) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 202) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 216) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 226) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 240) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 250) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 265) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 277) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 291) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 301) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 319) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 331) | TJS_END_NATIVE_PROP_SETTER FILE: src/core/sound/MIDIIntf.h type tTJSNI_SoundBuffer (line 26) | typedef tTJSNI_SoundBuffer inherited; function class (line 51) | class tTJSNC_MIDISoundBuffer : public tTJSNativeClass FILE: src/core/sound/MathAlgorithms.cpp function DeinterleaveApplyingWindow (line 19) | void DeinterleaveApplyingWindow(float * __restrict dest[], const float *... function InterleaveOverlappingWindow (line 64) | void InterleaveOverlappingWindow(float * __restrict dest, FILE: src/core/sound/MathAlgorithms.h function VFast_arctan2 (line 32) | static inline float VFast_arctan2(float y, float x) function VFast_atan2_madd (line 58) | static inline float VFast_atan2_madd(float a, float b, float c) { return... function VFast_atan2_nmsub (line 59) | static inline float VFast_atan2_nmsub(float a, float b, float c) { retur... function VFast_atan2_round (line 60) | static inline float VFast_atan2_round(float a) { return (float)((a>0)?(i... function VFast_sincos (line 66) | static inline void VFast_sincos(float v, float &sin, float &cos) function WrapPi_F1 (line 125) | static inline float WrapPi_F1(float v) function __m128 (line 206) | static inline __m128 VFast_arctan2_F4_SSE(__m128 y, __m128 x) function SetRoundingModeToNearest_SSE (line 259) | static inline void SetRoundingModeToNearest_SSE() function VFast_sincos_F4_SSE2 (line 272) | static inline void VFast_sincos_F4_SSE2(__m128 v, __m128 &sin, __m128 &cos) function VFast_sincos_F4_SSE (line 354) | static inline void VFast_sincos_F4_SSE(__m128 v, __m128 &sin, __m128 &cos) function __m128 (line 448) | static inline __m128 Wrap_Pi_F4_SSE2(__m128 v) function __m128 (line 482) | static inline __m128 Wrap_Pi_F4_SSE(__m128 v) FILE: src/core/sound/PhaseVocoderDSP.h function class (line 21) | class tRisaPhaseVocoderDSP FILE: src/core/sound/PhaseVocoderFilter.cpp function TJS_DECL_EMPTY_FINALIZE_METHOD (line 29) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_PROP_DECL (line 49) | TJS_BEGIN_NATIVE_PROP_DECL(interface) function TJS_BEGIN_NATIVE_PROP_DECL (line 63) | TJS_BEGIN_NATIVE_PROP_DECL(window) function TJS_END_NATIVE_PROP_GETTER (line 71) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 79) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 91) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 99) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 111) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 119) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 131) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 139) | TJS_END_NATIVE_PROP_SETTER function tjs_error (line 179) | tjs_error TJS_INTF_METHOD function tTVPSampleAndLabelSource (line 218) | tTVPSampleAndLabelSource * tTJSNI_PhaseVocoder::Recreate(tTVPSampleAndLa... FILE: src/core/sound/PhaseVocoderFilter.h function SetPitch (line 53) | void SetPitch(float pitch) { Pitch = pitch; } function SetTime (line 55) | void SetTime(float time) { Time = time; } function class (line 94) | class tTJSNC_PhaseVocoder : public tTJSNativeClass FILE: src/core/sound/RingBuffer.h function GetSize (line 50) | size_t GetSize() { return Size; } function GetWritePos (line 53) | size_t GetWritePos() { return WritePos; } function GetReadPos (line 56) | size_t GetReadPos() { return ReadPos; } function GetDataSize (line 59) | size_t GetDataSize() { return DataSize; } function GetFreeSize (line 62) | size_t GetFreeSize() { return Size - DataSize; } function T (line 120) | const T & GetFirst() const FILE: src/core/sound/SoundBufferBaseIntf.cpp function tjs_error (line 30) | tjs_error TJS_INTF_METHOD function ttstr (line 57) | ttstr tTJSNI_BaseSoundBuffer::GetStatusString() const FILE: src/core/sound/SoundBufferBaseIntf.h type tTVPSoundStatus (line 20) | enum tTVPSoundStatus function class (line 35) | class tTJSNI_BaseSoundBuffer : public tTJSNativeInstance FILE: src/core/sound/VorbisWaveDecoder.cpp class VorbisWaveDecoder (line 24) | class VorbisWaveDecoder : public tTVPWaveDecoder // decoder interface method VorbisWaveDecoder (line 34) | VorbisWaveDecoder() : InputFileInit(false), InputStream(nullptr), Curr... method GetFormat (line 51) | virtual void GetFormat(tTVPWaveFormat & format) { format = Format; } method DesiredFormat (line 54) | virtual bool DesiredFormat(const tTVPWaveFormat & format) { method read_func (line 74) | size_t static read_func(void *ptr, size_t size, size_t nmemb, void *da... method seek_func (line 79) | int static seek_func(void *datasource, ogg_int64_t offset, int whence){ method close_func (line 102) | int static close_func(void *datasource) { method tell_func (line 109) | long static tell_func(void *datasource) { function tTVPWaveDecoder (line 116) | tTVPWaveDecoder * VorbisWaveDecoderCreator::Create(const ttstr & storage... class OpusWaveDecoder (line 284) | class OpusWaveDecoder : public tTVPWaveDecoder // decoder interface method read_func (line 293) | int static read_func(void *datasource, unsigned char *ptr, int size) { method seek_func (line 298) | int static seek_func(void *datasource, opus_int64 offset, int whence){ method close_func (line 321) | int static close_func(void *datasource) { method opus_int64 (line 328) | opus_int64 static tell_func(void *datasource) { method OpusWaveDecoder (line 335) | OpusWaveDecoder() : InputFile(nullptr), InputStream(nullptr), Buffer(n... method BufferRead (line 351) | int BufferRead(opus_int16 *buf, int samples_to_read) method GetFormat (line 363) | virtual void GetFormat(tTVPWaveFormat & format) { format = Format; } method Render (line 364) | virtual bool Render(void *_buf, tjs_uint bufsamplelen, tjs_uint& rende... method SetPosition (line 400) | virtual bool SetPosition(tjs_uint64 samplepos) { method SetStream (line 413) | bool SetStream(const ttstr & url) { function tTVPWaveDecoder (line 455) | tTVPWaveDecoder * OpusWaveDecoderCreator::Create(const ttstr & storagena... FILE: src/core/sound/VorbisWaveDecoder.h function class (line 4) | class VorbisWaveDecoderCreator : public tTVPWaveDecoderCreator function class (line 11) | class OpusWaveDecoderCreator : public tTVPWaveDecoderCreator FILE: src/core/sound/WaveFormatConverter.cpp function PCMConvertLoopInt16ToFloat32_c (line 23) | static void PCMConvertLoopInt16ToFloat32_c(void * dest, const void * src... function PCMConvertLoopFloat32ToInt16_c (line 42) | static void PCMConvertLoopFloat32ToInt16_c(void * dest, const void * src... FILE: src/core/sound/WaveFormatConverter_SSE.cpp function Int16ToFloat32_sse2 (line 24) | static inline void Int16ToFloat32_sse2( float * d, const tjs_int16 * s ) { function Int16ToFloat32_sse41 (line 32) | static inline void Int16ToFloat32_sse41( float * d, const tjs_int16 * s ) { function Float32ToInt16_sse2 (line 38) | static inline void Float32ToInt16_sse2( tjs_uint16 * d, const float * s ) { function __m128 (line 52) | static inline __m128 _mm64_cvtpi16_ps(__m64 a) { function Int16ToFloat32_sse (line 59) | static inline void Int16ToFloat32_sse( float * d, const tjs_int16 * s ) { function Float32ToInt16_sse (line 63) | static inline void Float32ToInt16_sse( tjs_uint16 * d, const float * s ) { function PCMConvertLoopInt16ToFloat32_sse (line 76) | void PCMConvertLoopInt16ToFloat32_sse(void * __restrict dest, const void... function PCMConvertLoopFloat32ToInt16_sse (line 113) | void PCMConvertLoopFloat32ToInt16_sse(void * __restrict dest, const void... FILE: src/core/sound/WaveIntf.cpp function TVPConvertFloatPCMTo16bits (line 99) | static void TVPConvertFloatPCMTo16bits(tjs_int16 *output, const float *i... function TVPConvertIntegerPCMTo16bits (line 148) | static void TVPConvertIntegerPCMTo16bits(tjs_int16 *output, const void *... function TVPConvertPCMTo16bits (line 292) | void TVPConvertPCMTo16bits(tjs_int16 *output, const void *input, function TVPConvertPCMTo16bits (line 305) | void TVPConvertPCMTo16bits(tjs_int16 *output, const void *input, function TVPConvertFloatPCMToFloat (line 317) | static void TVPConvertFloatPCMToFloat(float *output, const float *input, function TVPConvertIntegerPCMToFloat (line 326) | static void TVPConvertIntegerPCMToFloat(float *output, const void *input, function TVPConvertPCMToFloat (line 404) | void TVPConvertPCMToFloat(float *output, const void *input, function TVPConvertPCMToFloat (line 417) | void TVPConvertPCMToFloat(float *output, const void *input, class tTVPWD_RIFFWave (line 433) | class tTVPWD_RIFFWave : public tTVPWaveDecoder class tTVPWDC_RIFFWave (line 559) | class tTVPWDC_RIFFWave : public tTVPWaveDecoderCreator function TVPFindRIFFChunk (line 565) | static bool TVPFindRIFFChunk(tTVPStreamHolder & stream, const tjs_uint8 ... function tTVPWaveDecoder (line 585) | tTVPWaveDecoder * tTVPWDC_RIFFWave::Create(const ttstr & storagename, type tTVPWaveDecoderManager (line 745) | struct tTVPWaveDecoderManager method tTVPWaveDecoderManager (line 753) | tTVPWaveDecoderManager() function TVPRegisterWaveDecoderCreator (line 769) | void TVPRegisterWaveDecoderCreator(tTVPWaveDecoderCreator *d) function TVPUnregisterWaveDecoderCreator (line 775) | void TVPUnregisterWaveDecoderCreator(tTVPWaveDecoderCreator *d) function tTVPWaveDecoder (line 789) | tTVPWaveDecoder * TVPCreateWaveDecoder(const ttstr & storagename) class iSoundBufferConvertToPCM16 (line 817) | class iSoundBufferConvertToPCM16 : public tTJSDispatch, // could be hold... method tTVPSampleAndLabelSource (line 825) | virtual tTVPSampleAndLabelSource * Recreate(tTVPSampleAndLabelSource *... method Clear (line 834) | virtual void Clear(void) { Source = nullptr; } method tTVPWaveFormat (line 838) | virtual const tTVPWaveFormat & GetFormat() const { return OutputFormat; } class SoundBufferConvertFloatToPCM16 (line 841) | class SoundBufferConvertFloatToPCM16 : public iSoundBufferConvertToPCM16 { method Decode (line 843) | virtual void Decode(void *dest, tjs_uint samples, tjs_uint &written, class SoundBufferConvertPCM24ToPCM16 (line 854) | class SoundBufferConvertPCM24ToPCM16 : public iSoundBufferConvertToPCM16 { method Decode (line 856) | virtual void Decode(void *dest, tjs_uint samples, tjs_uint &written, class SoundBufferConvertPCM32ToPCM16 (line 870) | class SoundBufferConvertPCM32ToPCM16 : public iSoundBufferConvertToPCM16 { method Decode (line 872) | virtual void Decode(void *dest, tjs_uint samples, tjs_uint &written, function tjs_error (line 901) | tjs_error TJS_INTF_METHOD function iTJSDispatch2 (line 1047) | iTJSDispatch2 * tTJSNI_BaseWaveSoundBuffer::GetWaveFlagsObjectNoAddRef() function iTJSDispatch2 (line 1058) | iTJSDispatch2 * tTJSNI_BaseWaveSoundBuffer::GetWaveLabelsObjectNoAddRef() function TJS_DECL_EMPTY_FINALIZE_METHOD (line 1117) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 1131) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/open) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1143) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/play) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1154) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stop) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1165) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fade) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1185) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stopFade) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1196) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setPos) // not setPosition function TJS_BEGIN_NATIVE_METHOD_DECL (line 1218) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onStatusChanged) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1235) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onFadeCompleted) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1251) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onLabel) function TJS_BEGIN_NATIVE_PROP_DECL (line 1272) | TJS_BEGIN_NATIVE_PROP_DECL(position) function TJS_END_NATIVE_PROP_GETTER (line 1282) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1292) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1306) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1316) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1330) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1340) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1354) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1364) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1378) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1388) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1402) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1412) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1426) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1436) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1450) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1460) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1474) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1484) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1498) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1508) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1522) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1532) | TJS_END_NATIVE_PROP_SETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 1552) | TJS_BEGIN_NATIVE_PROP_DECL(frequency) function TJS_END_NATIVE_PROP_GETTER (line 1562) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1572) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1586) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1602) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1618) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1634) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1650) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1664) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1672) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1684) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1693) | TJS_END_NATIVE_PROP_SETTER function tjs_error (line 1725) | tjs_error TJS_INTF_METHOD tTJSNI_WaveFlags::Construct(tjs_int numparams, function TJS_DECL_EMPTY_FINALIZE_METHOD (line 1761) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 1774) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/reset) function TJS_BEGIN_NATIVE_PROP_DECL (line 1791) | TJS_BEGIN_NATIVE_PROP_DECL(count) function TJS_END_NATIVE_PROP_GETTER (line 1816) | TJS_END_NATIVE_PROP_GETTER ... function TJS_END_NATIVE_PROP_SETTER (line 1826) | TJS_END_NATIVE_PROP_SETTER ... FILE: src/core/sound/WaveIntf.h type tTVReal (line 18) | typedef tTVReal D3DVALUE; type tTVPSoundGlobalFocusMode (line 25) | enum tTVPSoundGlobalFocusMode type tTVPWaveFormat (line 48) | struct tTVPWaveFormat function class (line 79) | class tTVPWaveDecoder function class (line 107) | class tTVPWaveDecoderCreator function class (line 134) | class iTVPBasicWaveFilter function class (line 151) | class tTJSNI_BaseWaveSoundBuffer : public tTJSNI_SoundBuffer function class (line 207) | class tTJSNC_WaveSoundBuffer : public tTJSNativeClass function class (line 229) | class tTJSNI_WaveFlags : public tTJSNativeInstance function class (line 251) | class tTJSNC_WaveFlags : public tTJSNativeClass FILE: src/core/sound/WaveLoopManager.cpp type tTVPPCM8 (line 62) | struct tTVPPCM8 method tTVPPCM8 (line 65) | tTVPPCM8(tjs_int v) { value = (tjs_uint8)(v + 0x80); } type tTVPPCM24 (line 69) | struct tTVPPCM24 method tTVPPCM24 (line 72) | tTVPPCM24(tjs_int v) function TVPCrossFadeIntegerBlend (line 111) | static void TVPCrossFadeIntegerBlend(void *dest, void *src1, void *src2, function tjs_int64 (line 271) | tjs_int64 tTVPWaveLoopManager::GetPosition() const FILE: src/core/sound/WaveLoopManager.h type AnsiString (line 36) | typedef AnsiString tTVPLabelStringType; type tTVPLabelCharType (line 37) | typedef char tTVPLabelCharType; type ttstr (line 39) | typedef ttstr tTVPLabelStringType; type tjs_char (line 40) | typedef tjs_char tTVPLabelCharType; function class (line 49) | class tTJSCriticalSection function class (line 62) | class tTJSCriticalSectionHolder type tTVPWaveLoopLinkCondition (line 86) | enum tTVPWaveLoopLinkCondition type tSortByDistanceFuncObj (line 112) | struct tSortByDistanceFuncObj type tSortByIndexFuncObj (line 126) | struct tSortByIndexFuncObj function operator (line 151) | bool inline operator < (const tTVPWaveLoopLink & lhs, const tTVPWaveLoop... type tTVPWaveFormat (line 172) | struct tTVPWaveFormat function class (line 173) | class tTVPSampleAndLabelSource function class (line 190) | class tTVPWaveLoopManager : public tTVPSampleAndLabelSource type tExpressionToken (line 265) | enum tExpressionToken { FILE: src/core/sound/WaveSegmentQueue.cpp function tjs_int64 (line 171) | tjs_int64 tTVPWaveSegmentQueue::GetFilteredLength() const function tjs_int64 (line 237) | tjs_int64 tTVPWaveSegmentQueue::FilteredPositionToDecodePosition(tjs_int... FILE: src/core/sound/WaveSegmentQueue.h function tTVPWaveSegment (line 23) | struct tTVPWaveSegment type tTVPWaveLabel (line 40) | struct tTVPWaveLabel function operator (line 113) | bool inline operator < (const tTVPWaveLabel & lhs, const tTVPWaveLabel &... function class (line 125) | class tTVPWaveSegmentQueue FILE: src/core/sound/win32/CDDAImpl.cpp function TVPInitCDDAVolumeControlType (line 27) | void TVPInitCDDAVolumeControlType() function TVPGetMixerControls (line 56) | static void TVPGetMixerControls(void) function TVPRestoreCDVolume (line 190) | void TVPRestoreCDVolume(void) function TVPSetCDVolume (line 208) | static void TVPSetCDVolume(int v) function ttstr (line 241) | ttstr TVPGetMCIErrorString(MCIERROR err) function TVPThrowMCIErrorString (line 247) | void TVPThrowMCIErrorString(MCIERROR err) function tjs_error (line 276) | tjs_error TJS_INTF_METHOD function MCIERROR (line 502) | MCIERROR tTJSNI_CDDASoundBuffer::StartPlay() function MCIERROR (line 520) | MCIERROR tTJSNI_CDDASoundBuffer::StopPlay() function tTJSNativeInstance (line 775) | tTJSNativeInstance *tTJSNC_CDDASoundBuffer::CreateNativeInstance() function tTJSNativeClass (line 786) | tTJSNativeClass * TVPCreateNativeClass_CDDASoundBuffer() FILE: src/core/sound/win32/CDDAImpl.h type tTVPCDDAVolumeControlType (line 20) | enum tTVPCDDAVolumeControlType type CD_AUDIO_VOLUME_DATA (line 33) | struct CD_AUDIO_VOLUME_DATA function class (line 46) | class tTJSNI_CDDASoundBuffer : public tTJSNI_BaseCDDASoundBuffer FILE: src/core/sound/win32/MIDIImpl.cpp function TVPInitMIDIOut (line 34) | static void TVPInitMIDIOut(void) function TVPUninitMIDIOut (line 40) | static void TVPUninitMIDIOut(void) function TVPCheckMIDIDelay (line 48) | static void TVPCheckMIDIDelay() function TVPMIDIOut (line 58) | static void TVPMIDIOut(tjs_uint8 *data,int len) function TVPMIDIOut (line 71) | static void inline TVPMIDIOut(tjs_uint8 d1, tjs_uint8 d2, tjs_uint8 d3) function TVPSetMIDIDelay (line 79) | static void TVPSetMIDIDelay(int ms) function TVPMIDIOutData (line 86) | void TVPMIDIOutData(const tjs_uint8 *data, int len) class tTVPMIDIThread (line 220) | class tTVPMIDIThread : public tTVPThread method tTVPMIDIThread (line 223) | tTVPMIDIThread() : tTVPThread(true) method Execute (line 235) | void Execute(void) // "Execute" override function TVPDeleteMIDIThread (line 266) | static void TVPDeleteMIDIThread() function TVPAddMIDIBuffer (line 274) | static void TVPAddMIDIBuffer(tTJSNI_MIDISoundBuffer *buf) function TVPRemoveMIDIBuffer (line 289) | static void TVPRemoveMIDIBuffer(tTJSNI_MIDISoundBuffer *buf) function tjs_uint16 (line 313) | static tjs_uint16 TVPGetSMFInt16(const tjs_uint8 *&p) function tjs_uint32 (line 322) | static tjs_uint32 TVPGetSMFInt32(const tjs_uint8 *&p) function tjs_int64 (line 333) | static tjs_int64 TVPGetSMFValue(const tjs_uint8 *&p) class tTVPSMFTrack (line 357) | class tTVPSMFTrack method GetEnded (line 376) | bool GetEnded() const { return Ended; } method tjs_int64 (line 377) | const tjs_int64 & GetCount() const { return Count; } function tjs_error (line 655) | tjs_error TJS_INTF_METHOD function tTJSNativeInstance (line 1055) | tTJSNativeInstance *tTJSNC_MIDISoundBuffer::CreateNativeInstance() function tTJSNativeClass (line 1066) | tTJSNativeClass * TVPCreateNativeClass_MIDISoundBuffer() FILE: src/core/sound/win32/MIDIImpl.h function class (line 29) | class tTJSNI_MIDISoundBuffer : public tTJSNI_BaseMIDISoundBuffer FILE: src/core/sound/win32/SoundBufferBaseImpl.cpp class TVPTimer (line 22) | class TVPTimer class tTVPSoundBufferTimerDispatcher (line 25) | class tTVPSoundBufferTimerDispatcher method Handler (line 28) | void Handler() function TVPAddSoundBuffer (line 40) | void TVPAddSoundBuffer(tTJSNI_SoundBuffer * buf) function TVPRemoveSoundBuffer (line 53) | void TVPRemoveSoundBuffer(tTJSNI_SoundBuffer *buf) function tjs_error (line 84) | tjs_error TJS_INTF_METHOD tTJSNI_SoundBuffer::Construct(tjs_int numparams, FILE: src/core/sound/win32/SoundBufferBaseImpl.h function class (line 21) | class tTJSNI_SoundBuffer : public tTJSNI_BaseSoundBuffer FILE: src/core/sound/win32/WaveImpl.cpp type tTVPForceConvertMode (line 64) | enum tTVPForceConvertMode { fcmNone, fcm16bit, fcm16bitMono } function TVPInitSoundOptions (line 74) | static void TVPInitSoundOptions() class tTVPTSSWaveDecoder (line 226) | class tTVPTSSWaveDecoder : public tTVPWaveDecoder method tTVPTSSWaveDecoder (line 232) | tTVPTSSWaveDecoder(ITSSWaveDecoder *decoder) { Decoder = decoder; } method GetFormat (line 235) | void GetFormat(tTVPWaveFormat & format) method Render (line 263) | bool Render(void *buf, tjs_uint bufsamplelen, tjs_uint& rendered) method SetPosition (line 274) | bool SetPosition(tjs_uint64 samplepos) class tTVPTSSWaveDecoderCreator (line 283) | class tTVPTSSWaveDecoderCreator : public tTVPWaveDecoderCreator method tTVPWaveDecoder (line 286) | tTVPWaveDecoder * Create(const ttstr & storagename, const ttstr &exten... function TVPRegisterTSSWaveDecoderCreator (line 296) | void TVPRegisterTSSWaveDecoderCreator() class tTVPWaveUnpacker (line 313) | class tTVPWaveUnpacker : public tTVPWaveDecoder method tTVPWaveUnpacker (line 321) | tTVPWaveUnpacker(IWaveUnpacker *unpacker, IStream *stream) method GetFormat (line 325) | void GetFormat(tTVPWaveFormat & format) method Render (line 345) | bool Render(void *buf, tjs_uint bufsamplelen, tjs_uint& rendered) method SetPosition (line 356) | bool SetPosition(tjs_uint64 samplepos) class tTVPWaveUnpackerCreator (line 367) | class tTVPWaveUnpackerCreator : public tTVPWaveDecoderCreator method tTVPWaveDecoder (line 370) | tTVPWaveDecoder * Create(const ttstr & storagename, const ttstr & exte... function TVPRegisterWaveUnpackerCreator (line 381) | void TVPRegisterWaveUnpackerCreator() class tTVPKMPWaveDecoder (line 398) | class tTVPKMPWaveDecoder : public tTVPWaveDecoder method tTVPKMPWaveDecoder (line 410) | tTVPKMPWaveDecoder(HKMP handle, KMPMODULE *module, const SOUNDINFO &info) method GetFormat (line 425) | void GetFormat(tTVPWaveFormat & format) method Render (line 438) | bool Render(void *buf, tjs_uint bufsamplelen, tjs_uint& rend_ret) method SetPosition (line 490) | bool SetPosition(tjs_uint64 samplepos) class tTVPKMPWaveDecoderCreator (line 502) | class tTVPKMPWaveDecoderCreator : public tTVPWaveDecoderCreator method tTVPWaveDecoder (line 505) | tTVPWaveDecoder * Create(const ttstr & storagename, const ttstr &exten... function TVPRegisterKMPWaveDecoderCreator (line 518) | void TVPRegisterKMPWaveDecoderCreator() function TVPInitLogTable (line 535) | static void TVPInitLogTable() function tjs_int (line 548) | tjs_int TVPVolumeToDSAttenuate(tjs_int volume) function tjs_int (line 557) | tjs_int TVPDSAttenuateToVolume(tjs_int att) function tjs_int (line 563) | tjs_int TVPPanToDSAttenuate(tjs_int volume) function tjs_int (line 575) | tjs_int TVPDSAttenuateToPan(tjs_int att) function TVPEnsurePrimaryBufferPlay (line 604) | static void TVPEnsurePrimaryBufferPlay() function TVPStopPrimaryBuffer (line 625) | static void TVPStopPrimaryBuffer() class tTVPPrimaryDelayedStopper (line 643) | class tTVPPrimaryDelayedStopper method OnTimer (line 646) | void OnTimer() function ttstr (line 661) | static ttstr TVPGetSoundBufferFormatString(const WAVEFORMATEXTENSIBLE &wfx) function ttstr (line 708) | static ttstr TVPGetSoundBufferFormatString(const tTVPWaveFormat &wfx) function TVPWaveSoundBufferCommitSettings (line 725) | void TVPWaveSoundBufferCommitSettings() {} function BOOL (line 727) | static BOOL CALLBACK DSoundEnumCallback( GUID* pGUID, const wchar_t * st... function TVPInitDirectSound (line 792) | static void TVPInitDirectSound() function TVPUninitDirectSound (line 1071) | static void TVPUninitDirectSound() function TVPUninitDirectSoundAtExitProc (line 1079) | static void TVPUninitDirectSoundAtExitProc() function IDirectSound (line 1088) | IDirectSound * TVPGetDirectSound() function TVPWaveSoundBufferCommitSettings (line 1102) | void TVPWaveSoundBufferCommitSettings() function TVPWaveFormatToWAVEFORMATEXTENSIBLE (line 1120) | static void TVPWaveFormatToWAVEFORMATEXTENSIBLE(const tTVPWaveFormat *in, function TVPWaveFormatToWAVEFORMATEXTENSIBLE2 (line 1238) | static void TVPWaveFormatToWAVEFORMATEXTENSIBLE2(const tTVPWaveFormat *in, function TVPWaveFormatToWAVEFORMATEXTENSIBLE16bits (line 1278) | static void TVPWaveFormatToWAVEFORMATEXTENSIBLE16bits(const tTVPWaveForm... function TVPWaveFormatToWAVEFORMATEXTENSIBLE16bitsMono (line 1302) | static void TVPWaveFormatToWAVEFORMATEXTENSIBLE16bitsMono(const tTVPWave... function TVPConvertWaveFormatToDestinationFormat (line 1322) | static void TVPConvertWaveFormatToDestinationFormat(void *dest, const vo... function TVPMakeSilentWaveBytes (line 1449) | static void TVPMakeSilentWaveBytes(void *dest, tjs_int bytes, const tTVP... function TVPMakeSilentWave (line 1464) | static void TVPMakeSilentWave(void *dest, tjs_int count, const tTVPWaveF... class tTVPWaveSoundBufferThread (line 1490) | class tTVPWaveSoundBufferThread : public tTVPThread function TVPLockSoundMixer (line 1520) | void TVPLockSoundMixer() { function TVPUnlockSoundMixer (line 1523) | void TVPUnlockSoundMixer() { function TVPReleaseSoundBuffers (line 1713) | static void TVPReleaseSoundBuffers(bool disableevent = true) function TVPShutdownWaveSoundBuffers (line 1725) | static void TVPShutdownWaveSoundBuffers() function TVPEnsureWaveSoundBufferWorking (line 1735) | static void TVPEnsureWaveSoundBufferWorking() function TVPCheckSoundBufferAllSleep (line 1742) | static void TVPCheckSoundBufferAllSleep() function TVPAddWaveSoundBuffer (line 1748) | static void TVPAddWaveSoundBuffer(tTJSNI_WaveSoundBuffer * buffer) function TVPRemoveWaveSoundBuffer (line 1754) | static void TVPRemoveWaveSoundBuffer(tTJSNI_WaveSoundBuffer * buffer) function TVPReschedulePendingLabelEvent (line 1776) | static void TVPReschedulePendingLabelEvent(tjs_int tick) function TVPResetVolumeToAllSoundBuffer (line 1782) | void TVPResetVolumeToAllSoundBuffer() function TVPReleaseDirectSound (line 1794) | void TVPReleaseDirectSound() function TVPSetWaveSoundBufferUse3DMode (line 1800) | void TVPSetWaveSoundBufferUse3DMode(bool b) function TVPGetWaveSoundBufferUse3DMode (line 1810) | bool TVPGetWaveSoundBufferUse3DMode() class tTVPWaveSoundBufferDecodeThread (line 1823) | class tTVPWaveSoundBufferDecodeThread : public tTVPThread method GetRunning (line 1839) | bool GetRunning() const { return Running; } function tjs_error (line 1998) | tjs_error TJS_INTF_METHOD function tjs_uint (line 2411) | tjs_uint tTJSNI_WaveSoundBuffer::Decode(void *buffer, tjs_uint bufsample... function tjs_uint (line 2513) | tjs_uint tTJSNI_WaveSoundBuffer::ReadL2Buffer(void *buffer, function tjs_int (line 2846) | tjs_int tTJSNI_WaveSoundBuffer::FireLabelEventsAndGetNearestLabelEventSt... function tjs_int (line 2883) | tjs_int tTJSNI_WaveSoundBuffer::GetNearestEventStep() function tjs_uint64 (line 3117) | tjs_uint64 tTJSNI_WaveSoundBuffer::GetSamplePosition() function tjs_uint64 (line 3167) | tjs_uint64 tTJSNI_WaveSoundBuffer::GetPosition() function tjs_uint64 (line 3180) | tjs_uint64 tTJSNI_WaveSoundBuffer::GetTotalTime() function tjs_int (line 3421) | tjs_int tTJSNI_WaveSoundBuffer::GetVisBuffer(tjs_int16 *dest, tjs_int nu... function tTJSNativeInstance (line 3495) | tTJSNativeInstance *tTJSNC_WaveSoundBuffer::CreateNativeInstance() function tTJSNativeClass (line 3506) | tTJSNativeClass * TVPCreateNativeClass_WaveSoundBuffer() FILE: src/core/sound/win32/WaveImpl.h type IDirectSound (line 29) | struct IDirectSound function class (line 67) | class tTJSNI_WaveSoundBuffer : public tTJSNI_BaseWaveSoundBuffer function tjs_int (line 252) | static tjs_int GetGlobalVolume() { return GlobalVolume; } function tTVPSoundGlobalFocusMode (line 254) | static tTVPSoundGlobalFocusMode GetGlobalFocusMode() FILE: src/core/sound/win32/WaveMixer.cpp class iTVPAudioRenderer (line 26) | class iTVPAudioRenderer method iTVPAudioRenderer (line 222) | iTVPAudioRenderer() { method InitMixer (line 235) | void InitMixer() { method SetupMixer (line 243) | void SetupMixer() { method tTVPSoundBuffer (line 256) | virtual tTVPSoundBuffer* CreateStream(tTVPWaveFormat &fmt, int bufcoun... method ReleaseStream (line 290) | void ReleaseStream(tTVPSoundBuffer* s) { method FillBuffer (line 295) | void FillBuffer(Uint8 *buf, int len) { method MixAudio (line 303) | int MixAudio(uint8_t *dst, uint8_t *src, int len, int16_t *vol) { method SDL_AudioSpec (line 309) | const SDL_AudioSpec& GetSpec() { method GetUnprocessedSamples (line 313) | virtual int32_t GetUnprocessedSamples() { return 0; } function MixAudioS16CPP (line 30) | void MixAudioS16CPP(void *dst, const void *src, int samples, int16_t *vo... function MixAudioF32CPP (line 51) | void MixAudioF32CPP(void *dst, const void *src, int samples, int16_t *vo... class tTVPSoundBuffer (line 98) | class tTVPSoundBuffer : public iTVPSoundBuffer { method RecalcVolume (line 109) | void RecalcVolume() { method tTVPSoundBuffer (line 128) | tTVPSoundBuffer(int framesize, SDL_AudioCVT *cvt) : _frame_size(frames... method Release (line 136) | virtual void Release() override { delete this; } method Play (line 137) | virtual void Play() override { method Pause (line 140) | virtual void Pause() override { method Stop (line 143) | virtual void Stop() override { method Reset (line 147) | virtual void Reset() override { method IsPlaying (line 154) | virtual bool IsPlaying() override { method SetVolume (line 157) | virtual void SetVolume(float v) override { method GetVolume (line 161) | virtual float GetVolume() override { return _volume; } method SetPan (line 162) | virtual void SetPan(float v) override { method GetPan (line 166) | virtual float GetPan() override { return _pan; } method AppendBuffer (line 167) | virtual void AppendBuffer(const void *_inbuf, unsigned int inlen/*, in... method IsBufferValid (line 197) | virtual bool IsBufferValid() override { method GetRemainBuffers (line 205) | virtual int GetRemainBuffers() override { class iTVPAudioRenderer (line 214) | class iTVPAudioRenderer { method iTVPAudioRenderer (line 222) | iTVPAudioRenderer() { method InitMixer (line 235) | void InitMixer() { method SetupMixer (line 243) | void SetupMixer() { method tTVPSoundBuffer (line 256) | virtual tTVPSoundBuffer* CreateStream(tTVPWaveFormat &fmt, int bufcoun... method ReleaseStream (line 290) | void ReleaseStream(tTVPSoundBuffer* s) { method FillBuffer (line 295) | void FillBuffer(Uint8 *buf, int len) { method MixAudio (line 303) | int MixAudio(uint8_t *dst, uint8_t *src, int len, int16_t *vol) { method SDL_AudioSpec (line 309) | const SDL_AudioSpec& GetSpec() { method GetUnprocessedSamples (line 313) | virtual int32_t GetUnprocessedSamples() { return 0; } function tjs_uint (line 323) | tjs_uint tTVPSoundBuffer::GetLatencySamples() function tjs_uint (line 329) | tjs_uint tTVPSoundBuffer::GetCurrentPlaySamples() class tTVPAudioRendererSDL (line 363) | class tTVPAudioRendererSDL : public iTVPAudioRenderer { method Init (line 367) | bool Init() override { class tTVPAudioRendererOboe (line 383) | class tTVPAudioRendererOboe : public iTVPAudioRenderer, public oboe::Aud... method Init (line 391) | bool Init() override { method onAudioReady (line 425) | virtual oboe::DataCallbackResult onAudioReady( method GetUnprocessedSamples (line 438) | virtual int32_t GetUnprocessedSamples() { class tTVPSoundBufferAL (line 451) | class tTVPSoundBufferAL : public tTVPSoundBuffer { method tTVPSoundBufferAL (line 462) | tTVPSoundBufferAL(tTVPWaveFormat &desired, int bufcount) method IsBufferValid (line 507) | bool IsBufferValid() override { method AppendBuffer (line 516) | virtual void AppendBuffer(const void *buf, unsigned int len/*, int tag... method Reset (line 554) | void Reset() override { method Pause (line 561) | void Pause() override { method Play (line 569) | void Play() override { method Stop (line 581) | void Stop() override { method SetVolume (line 589) | void SetVolume(float volume) override { method GetVolume (line 594) | float GetVolume() override { method SetPan (line 600) | void SetPan(float pan) override { method GetPan (line 605) | float GetPan() override { method IsPlaying (line 611) | bool IsPlaying() override { method SetPosition (line 617) | void SetPosition(float x, float y, float z) override { method GetRemainBuffers (line 623) | int GetRemainBuffers() override { method tjs_uint (line 630) | tjs_uint GetLatencySamples() override { method GetLatencySeconds (line 647) | virtual float GetLatencySeconds() override { method tjs_uint (line 651) | virtual tjs_uint GetCurrentPlaySamples() override { class tTVPAudioRendererAL (line 658) | class tTVPAudioRendererAL : public iTVPAudioRenderer { method Init (line 671) | bool Init() override { method tTVPSoundBuffer (line 696) | virtual tTVPSoundBuffer* CreateStream(tTVPWaveFormat &fmt, int bufcoun... method ALCcontext (line 702) | ALCcontext *GetContext() { function iTVPAudioRenderer (line 719) | static iTVPAudioRenderer *CreateAudioRenderer() { method iTVPAudioRenderer (line 222) | iTVPAudioRenderer() { method InitMixer (line 235) | void InitMixer() { method SetupMixer (line 243) | void SetupMixer() { method tTVPSoundBuffer (line 256) | virtual tTVPSoundBuffer* CreateStream(tTVPWaveFormat &fmt, int bufcoun... method ReleaseStream (line 290) | void ReleaseStream(tTVPSoundBuffer* s) { method FillBuffer (line 295) | void FillBuffer(Uint8 *buf, int len) { method MixAudio (line 303) | int MixAudio(uint8_t *dst, uint8_t *src, int len, int16_t *vol) { method SDL_AudioSpec (line 309) | const SDL_AudioSpec& GetSpec() { method GetUnprocessedSamples (line 313) | virtual int32_t GetUnprocessedSamples() { return 0; } function TVPInitDirectSound (line 735) | void TVPInitDirectSound(int freq) function TVPUninitDirectSound (line 743) | void TVPUninitDirectSound() function iTVPSoundBuffer (line 748) | iTVPSoundBuffer* TVPCreateSoundBuffer(tTVPWaveFormat &fmt, int bufcount) FILE: src/core/sound/win32/WaveMixer.h type ALSoundImpl (line 8) | struct ALSoundImpl function class (line 12) | class iTVPSoundBuffer { function class (line 39) | class TVPALSoundWrap : public iTVPSoundBuffer { FILE: src/core/sound/win32/kmp_pi.h type SOUNDINFO (line 16) | typedef struct type KMPMODULE (line 31) | typedef struct type KMPMODULE (line 143) | typedef KMPMODULE* (WINAPI *pfnGetKMPModule)(void); FILE: src/core/sound/win32/oldwaveunpacker.h function class (line 3) | class IWaveUnpacker FILE: src/core/sound/win32/tvpsnd.c type IID (line 23) | typedef struct _IID type IID (line 35) | typedef IID CLSID; FILE: src/core/sound/win32/tvpsnd.h type interface (line 33) | typedef interface ITSSMediaBaseInfo type interface (line 39) | typedef interface ITSSStorageProvider type interface (line 45) | typedef interface ITSSModule type interface (line 51) | typedef interface ITSSWaveDecoder type TSSWaveFormat (line 65) | typedef /* [helpstring][version][uuid] */ struct tagTSSWaveFormat function interface (line 171) | interface ITSSMediaBaseInfo type ITSSStorageProviderVtbl (line 329) | typedef struct ITSSStorageProviderVtbl function interface (line 362) | interface ITSSStorageProvider function interface (line 534) | interface ITSSModule type ITSSWaveDecoderVtbl (line 693) | typedef struct ITSSWaveDecoderVtbl function interface (line 726) | interface ITSSWaveDecoder FILE: src/core/sound/xmmlib.h type __m64x (line 75) | typedef union { type __m128x (line 98) | typedef union { function __m128 (line 141) | inline __m128 _mm_untnorm_ps(__m128 x) function _mm_add_horz (line 152) | inline float _mm_add_horz(__m128 x) function __m128 (line 163) | inline __m128 _mm_add_horz_ss(__m128 x) function _mm_max_horz (line 174) | inline float _mm_max_horz(__m128 x) function _mm_min_horz (line 185) | inline float _mm_min_horz(__m128 x) function IsAlignedTo128bits (line 204) | inline bool IsAlignedTo128bits(const void * p) FILE: src/core/tjs2/tjs.cpp type TJS (line 34) | namespace TJS class tTJSPPMap (line 91) | class tTJSPPMap function iTJSDispatch2 (line 261) | iTJSDispatch2 * tTJS::GetGlobal() function iTJSDispatch2 (line 267) | iTJSDispatch2 * tTJS::GetGlobalNoAddRef() const function tjs_int32 (line 511) | tjs_int32 tTJS::GetPPValue(const tjs_char *name) class tTJSBinaryStream (line 534) | class tTJSBinaryStream class tTJSBinaryStream (line 570) | class tTJSBinaryStream class tTJSBinaryStream (line 596) | class tTJSBinaryStream function iTJSTextReadStream (line 613) | iTJSTextReadStream * TJSDefCreateTextStreamForRead(const tTJSString &n... function iTJSTextWriteStream (line 616) | iTJSTextWriteStream * TJSDefCreateTextStreamForWrite(const tTJSString ... function tTJSBinaryStream (line 619) | tTJSBinaryStream * TJSDefCreateBinaryStreamForRead(const tTJSString &n... function tTJSBinaryStream (line 622) | tTJSBinaryStream * TJSDefCreateBinaryStreamForWrite(const tTJSString &... function tjs_uint64 (line 653) | tjs_uint64 TJS_INTF_METHOD tTJSBinaryStream::GetSize() function tjs_uint64 (line 661) | tjs_uint64 tTJSBinaryStream::GetPosition() function tjs_uint64 (line 684) | tjs_uint64 tTJSBinaryStream::ReadI64LE() function tjs_uint32 (line 700) | tjs_uint32 tTJSBinaryStream::ReadI32LE() function tjs_uint16 (line 716) | tjs_uint16 tTJSBinaryStream::ReadI16LE() FILE: src/core/tjs2/tjs.h function namespace (line 23) | namespace TJS FILE: src/core/tjs2/tjs.tab.cpp type TJS (line 116) | namespace TJS { type yytokentype (line 155) | enum yytokentype { function YYSIZE_T (line 1738) | static YYSIZE_T function YYSIZE_T (line 1785) | static YYSIZE_T FILE: src/core/tjs2/tjs.tab.h function namespace (line 1) | namespace TJS { FILE: src/core/tjs2/tjs.tab.hpp type TJS (line 1) | namespace TJS { type yytokentype (line 42) | enum yytokentype { FILE: src/core/tjs2/tjsArray.cpp type TJS (line 35) | namespace TJS function TJS_iswspace (line 40) | static bool inline TJS_iswspace(tjs_char ch) function TJS_iswdigit (line 46) | static bool inline TJS_iswdigit(tjs_char ch) function IsNumber (line 54) | static bool IsNumber(const tjs_char *str, tjs_int &result) class tTJSArraySortCompare_NormalAscending (line 132) | class tTJSArraySortCompare_NormalAscending : method result_type (line 136) | result_type operator () (first_argument_type lhs, second_argument_ty... class tTJSArraySortCompare_NormalDescending (line 141) | class tTJSArraySortCompare_NormalDescending : method result_type (line 145) | result_type operator () (first_argument_type lhs, second_argument_ty... class tTJSArraySortCompare_NumericAscending (line 150) | class tTJSArraySortCompare_NumericAscending : method result_type (line 154) | result_type operator () (first_argument_type lhs, second_argument_ty... class tTJSArraySortCompare_NumericDescending (line 166) | class tTJSArraySortCompare_NumericDescending : method result_type (line 170) | result_type operator () (first_argument_type lhs, second_argument_ty... class tTJSArraySortCompare_StringAscending (line 182) | class tTJSArraySortCompare_StringAscending : method result_type (line 186) | result_type operator () (first_argument_type lhs, second_argument_ty... class tTJSArraySortCompare_StringDescending (line 193) | class tTJSArraySortCompare_StringDescending : method result_type (line 197) | result_type operator () (first_argument_type lhs, second_argument_ty... class tTJSArraySortCompare_Functional (line 204) | class tTJSArraySortCompare_Functional : method tTJSArraySortCompare_Functional (line 209) | tTJSArraySortCompare_Functional(const tTJSVariantClosure &clo) : method result_type (line 214) | result_type operator () (first_argument_type lhs, second_argument_ty... function TJS_BEGIN_NATIVE_CONSTRUCTOR_DECL (line 250) | TJS_BEGIN_NATIVE_CONSTRUCTOR_DECL(/* var. name */_this, /* var. type *... function TJS_BEGIN_NATIVE_METHOD_DECL (line 257) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func. name */load) function TJS_BEGIN_NATIVE_METHOD_DECL (line 364) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/loadStruct) function TJS_BEGIN_NATIVE_METHOD_DECL (line 405) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func. name */save) function TJS_BEGIN_NATIVE_METHOD_DECL (line 451) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func. name */saveStruct) function TJS_BEGIN_NATIVE_METHOD_DECL (line 497) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */split) function TJS_BEGIN_NATIVE_METHOD_DECL (line 574) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */join) function TJS_BEGIN_NATIVE_METHOD_DECL (line 611) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */sort) function TJS_BEGIN_NATIVE_METHOD_DECL (line 734) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */reverse) function TJS_BEGIN_NATIVE_METHOD_DECL (line 745) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */assign) function TJS_BEGIN_NATIVE_METHOD_DECL (line 764) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */assignStruct) function TJS_BEGIN_NATIVE_METHOD_DECL (line 784) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */clear) function TJS_BEGIN_NATIVE_METHOD_DECL (line 794) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */erase) function TJS_BEGIN_NATIVE_METHOD_DECL (line 810) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */remove) function TJS_BEGIN_NATIVE_METHOD_DECL (line 834) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */insert) function TJS_BEGIN_NATIVE_METHOD_DECL (line 850) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */add) function TJS_BEGIN_NATIVE_METHOD_DECL (line 866) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */push) function TJS_BEGIN_NATIVE_METHOD_DECL (line 880) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */pop) function TJS_BEGIN_NATIVE_METHOD_DECL (line 900) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */shift) function TJS_BEGIN_NATIVE_METHOD_DECL (line 920) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */unshift) function TJS_BEGIN_NATIVE_METHOD_DECL (line 934) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */find) function TJS_BEGIN_NATIVE_METHOD_DECL (line 966) | TJS_BEGIN_NATIVE_METHOD_DECL(/* func.name */pack) function TJS_BEGIN_NATIVE_PROP_DECL (line 980) | TJS_BEGIN_NATIVE_PROP_DECL(count) function TJS_END_NATIVE_PROP_GETTER (line 988) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 996) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1009) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_MEMBERS (line 1023) | TJS_END_NATIVE_MEMBERS function tTJSNativeInstance (line 1030) | tTJSNativeInstance *tTJSArrayClass::CreateNativeInstance() function iTJSDispatch2 (line 1035) | iTJSDispatch2 *tTJSArrayClass::CreateBaseTJSObject() function tjs_error (line 1052) | tjs_error TJS_INTF_METHOD tTJSArrayNI::Construct(tjs_int numparams, tT... function tjs_error (line 1086) | tjs_error TJS_INTF_METHOD tTJSArrayNI::tDictionaryEnumCallback::FuncCall( function tjs_int (line 1474) | tjs_int tTJSArrayObject::Remove(tTJSArrayNI * ni, const tTJSVariant &r... function tjs_error (line 1575) | tjs_error TJS_INTF_METHOD function tjs_error (line 1588) | tjs_error TJS_INTF_METHOD function tjs_error (line 1600) | tjs_error TJS_INTF_METHOD function tjs_error (line 1610) | tjs_error TJS_INTF_METHOD function tjs_error (line 1622) | tjs_error TJS_INTF_METHOD function tjs_error (line 1633) | tjs_error TJS_INTF_METHOD function tjs_error (line 1664) | tjs_error TJS_INTF_METHOD function tjs_error (line 1674) | tjs_error TJS_INTF_METHOD function tjs_error (line 1685) | tjs_error TJS_INTF_METHOD function tjs_error (line 1701) | tjs_error TJS_INTF_METHOD function tjs_error (line 1712) | tjs_error TJS_INTF_METHOD function tjs_error (line 1724) | tjs_error TJS_INTF_METHOD function tjs_error (line 1735) | tjs_error TJS_INTF_METHOD function tjs_error (line 1747) | tjs_error TJS_INTF_METHOD function tjs_error (line 1759) | tjs_error TJS_INTF_METHOD function tjs_error (line 1771) | tjs_error TJS_INTF_METHOD function tjs_error (line 1782) | tjs_error TJS_INTF_METHOD function tjs_error (line 1794) | tjs_error TJS_INTF_METHOD function tjs_error (line 1805) | tjs_error TJS_INTF_METHOD function tjs_int32 (line 1841) | tjs_int32 TJSGetArrayClassID() function iTJSDispatch2 (line 1853) | iTJSDispatch2 * TJSCreateArrayObject(iTJSDispatch2 **classout) function tjs_int (line 1877) | tjs_int TJSGetArrayElementCount(iTJSDispatch2 * dsp) function tjs_int (line 1887) | tjs_int TJSCopyArrayElementTo(iTJSDispatch2 * dsp, FILE: src/core/tjs2/tjsArray.h function class (line 27) | class tTJSStringAppender type tTJSSaveStructuredDataCallback (line 52) | struct tTJSSaveStructuredDataCallback function class (line 63) | class tTJSArrayClass : public tTJSNativeClass FILE: src/core/tjs2/tjsBinarySerializer.cpp type TJS (line 16) | namespace TJS class tTJSDictionaryObject (line 71) | class tTJSDictionaryObject class tTJSArrayObject (line 73) | class tTJSArrayObject function tTJSDictionaryObject (line 80) | tTJSDictionaryObject* tTJSBinarySerializer::CreateDictionary( tjs_uint... function tTJSArrayObject (line 101) | tTJSArrayObject* tTJSBinarySerializer::CreateArray( tjs_uint count ) { function tTJSVariant (line 127) | tTJSVariant* tTJSBinarySerializer::ReadBasicType( const tjs_uint8* buf... function tTJSVariant (line 268) | tTJSVariant* tTJSBinarySerializer::ReadArray( const tjs_uint8* buff, c... function tTJSVariant (line 281) | tTJSVariant* tTJSBinarySerializer::ReadDictionary( const tjs_uint8* bu... function tTJSVariant (line 332) | tTJSVariant* tTJSBinarySerializer::Read( tTJSBinaryStream* stream ) FILE: src/core/tjs2/tjsBinarySerializer.h function namespace (line 20) | namespace TJS FILE: src/core/tjs2/tjsByteCodeLoader.cpp type TJS (line 16) | namespace TJS function tTJSScriptBlock (line 29) | tTJSScriptBlock* tTJSByteCodeLoader::ReadByteCode( tTJS* owner, const ... FILE: src/core/tjs2/tjsByteCodeLoader.h function namespace (line 18) | namespace TJS FILE: src/core/tjs2/tjsCompileControl.cpp type TJS (line 22) | namespace TJS function TJS_iswspace (line 29) | static bool inline TJS_iswspace(tjs_char ch) function TJS_iswdigit (line 43) | static bool inline TJS_iswdigit(tjs_char ch) function TJS_iswalpha (line 57) | static bool inline TJS_iswalpha(tjs_char ch) function tjs_int32 (line 87) | tjs_int32 tTJSPPExprParser::Parse() function tjs_int (line 98) | tjs_int tTJSPPExprParser::GetNext(tjs_int32 &value) function tjs_char (line 218) | const tjs_char * tTJSPPExprParser::GetString(tjs_int idx) const function pplex (line 223) | int pplex(YYSTYPE *yylex, void *pm) FILE: src/core/tjs2/tjsCompileControl.h function namespace (line 17) | namespace TJS FILE: src/core/tjs2/tjsConfig.cpp function utf8_mbtowc (line 43) | static int function utf8_wctomb (line 75) | static int type TJS (line 106) | namespace TJS function tjs_uint (line 113) | tjs_uint TJSGetTickCount() function tjs_int (line 124) | tjs_int TJS_atoi(const tjs_char *s) function tjs_int64 (line 148) | tjs_int64 TJS_atoll(const tjs_char *s) function tjs_char (line 172) | tjs_char * TJS_int_to_str(tjs_int value, tjs_char *string) function tjs_char (line 195) | tjs_char * TJS_tTVInt_to_str(tjs_int64 value, tjs_char *string) function tjs_int (line 225) | tjs_int TJS_strnicmp(const tjs_char *s1, const tjs_char *s2, function tjs_int (line 241) | tjs_int TJS_stricmp(const tjs_char *s1, const tjs_char *s2) function TJS_strcpy_maxlen (line 260) | void TJS_strcpy_maxlen(tjs_char *d, const tjs_char *s, size_t len) function TJS_strcpy (line 268) | void TJS_strcpy(tjs_char *d, const tjs_char *s) function TJS_strlen (line 275) | size_t TJS_strlen(const tjs_char *d) function tjs_int (line 282) | tjs_int TJS_sprintf(tjs_char *s, const tjs_char *format, ...) function TJS_debug_out (line 294) | void TJS_debug_out(const tjs_char *format, ...) function TJS_mbstowcs (line 310) | size_t TJS_mbstowcs(tjs_char *pwcs, const tjs_nchar *s, size_t n) function TJS_wcstombs (line 361) | size_t TJS_wcstombs(tjs_nchar *s, const tjs_char *pwcs, size_t n) function TJS_mbtowc (line 411) | int TJS_mbtowc(tjs_char *pwc, const tjs_nchar *s, size_t n) function TJS_wctomb (line 457) | int TJS_wctomb(tjs_nchar *s, tjs_char wc) function TJSNativeDebuggerBreak (line 514) | void TJSNativeDebuggerBreak() function TJSSetFPUE (line 548) | void TJSSetFPUE() function TJSRestoreFPUE (line 580) | void TJSRestoreFPUE() function TJS_strcmp (line 592) | int TJS_strcmp ( function TJS_strncmp (line 610) | int TJS_strncmp ( function tjs_char (line 628) | tjs_char * TJS_strncpy ( function tjs_char (line 646) | tjs_char * TJS_strcat ( function tjs_char (line 662) | tjs_char * TJS_strstr ( function tjs_char (line 689) | tjs_char * TJS_strchr ( function TJS_free (line 723) | void TJS_free(void *buf) function tjs_char (line 728) | tjs_char *TJS_strrchr(const tjs_char *s, int c) function pop_arg (line 1335) | static void pop_arg(union arg *arg, int type, va_list *ap) type _tFILE (line 1365) | struct _tFILE function out (line 1370) | static void out(_tFILE *f, const tjs_char *s, size_t l) function pad (line 1376) | static void pad(_tFILE *f, tjs_char c, int w, int l, int fl) function tjs_char (line 1392) | static tjs_char *fmt_x(uintmax_t x, tjs_char *s, int lower) function tjs_char (line 1398) | static tjs_char *fmt_o(uintmax_t x, tjs_char *s) function tjs_char (line 1404) | static tjs_char *fmt_u(uintmax_t x, tjs_char *s) function __FLOAT_BITS (line 1444) | static unsigned __FLOAT_BITS(float __f) function __DOUBLE_BITS (line 1449) | static __inline unsigned long long __DOUBLE_BITS(double __f) function signbit (line 1457) | int signbit(long double x) function fmt_fp (line 1479) | static int fmt_fp(_tFILE *f, long double y, int w, int p, int fl, int t) function getint (line 1710) | static int getint(tjs_char **s) { function printf_core (line 1717) | static int printf_core(_tFILE *f, const tjs_char *fmt, va_list *ap, un... function _vsnprintf (line 1929) | int _vsnprintf(tjs_char * s, size_t n, const tjs_char * fmt, va_list ap) function snprintf (line 1944) | static int snprintf(tjs_char *s, size_t n, const tjs_char *fmt, ...) function is_leap (line 1954) | static int is_leap(int y) function week_num (line 1962) | static int week_num(const tm *tm) function __year_to_secs (line 2053) | long long __year_to_secs(long long year, int *is_leap) function __month_to_secs (line 2101) | int __month_to_secs(int month, int is_leap) function __tm_to_secs (line 2112) | long long __tm_to_secs(const tm *tm) function tjs_char (line 2158) | const tjs_char *__nl_langinfo_l(int item/*, locale_t loc*/) function tjs_char (line 2192) | const tjs_char *__strftime_fmt_1(tjs_char (*s)[100], size_t *l, int f,... function shgetc (line 2371) | int shgetc(_tFILE *f) {return *f->p++;} function shunget (line 2372) | void shunget(_tFILE *f) {f->p--;} function __intscan (line 2373) | unsigned long long __intscan(_tFILE *f, unsigned base, int pok, unsign... function strtox (line 2448) | static unsigned long long strtox(const tjs_char *s, tjs_char **p, int ... function __strftime_l (line 2456) | size_t __strftime_l(tjs_char *s, size_t n, const tjs_char *f, const tm... function TJS_strtod (line 2506) | double TJS_strtod(const tjs_char* string, tjs_char** endPtr) function TJS_strftime (line 2704) | size_t TJS_strftime( tjs_char *wstring, size_t maxsize, const tjs_char... function TJS_vsnprintf (line 2709) | int TJS_vsnprintf( tjs_char *string, size_t count, const tjs_char *for... function tjs_int (line 2715) | tjs_int TJS_snprintf(tjs_char *s, size_t count, const tjs_char *format... FILE: src/core/tjs2/tjsConfig.h function namespace (line 18) | namespace TJS FILE: src/core/tjs2/tjsConstArrayData.cpp type TJS (line 15) | namespace TJS FILE: src/core/tjs2/tjsConstArrayData.h function namespace (line 20) | namespace TJS FILE: src/core/tjs2/tjsDate.cpp type TJS (line 26) | namespace TJS function time_t (line 29) | static time_t TJSParseDateString(const tjs_char *str) function TJS_DECL_EMPTY_FINALIZE_METHOD (line 51) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 95) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setYear) function TJS_BEGIN_NATIVE_METHOD_DECL (line 112) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMonth) function TJS_BEGIN_NATIVE_METHOD_DECL (line 129) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setDate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 146) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setHours) function TJS_BEGIN_NATIVE_METHOD_DECL (line 163) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMinutes) function TJS_BEGIN_NATIVE_METHOD_DECL (line 180) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setSeconds) function TJS_BEGIN_NATIVE_METHOD_DECL (line 197) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setTime) function TJS_BEGIN_NATIVE_METHOD_DECL (line 209) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getDate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 221) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getDay) function TJS_BEGIN_NATIVE_METHOD_DECL (line 233) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getHours) function TJS_BEGIN_NATIVE_METHOD_DECL (line 245) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getMinutes) function TJS_BEGIN_NATIVE_METHOD_DECL (line 257) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getMonth) function TJS_BEGIN_NATIVE_METHOD_DECL (line 269) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getSeconds) function TJS_BEGIN_NATIVE_METHOD_DECL (line 281) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getTime) function TJS_BEGIN_NATIVE_METHOD_DECL (line 292) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getTimezoneOffset) // static function TJS_BEGIN_NATIVE_METHOD_DECL (line 300) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getYear) function TJS_BEGIN_NATIVE_METHOD_DECL (line 312) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/parse) function tTJSNativeInstance (line 327) | tTJSNativeInstance *tTJSNC_Date::CreateNativeInstance() FILE: src/core/tjs2/tjsDate.h function class (line 21) | class tTJSNI_Date : public tTJSNativeInstance FILE: src/core/tjs2/tjsDateParser.cpp type TJS (line 21) | namespace TJS function dplex (line 26) | int dplex(YYSTYPE *yylex, void *pm) function TJS_iswspace (line 41) | static bool inline TJS_iswspace(tjs_char ch) function TJS_iswdigit (line 46) | static bool inline TJS_iswdigit(tjs_char ch) function TJS_iswalpha (line 51) | static bool inline TJS_iswalpha(tjs_char ch) type tm (line 106) | struct tm function tjs_int64 (line 133) | tjs_int64 tTJSDateParser::GetTime() FILE: src/core/tjs2/tjsDateParser.h function namespace (line 18) | namespace TJS FILE: src/core/tjs2/tjsDebug.cpp type TJS (line 27) | namespace TJS type tTJSObjectHashMapLogItemId (line 36) | enum tTJSObjectHashMapLogItemId function TJSStoreLog (line 47) | void TJSStoreLog(const T &object) function T (line 53) | T TJSRestoreLog() function ttstr (line 71) | ttstr TJSRestoreLog() function tTJSObjectHashMapLogItemId (line 93) | tTJSObjectHashMapLogItemId TJSRestoreLog() type tTJSObjectHashMapRecord (line 102) | struct tTJSObjectHashMapRecord method tTJSObjectHashMapRecord (line 109) | tTJSObjectHashMapRecord() : Flags(TJS_OHMF_EXIST) {;} method StoreLog (line 111) | void StoreLog() method RestoreLog (line 120) | void RestoreLog() class tTJSObjectHashMapRecordComparator_HistoryAndType (line 130) | class tTJSObjectHashMapRecordComparator_HistoryAndType class tTJSObjectHashMapRecordComparator_Type (line 142) | class tTJSObjectHashMapRecordComparator_Type class tTJSObjectHashMap (line 152) | class tTJSObjectHashMap method tTJSObjectHashMap (line 166) | tTJSObjectHashMap() method _AddRef (line 179) | void _AddRef() { RefCount ++; } method _Release (line 180) | void _Release() { if(RefCount == 1) delete this; else RefCount --; } method AddRef (line 184) | static void AddRef() method Release (line 192) | static void Release() method Add (line 199) | void Add(void * object, method SetType (line 205) | void SetType(void * object, const ttstr & info) method ttstr (line 213) | ttstr GetType(void * object) method SetFlag (line 221) | void SetFlag(void * object, tjs_uint32 flags_to_change, tjs_uint32 b... method tjs_uint32 (line 230) | tjs_uint32 GetFlag(void * object) method Remove (line 238) | void Remove(void * object) method WarnIfObjectIsDeleting (line 243) | void WarnIfObjectIsDeleting(iTJSConsoleOutput * output, void * object) method ReportAllUnfreedObjects (line 266) | void ReportAllUnfreedObjects(iTJSConsoleOutput * output) method AnyUnfreed (line 360) | bool AnyUnfreed() method WriteAllUnfreedObjectsToLog (line 365) | void WriteAllUnfreedObjectsToLog() method ReplayLog (line 378) | void ReplayLog() class tTJSObjectHashMap (line 154) | class tTJSObjectHashMap method tTJSObjectHashMap (line 166) | tTJSObjectHashMap() method _AddRef (line 179) | void _AddRef() { RefCount ++; } method _Release (line 180) | void _Release() { if(RefCount == 1) delete this; else RefCount --; } method AddRef (line 184) | static void AddRef() method Release (line 192) | static void Release() method Add (line 199) | void Add(void * object, method SetType (line 205) | void SetType(void * object, const ttstr & info) method ttstr (line 213) | ttstr GetType(void * object) method SetFlag (line 221) | void SetFlag(void * object, tjs_uint32 flags_to_change, tjs_uint32 b... method tjs_uint32 (line 230) | tjs_uint32 GetFlag(void * object) method Remove (line 238) | void Remove(void * object) method WarnIfObjectIsDeleting (line 243) | void WarnIfObjectIsDeleting(iTJSConsoleOutput * output, void * object) method ReportAllUnfreedObjects (line 266) | void ReportAllUnfreedObjects(iTJSConsoleOutput * output) method AnyUnfreed (line 360) | bool AnyUnfreed() method WriteAllUnfreedObjectsToLog (line 365) | void WriteAllUnfreedObjectsToLog() method ReplayLog (line 378) | void ReplayLog() function TJSAddRefObjectHashMap (line 428) | void TJSAddRefObjectHashMap() function TJSReleaseObjectHashMap (line 433) | void TJSReleaseObjectHashMap() function TJSAddObjectHashRecord (line 438) | void TJSAddObjectHashRecord(void * object) function TJSRemoveObjectHashRecord (line 467) | void TJSRemoveObjectHashRecord(void * object) function TJSObjectHashSetType (line 480) | void TJSObjectHashSetType(void * object, const ttstr &type) function TJSSetObjectHashFlag (line 494) | void TJSSetObjectHashFlag(void *object, tjs_uint32 flags_to_change, tj... function TJSReportAllUnfreedObjects (line 509) | void TJSReportAllUnfreedObjects(iTJSConsoleOutput * output) function TJSObjectHashAnyUnfreed (line 514) | bool TJSObjectHashAnyUnfreed() function TJSObjectHashMapSetLog (line 520) | void TJSObjectHashMapSetLog(tTJSBinaryStream * stream) function TJSWriteAllUnfreedObjectsToLog (line 529) | void TJSWriteAllUnfreedObjectsToLog() function TJSWarnIfObjectIsDeleting (line 534) | void TJSWarnIfObjectIsDeleting(iTJSConsoleOutput * output, void * object) function TJSReplayObjectHashMapLog (line 539) | void TJSReplayObjectHashMapLog() function ttstr (line 544) | ttstr TJSGetObjectTypeInfo(void * object) function tjs_uint32 (line 550) | tjs_uint32 TJSGetObjectHashCheckFlag(void * object) class tTJSStackTracer (line 562) | class tTJSStackTracer method tTJSStackTracer (line 614) | tTJSStackTracer() method _AddRef (line 627) | void _AddRef() { RefCount ++; } method _Release (line 628) | void _Release() { if(RefCount == 1) delete this; else RefCount --; } method AddRef (line 631) | static void AddRef() method Release (line 639) | static void Release() method Push (line 645) | void Push(tTJSInterCodeContext *context, bool in_try) method Pop (line 650) | void Pop() method SetCodePointer (line 655) | void SetCodePointer(const tjs_int32 * codebase, tjs_int32 * const * ... method ttstr (line 664) | ttstr GetTraceString(tjs_int limit, const tjs_char * delimiter) type tTJSStackRecord (line 565) | struct tTJSStackRecord method tTJSStackRecord (line 572) | tTJSStackRecord(tTJSInterCodeContext * context, bool in_try) method tTJSStackRecord (line 586) | tTJSStackRecord(const tTJSStackRecord & rhs) class tTJSStackTracer (line 607) | class tTJSStackTracer method tTJSStackTracer (line 614) | tTJSStackTracer() method _AddRef (line 627) | void _AddRef() { RefCount ++; } method _Release (line 628) | void _Release() { if(RefCount == 1) delete this; else RefCount --; } method AddRef (line 631) | static void AddRef() method Release (line 639) | static void Release() method Push (line 645) | void Push(tTJSInterCodeContext *context, bool in_try) method Pop (line 650) | void Pop() method SetCodePointer (line 655) | void SetCodePointer(const tjs_int32 * codebase, tjs_int32 * const * ... method ttstr (line 664) | ttstr GetTraceString(tjs_int limit, const tjs_char * delimiter) function TJSAddRefStackTracer (line 708) | void TJSAddRefStackTracer() function TJSReleaseStackTracer (line 713) | void TJSReleaseStackTracer() function TJSStackTracerPush (line 718) | void TJSStackTracerPush(tTJSInterCodeContext *context, bool in_try) function TJSStackTracerSetCodePointer (line 724) | void TJSStackTracerSetCodePointer(const tjs_int32 * codebase, function TJSStackTracerPop (line 731) | void TJSStackTracerPop() function ttstr (line 737) | ttstr TJSGetStackTraceString(tjs_int limit, const tjs_char *delimiter) class DebuggerMessage (line 748) | class DebuggerMessage : public COPYDATASTRUCT method DebuggerMessage (line 751) | DebuggerMessage( int messageType, void* data, size_t length ) { class Debugger (line 758) | class Debugger { type DebuggerCommand (line 795) | struct DebuggerCommand { type DebuggerHeader (line 801) | struct DebuggerHeader { method Proc (line 806) | void Proc( NativeEvent& ev ) { method Debugger (line 811) | Debugger() method Initialize (line 822) | void Initialize() { method PrintLog (line 828) | void PrintLog( const tjs_char* mes, bool important ) { method DebugHook (line 835) | void DebugHook( tjs_int evtype, const tjs_char *filename, tjs_int li... method CheckDebuggerInit (line 897) | bool CheckDebuggerInit() { method IsBreakPoint (line 906) | bool IsBreakPoint( const tjs_char *filename, tjs_int lineno ) { method SendBreak (line 909) | void SendBreak() { method SendStackTrace (line 920) | void SendStackTrace() { method SendLocalValue (line 928) | void SendLocalValue( tTJSInterCodeContext* ctx ) { method SendClassValue (line 934) | void SendClassValue( tTJSInterCodeContext* ctx ) { method SendValues (line 941) | void SendValues( const std::list& values, int command ) { method BreakOccur (line 970) | void BreakOccur( tTJSInterCodeContext* ctx ) { method RequestSetting (line 977) | void RequestSetting() { method InitializeConnection (line 985) | void InitializeConnection() { method WaitExec (line 1000) | void WaitExec( tTJSInterCodeContext* ctx ) { method HandleDebuggerMessage (line 1021) | bool HandleDebuggerMessage() { method HandleBreakCommand (line 1053) | void HandleBreakCommand() { method HandleBreakpoint (line 1064) | void HandleBreakpoint( const DebuggerCommand* cmd ) { method HandleExceptionFlag (line 1094) | void HandleExceptionFlag( const DebuggerCommand* cmd ) { method ClearCommand (line 1099) | void ClearCommand() { method GetCommand (line 1102) | int GetCommand( const DebuggerCommand* cmd ) const { return cmd->Com... method GetCommandSize (line 1103) | int GetCommandSize( const DebuggerCommand* cmd ) const { return cmd-... method DebuggerCommand (line 1105) | const DebuggerCommand* GetNextCommand( const DebuggerCommand* cmd ) { method GetNumOfCommands (line 1112) | int GetNumOfCommands() const { method DebuggerCommand (line 1115) | const DebuggerCommand* GetFirstCommand() const { class NameIndexCollection (line 1123) | class NameIndexCollection method GetID (line 1130) | int GetID( const std::wstring& name ) { function TJSGetIDFromName (line 1152) | int TJSGetIDFromName( const tjs_char* name ) { return NameIndexCollect... function TJSDebuggerGetScopeKey (line 1155) | void TJSDebuggerGetScopeKey( ScopeKey& scope, const tjs_char* classnam... type LocalVariableKey (line 1169) | struct LocalVariableKey { method LocalVariableKey (line 1173) | LocalVariableKey( int var, int reg ) method LocalVariableKey (line 1176) | LocalVariableKey() method LocalVariableKey (line 1179) | LocalVariableKey( const LocalVariableKey& rhs ) { method Set (line 1183) | void Set( int var, int reg ) { class ClassVariableCollection (line 1189) | class ClassVariableCollection { method ClearVar (line 1198) | void ClearVar( const tjs_char* classname ) { method SetVar (line 1208) | void SetVar( const tjs_char* classname, const tjs_char* varname, int... method GetVars (line 1227) | void GetVars( const tjs_char* classname, tTJSVariant* ra, tTJSVarian... class LocalVariableCollection (line 1273) | class LocalVariableCollection { method SetVar (line 1279) | void SetVar( const ScopeKey& scope, const tjs_char* varname, int reg... method SetVar (line 1296) | void SetVar( const tjs_char* classname, const tjs_char* funcname, co... method ClearVar (line 1301) | void ClearVar( const ScopeKey& scope ) { method ClearVar (line 1307) | void ClearVar( const tjs_char* classname, const tjs_char* funcname, ... method GetVars (line 1314) | void GetVars( const ScopeKey& scope, tTJSVariant* ra, std::list* array, int ... function Add2ByteToVector (line 580) | static inline void Add2ByteToVector( std::vector* array, tjs_... function tjs_error (line 617) | tjs_error TJS_INTF_METHOD function SetCodeObject (line 643) | void SetCodeObject( tTJSInterCodeContext* parent, tTJSInterCodeContext* ... FILE: src/core/tjs2/tjsInterface.cpp type TJS (line 16) | namespace TJS FILE: src/core/tjs2/tjsInterface.h function namespace (line 17) | namespace TJS FILE: src/core/tjs2/tjsLex.cpp type TJS (line 24) | namespace TJS function TJS_iswspace (line 40) | static bool inline TJS_iswspace(tjs_char ch) function TJS_iswdigit (line 45) | static bool inline TJS_iswdigit(tjs_char ch) function TJS_iswalpha (line 50) | static bool inline TJS_iswalpha(tjs_char ch) function _TJSNext (line 62) | static void _TJSNext(const tjs_char **ptr) function TJSNext (line 70) | bool inline TJSNext(const tjs_char **ptr) function TJSSkipSpace (line 82) | bool TJSSkipSpace(const tjs_char **ptr) function tjs_int (line 93) | tjs_int TJSHexNum(tjs_char ch) throw() function tjs_int (line 106) | tjs_int TJSOctNum(tjs_char ch) throw() function tjs_int (line 117) | tjs_int TJSDecNum(tjs_char ch) throw() function tjs_int (line 128) | tjs_int TJSBinNum(tjs_char ch) throw() function tjs_int (line 141) | tjs_int TJSUnescapeBackSlash(tjs_char ch) throw() function tTJSSkipCommentResult (line 163) | static tTJSSkipCommentResult TJSSkipComment(const tjs_char **ptr) function TJSStringMatch (line 220) | bool TJSStringMatch(const tjs_char **sc, const tjs_char *wrd, bool isw... type tTJSInternalParseStringResult (line 246) | enum tTJSInternalParseStringResult function tTJSInternalParseStringResult (line 248) | static tTJSInternalParseStringResult function TJSParseString (line 375) | bool TJSParseString(tTJSVariant &val, const tjs_char **ptr) function tTJSString (line 392) | static tTJSString TJSExtractNumber(tjs_int (*validdigits)(tjs_char ch), function TJSParseNonDecimalReal (line 447) | static bool TJSParseNonDecimalReal(tTJSVariant &val, const tjs_char **... function TJSParseNonDecimalInteger (line 581) | static bool TJSParseNonDecimalInteger(tTJSVariant &val, const tjs_char... function TJSParseNonDecimalNumber (line 595) | static bool TJSParseNonDecimalNumber(tTJSVariant &val, const tjs_char ... function TJSParseDecimalReal (line 612) | static bool TJSParseDecimalReal(tTJSVariant &val, const tjs_char **pp) function TJSParseDecimalInteger (line 618) | static bool TJSParseDecimalInteger(tTJSVariant &val, const tjs_char **pp) function TJSParseNumber2 (line 632) | static bool TJSParseNumber2(tTJSVariant &val, const tjs_char **ptr) function TJSParseNumber (line 731) | bool TJSParseNumber(tTJSVariant &val, const tjs_char **ptr) function TJSParseOctet (line 766) | static bool TJSParseOctet(tTJSVariant &val, const tjs_char **ptr) function TJSParseRegExp (line 866) | static bool TJSParseRegExp(tTJSVariant &pat, const tjs_char **ptr) function TJSReservedWordsHashAddRef (line 944) | void TJSReservedWordsHashAddRef() function TJSReservedWordsHashRelease (line 954) | void TJSReservedWordsHashRelease() function TJSRegisterReservedWordsHash (line 965) | static void TJSRegisterReservedWordsHash(const tjs_char *word, tjs_int... function TJSInitReservedWordsHashTable (line 973) | static void TJSInitReservedWordsHashTable() function tTJSSkipCommentResult (line 1102) | tTJSSkipCommentResult tTJSLexicalAnalyzer::SkipUntil_endif() function tTJSSkipCommentResult (line 1190) | tTJSSkipCommentResult tTJSLexicalAnalyzer::ProcessPPStatement() function tjs_int (line 1309) | tjs_int tTJSLexicalAnalyzer::GetToken(tjs_int &n) function tjs_int32 (line 1640) | tjs_int32 tTJSLexicalAnalyzer::ParsePPExpression(const tjs_char *start... function tjs_int (line 1701) | tjs_int tTJSLexicalAnalyzer::PutValue(const tTJSVariant &val) function tjs_int (line 1726) | tjs_int tTJSLexicalAnalyzer::GetCurrentPosition() function tjs_int (line 1731) | tjs_int tTJSLexicalAnalyzer::GetNext(tjs_int &value) FILE: src/core/tjs2/tjsLex.h function namespace (line 28) | namespace TJS FILE: src/core/tjs2/tjsMT19937ar-cok.cpp type TJS (line 58) | namespace TJS function tTJSMersenneTwister (line 303) | tTJSMersenneTwister& tTJSMersenneTwister::sharedInstance() FILE: src/core/tjs2/tjsMT19937ar-cok.h function namespace (line 9) | namespace TJS FILE: src/core/tjs2/tjsMath.cpp type _exception (line 34) | struct _exception type _exception (line 38) | struct _exception type TJS (line 46) | namespace TJS class tTJSXorshift (line 52) | class tTJSXorshift { method init (line 54) | static void init(tjs_uint32 seed) method tTVReal (line 62) | static tTVReal random_real() method tjs_uint32 (line 72) | static tjs_uint32 random() function TJS_DECL_EMPTY_FINALIZE_METHOD (line 108) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 116) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/abs) function TJS_BEGIN_NATIVE_METHOD_DECL (line 130) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/acos) function TJS_BEGIN_NATIVE_METHOD_DECL (line 144) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/asin) function TJS_BEGIN_NATIVE_METHOD_DECL (line 158) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/atan) function TJS_BEGIN_NATIVE_METHOD_DECL (line 172) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/atan2) function TJS_BEGIN_NATIVE_METHOD_DECL (line 186) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/ceil) function TJS_BEGIN_NATIVE_METHOD_DECL (line 200) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/exp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 214) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/floor) function TJS_BEGIN_NATIVE_METHOD_DECL (line 228) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/log) function TJS_BEGIN_NATIVE_METHOD_DECL (line 242) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/pow) function TJS_BEGIN_NATIVE_METHOD_DECL (line 256) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/max) function TJS_BEGIN_NATIVE_METHOD_DECL (line 298) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/min) function TJS_BEGIN_NATIVE_METHOD_DECL (line 341) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/random) function TJS_BEGIN_NATIVE_METHOD_DECL (line 351) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/round) function TJS_BEGIN_NATIVE_METHOD_DECL (line 365) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/sin) function TJS_BEGIN_NATIVE_METHOD_DECL (line 379) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/cos) function TJS_BEGIN_NATIVE_METHOD_DECL (line 393) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/sqrt) function TJS_BEGIN_NATIVE_METHOD_DECL (line 407) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/tan) function TJS_BEGIN_NATIVE_PROP_DECL (line 421) | TJS_BEGIN_NATIVE_PROP_DECL(E) function TJS_BEGIN_NATIVE_PROP_DECL (line 434) | TJS_BEGIN_NATIVE_PROP_DECL(LOG2E) function TJS_BEGIN_NATIVE_PROP_DECL (line 447) | TJS_BEGIN_NATIVE_PROP_DECL(LOG10E) function TJS_END_NATIVE_PROP_GETTER (line 454) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 467) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 480) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 493) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 506) | TJS_END_NATIVE_PROP_GETTER FILE: src/core/tjs2/tjsMath.h function namespace (line 17) | namespace TJS FILE: src/core/tjs2/tjsMessage.cpp type TJS (line 16) | namespace TJS class tTJSMessageMapper (line 22) | class tTJSMessageMapper method tTJSMessageMapper (line 28) | tTJSMessageMapper() {;} method Register (line 31) | void Register(const tjs_char *name, tTJSMessageHolder *holder) method Unregister (line 36) | void Unregister(const tjs_char *name) method AssignMessage (line 41) | bool AssignMessage(const tjs_char *name, const tjs_char *newmsg) method Get (line 52) | bool Get(const tjs_char *name, ttstr &str) function ttstr (line 68) | ttstr tTJSMessageMapper::CreateMessageMapString() function TJSAddRefMessageMapper (line 92) | void TJSAddRefMessageMapper() function TJSReleaseMessageMapper (line 105) | void TJSReleaseMessageMapper() function TJSRegisterMessageMap (line 118) | void TJSRegisterMessageMap(const tjs_char *name, tTJSMessageHolder *ho... function TJSUnregisterMessageMap (line 123) | void TJSUnregisterMessageMap(const tjs_char *name) function TJSAssignMessage (line 128) | bool TJSAssignMessage(const tjs_char *name, const tjs_char *newmsg) function ttstr (line 134) | ttstr TJSCreateMessageMapString() function ttstr (line 140) | ttstr TJSGetMessageMapMessage(const tjs_char *name) FILE: src/core/tjs2/tjsMessage.h function namespace (line 17) | namespace TJS FILE: src/core/tjs2/tjsNamespace.cpp type TJS (line 15) | namespace TJS function tjs_int (line 78) | tjs_int tTJSLocalSymbolList::Find(const tjs_char *name) function tjs_int (line 140) | tjs_int tTJSLocalNamespace::GetCount(void) function tjs_int (line 178) | tjs_int tTJSLocalNamespace::Find(const tjs_char *name) function tjs_int (line 198) | tjs_int tTJSLocalNamespace::GetLevel(void) function tTJSLocalSymbolList (line 249) | tTJSLocalSymbolList * tTJSLocalNamespace::GetTopSymbolList() FILE: src/core/tjs2/tjsNamespace.h function namespace (line 18) | namespace TJS FILE: src/core/tjs2/tjsNative.cpp type TJS (line 19) | namespace TJS function tjs_int32 (line 26) | tjs_int32 TJSRegisterNativeClass(const tjs_char *name) function tjs_int32 (line 38) | tjs_int32 TJSFindNativeClassID(const tjs_char *name) function tjs_char (line 48) | const tjs_char * TJSFindNativeClassName(tjs_int32 id) function tjs_error (line 72) | tjs_error TJS_INTF_METHOD function tjs_error (line 85) | tjs_error TJS_INTF_METHOD function tTJSNativeClassMethod (line 107) | tTJSNativeClassMethod * TJSCreateNativeClassMethod function tjs_error (line 119) | tjs_error TJS_INTF_METHOD function tTJSNativeClassMethod (line 140) | tTJSNativeClassMethod * TJSCreateNativeClassConstructor function tjs_error (line 166) | tjs_error TJS_INTF_METHOD function tjs_error (line 179) | tjs_error TJS_INTF_METHOD function tjs_error (line 202) | tjs_error TJS_INTF_METHOD function tTJSNativeClassProperty (line 225) | tTJSNativeClassProperty * TJSCreateNativeClassProperty( function iTJSDispatch2 (line 298) | iTJSDispatch2 * tTJSNativeClass::CreateBaseTJSObject() function tjs_error (line 307) | tjs_error TJS_INTF_METHOD function tjs_error (line 379) | tjs_error TJS_INTF_METHOD function tjs_error (line 435) | tjs_error TJS_INTF_METHOD function tjs_error (line 469) | tjs_error TJS_INTF_METHOD tTJSNativeFunction::FuncCall( function tjs_error (line 481) | tjs_error TJS_INTF_METHOD tTJSNativeFunction::IsInstanceOf( FILE: src/core/tjs2/tjsNative.h function namespace (line 16) | namespace TJS type iTJSNativeInstance (line 255) | typedef iTJSNativeInstance * (TJS_INTF_METHOD *tTJSCreateNativeInstance)(); function class (line 259) | class tTJSNativeClass : public iTJSDispatch2 { } function class (line 260) | class tTJSNativeClassForPlugin : public tTJSNativeClass { } function class (line 270) | class tTJSNativeClassForPlugin : public tTJSNativeClass function class (line 480) | class tTJSNativeFunction : public tTJSDispatch FILE: src/core/tjs2/tjsObject.cpp type TJS (line 21) | namespace TJS function TJSDoVariantOperation (line 28) | void TJSDoVariantOperation(tjs_int op, tTJSVariant &target, const tTJS... function tjs_uint (line 110) | tjs_uint TJS_INTF_METHOD tTJSDispatch::AddRef(void) function tjs_uint (line 118) | tjs_uint TJS_INTF_METHOD tTJSDispatch::Release(void) function tjs_error (line 141) | tjs_error TJS_INTF_METHOD function tjs_error (line 156) | tjs_error TJS_INTF_METHOD function tjs_error (line 169) | tjs_error TJS_INTF_METHOD function tjs_error (line 182) | tjs_error TJS_INTF_METHOD function tjs_error (line 194) | tjs_error TJS_INTF_METHOD function tjs_error (line 206) | tjs_error TJS_INTF_METHOD function tjs_error (line 218) | tjs_error TJS_INTF_METHOD function tjs_error (line 230) | tjs_error TJS_INTF_METHOD function tjs_error (line 245) | tjs_error TJS_INTF_METHOD function tjs_error (line 258) | tjs_error TJS_INTF_METHOD function tjs_error (line 272) | tjs_error TJS_INTF_METHOD class tTJSSimpleGetSetProperty (line 314) | class tTJSSimpleGetSetProperty : public tTJSDispatch method tTJSSimpleGetSetProperty (line 320) | tTJSSimpleGetSetProperty(tTJSVariant &value) : tTJSDispatch(), Value... method PropGet (line 325) | PropGet(tjs_uint32 flag, const tjs_char * membername, tjs_uint32 *hint, method PropSet (line 336) | PropSet(tjs_uint32 flag, const tjs_char *membername, tjs_uint32 *hint, method PropSetByVS (line 346) | PropSetByVS(tjs_uint32 flag, tTJSVariantString *membername, function TJSDoRehash (line 362) | void TJSDoRehash() { TJSGlobalRebuildHashMagic ++; } function tjs_int (line 1244) | tjs_int tTJSCustomObject::GetValueInteger(const tjs_char * name, tjs_u... function tjs_error (line 1251) | tjs_error TJSTryFuncCallViaPropGet(tTJSVariantClosure tvclosure, function tjs_error (line 1282) | tjs_error TJSDefaultFuncCall(tjs_uint32 flag, tTJSVariant &targ, tTJSV... function tjs_error (line 1317) | tjs_error TJS_INTF_METHOD function tjs_error (line 1349) | tjs_error TJSDefaultPropGet(tjs_uint32 flag, tTJSVariant &targ, tTJSVa... function tjs_error (line 1393) | tjs_error TJS_INTF_METHOD function tjs_error (line 1437) | tjs_error TJSDefaultPropSet(tjs_uint32 flag, tTJSVariant &targ, const ... function tjs_error (line 1477) | tjs_error TJS_INTF_METHOD function tjs_error (line 1558) | tjs_error TJS_INTF_METHOD function tjs_error (line 1572) | tjs_error TJS_INTF_METHOD function tjs_error (line 1653) | tjs_error TJS_INTF_METHOD function tjs_error (line 1663) | tjs_error TJS_INTF_METHOD function tjs_error (line 1680) | tjs_error TJSDefaultInvalidate(tjs_uint32 flag, tTJSVariant &targ, iTJ... function tjs_error (line 1698) | tjs_error TJS_INTF_METHOD function tjs_error (line 1730) | tjs_error TJSDefaultIsValid(tjs_uint32 flag, tTJSVariant &targ, iTJSDi... function tjs_error (line 1748) | tjs_error TJS_INTF_METHOD function tjs_error (line 1776) | tjs_error TJSDefaultCreateNew(tjs_uint32 flag, tTJSVariant &targ, function tjs_error (line 1795) | tjs_error TJS_INTF_METHOD function tjs_error (line 1841) | tjs_error TJSDefaultIsInstanceOf(tjs_uint32 flag, tTJSVariant &targ, c... function tjs_error (line 1886) | tjs_error TJS_INTF_METHOD function tjs_error (line 1931) | tjs_error TJSDefaultOperation(tjs_uint32 flag, tTJSVariant &targ, function tjs_error (line 1984) | tjs_error TJS_INTF_METHOD function tjs_error (line 2072) | tjs_error TJS_INTF_METHOD function tjs_error (line 2109) | tjs_error TJS_INTF_METHOD function iTJSDispatch2 (line 2162) | iTJSDispatch2 * TJSCreateCustomObject() FILE: src/core/tjs2/tjsObject.h function namespace (line 20) | namespace TJS function CheckObjectClosureAdd (line 511) | void CheckObjectClosureAdd(const tTJSVariant &val) function CheckObjectClosureRemove (line 522) | void CheckObjectClosureRemove(const tTJSVariant &val) FILE: src/core/tjs2/tjsObjectExtendable.cpp type TJS (line 8) | namespace TJS function tjs_error (line 33) | tjs_error TJS_INTF_METHOD function tjs_error (line 45) | tjs_error TJS_INTF_METHOD function tjs_error (line 58) | tjs_error TJS_INTF_METHOD function tjs_error (line 67) | tjs_error TJS_INTF_METHOD function tjs_error (line 76) | tjs_error TJS_INTF_METHOD function tjs_error (line 85) | tjs_error TJS_INTF_METHOD function tjs_error (line 94) | tjs_error TJS_INTF_METHOD function tjs_error (line 103) | tjs_error TJS_INTF_METHOD function tjs_error (line 115) | tjs_error TJS_INTF_METHOD function tjs_error (line 125) | tjs_error TJS_INTF_METHOD function tjs_error (line 136) | tjs_error TJS_INTF_METHOD function tjs_error (line 144) | tjs_error TJS_INTF_METHOD tTJSExtendableObject::ClassInstanceInfo(tjs_... FILE: src/core/tjs2/tjsObjectExtendable.h function namespace (line 7) | namespace TJS FILE: src/core/tjs2/tjsOctPack.cpp type TJS (line 10) | namespace TJS type OctPackType (line 13) | enum OctPackType { function OctPackMapInitialize (line 76) | static void OctPackMapInitialize() { type OctPackTemplate (line 84) | struct OctPackTemplate { function tjs_char (line 88) | static const tjs_char* ParseTemplateLength( OctPackTemplate& result, c... function ParsePackTemplate (line 110) | static void ParsePackTemplate( std::vector& result, c... function AsciiToBin (line 127) | static void AsciiToBin( std::vector& bin, const ttstr& arg,... function BitStringToBin (line 140) | static void BitStringToBin( std::vector& bin, const ttstr& ... function HexToBin (line 188) | static void HexToBin( std::vector& bin, const ttstr& arg, b... function ReadNumberLE (line 242) | static void ReadNumberLE( std::vector& result, const std::v... function ReadNumberBE (line 257) | static void ReadNumberBE( std::vector& result, const std::v... function encodeBase64 (line 279) | static void encodeBase64( const tjs_uint8* inbuf, tjs_uint insize, std... function decodeBase64 (line 308) | static void decodeBase64( const ttstr& inbuf, std::vector& ... function tTJSVariantOctet (line 358) | static tTJSVariantOctet* Pack( const std::vector& tem... function BinToAscii (line 471) | static void BinToAscii( const tjs_uint8 *data, const tjs_uint8 *tail, ... function BinToBitString (line 485) | static void BinToBitString( const tjs_uint8 *data, const tjs_uint8 *ta... function BinToNumberLE (line 519) | static void BinToNumberLE( std::vector& result, const tjs_uint8 ... function BinToNumberLEReal (line 540) | static void BinToNumberLEReal( std::vector& result, const tjs_ui... function BinToNumberBE (line 560) | static void BinToNumberBE( std::vector& result, const tjs_uint8 ... function BinToHex (line 588) | static void BinToHex( const tjs_uint8 *data, const tjs_uint8 *tail, tj... function iTJSDispatch2 (line 631) | static iTJSDispatch2* Unpack( const std::vector& temp... function tjs_error (line 863) | tjs_error TJSOctetPack( tTJSVariant **args, tjs_int numargs, const std... function tjs_error (line 877) | tjs_error TJSOctetUnpack( const tTJSVariantOctet * target, tTJSVariant... FILE: src/core/tjs2/tjsOctPack.h function namespace (line 15) | namespace TJS FILE: src/core/tjs2/tjsRandomGenerator.cpp type TJS (line 21) | namespace TJS function iTJSDispatch2 (line 151) | iTJSDispatch2 * tTJSNI_RandomGenerator::Serialize() function tjs_uint32 (line 212) | tjs_uint32 tTJSNI_RandomGenerator::Random32() function tjs_int64 (line 220) | tjs_int64 tTJSNI_RandomGenerator::Random63() function tjs_int64 (line 232) | tjs_int64 tTJSNI_RandomGenerator::Random64() function TJS_DECL_EMPTY_FINALIZE_METHOD (line 267) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 278) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/randomize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 288) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/random) function TJS_BEGIN_NATIVE_METHOD_DECL (line 303) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/random32) function TJS_BEGIN_NATIVE_METHOD_DECL (line 318) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/random63) function TJS_BEGIN_NATIVE_METHOD_DECL (line 333) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/random64) function TJS_BEGIN_NATIVE_METHOD_DECL (line 349) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/serialize) function tTJSNativeInstance (line 375) | tTJSNativeInstance *tTJSNC_RandomGenerator::CreateNativeInstance() FILE: src/core/tjs2/tjsRandomGenerator.h function namespace (line 19) | namespace TJS FILE: src/core/tjs2/tjsRegExp.cpp type TJS (line 20) | namespace TJS function tjs_uint32 (line 31) | static tjs_uint32 TJSRegExpFlagToValue(tjs_char ch, tjs_uint32 prev) function tjs_uint32 (line 54) | static tjs_uint32 TJSGetRegExpFlagsFromString(const tjs_char *string) function replace_regex (line 69) | void replace_regex( tTJSVariant **param, tjs_int numparams, tTJSNI_Reg... function iTJSDispatch2 (line 129) | iTJSDispatch2* split_regex( const ttstr &target, iTJSDispatch2 * array... function TJSReleaseRegex (line 159) | void TJSReleaseRegex() function TJS_DECL_EMPTY_FINALIZE_METHOD (line 210) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 228) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/compile) function TJS_BEGIN_NATIVE_METHOD_DECL (line 245) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/_compile) function TJS_BEGIN_NATIVE_METHOD_DECL (line 299) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/test) function TJS_BEGIN_NATIVE_METHOD_DECL (line 327) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/match) function TJS_BEGIN_NATIVE_METHOD_DECL (line 357) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/exec) function TJS_BEGIN_NATIVE_METHOD_DECL (line 389) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/replace) function TJS_BEGIN_NATIVE_METHOD_DECL (line 421) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/split) function TJS_BEGIN_NATIVE_PROP_DECL (line 460) | TJS_BEGIN_NATIVE_PROP_DECL(matches) function TJS_BEGIN_NATIVE_PROP_DECL (line 474) | TJS_BEGIN_NATIVE_PROP_DECL(start) function TJS_END_NATIVE_PROP_GETTER (line 482) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 490) | TJS_END_NATIVE_PROP_SETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 508) | TJS_BEGIN_NATIVE_PROP_DECL(lastIndex) function TJS_END_NATIVE_PROP_GETTER (line 516) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 530) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 544) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 558) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 572) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 586) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 599) | TJS_END_NATIVE_PROP_GETTER function iTJSDispatch2 (line 699) | iTJSDispatch2 * tTJSNC_RegExp::GetResultArray( bool matched, const tjs_c... function iTJSDispatch2 (line 723) | iTJSDispatch2 * TJSCreateRegExpClass() FILE: src/core/tjs2/tjsRegExp.h function namespace (line 19) | namespace TJS FILE: src/core/tjs2/tjsScriptBlock.cpp function tjs_uint (line 121) | tjs_uint tTJSScriptBlock::GetTotalVMCodeSize() const function tjs_uint (line 133) | tjs_uint tTJSScriptBlock::GetTotalVMDataSize() const function tjs_char (line 145) | const tjs_char * tTJSScriptBlock::GetLine(tjs_int line, tjs_int *linelen... function tjs_int (line 157) | tjs_int tTJSScriptBlock::SrcPosToLine(tjs_int pos) const function tjs_int (line 172) | tjs_int tTJSScriptBlock::LineToSrcPos(tjs_int line) const function ttstr (line 179) | ttstr tTJSScriptBlock::GetLineDescriptionString(tjs_int pos) const function catch (line 330) | catch(...) function ttstr (line 478) | ttstr tTJSScriptBlock::GetNameInfo() const function tjs_int (line 507) | tjs_int tTJSScriptBlock::GetCodeIndex( const tTJSInterCodeContext* ctx )... FILE: src/core/tjs2/tjsScriptBlock.h function namespace (line 21) | namespace TJS FILE: src/core/tjs2/tjsScriptCache.cpp type TJS (line 24) | namespace TJS FILE: src/core/tjs2/tjsScriptCache.h function namespace (line 20) | namespace TJS type tTJSRefHolder (line 57) | typedef tTJSRefHolder tScriptBlockHolder; type tTJSHashCache (line 59) | typedef tTJSHashCache (line 266) | struct tTJSPointerSizedIntegerBase<8> { typedef tjs_uint64 type; } type tTJSPointerSizedIntegerBase<4> (line 267) | struct tTJSPointerSizedIntegerBase<4> { typedef tjs_uint32 type; } type tTJSPointerSizedInteger (line 268) | struct tTJSPointerSizedInteger : public tTJSPointerSizedIntegerBase< t... function TJSAlignedDealloc (line 284) | void TJSAlignedDealloc(void *ptr) function tjs_uint32 (line 295) | tjs_uint32 TJSGetFPClass(tjs_real r) FILE: src/core/tjs2/tjsUtils.h function namespace (line 17) | namespace TJS function _ptr (line 206) | _ptr(nullptr) { if (p) p->AddRef(), _ptr = p; } function T (line 225) | T* get() const { return _ptr; } function operator (line 226) | operator T*() const { return get(); } type _tVectorList_Node (line 240) | struct _tVectorList_Node { function _erase (line 254) | void _erase(unsigned int index) { function _find (line 270) | int _find(T &_Val) const { function _ensureCapacity (line 279) | inline void _ensureCapacity() { function push_front (line 322) | void push_front(T &_Val) { function push_back (line 339) | void push_back(const T &_Val) { function remove (line 368) | bool remove(T &arg) { function contains (line 376) | bool contains(T &arg) const { return _find(arg) != -1; } function clean (line 377) | void clean() { function clear (line 386) | void clear() { function class (line 401) | class iterator { FILE: src/core/tjs2/tjsVariant.cpp type TJS (line 20) | namespace TJS function tTJSVariantOctet (line 68) | tTJSVariantOctet * TJSAllocVariantOctet(const tjs_uint8 *data, tjs_uin... function tTJSVariantOctet (line 75) | tTJSVariantOctet * TJSAllocVariantOctet(const tjs_uint8 *data1, tjs_ui... function tTJSVariantOctet (line 85) | tTJSVariantOctet * TJSAllocVariantOctet(const tTJSVariantOctet *o1, const function tTJSVariantOctet (line 92) | tTJSVariantOctet * TJSAllocVariantOctet(const tjs_uint8 **src) function TJSDeallocVariantOctet (line 102) | void TJSDeallocVariantOctet(tTJSVariantOctet *o) function tTJSVariantString (line 107) | tTJSVariantString * TJSOctetToListString(const tTJSVariantOctet *oct) function TJSThrowVariantConvertError (line 142) | void TJSThrowVariantConvertError(const tTJSVariant & from, tTJSVariant... function TJSThrowVariantConvertError (line 164) | void TJSThrowVariantConvertError(const tTJSVariant & from, tTJSVariant... function TJSThrowNullAccess (line 177) | void TJSThrowNullAccess() function TJSThrowDivideByZero (line 182) | void TJSThrowDivideByZero() function tTJSVariantString (line 190) | tTJSVariantString * TJSObjectToString(const tTJSVariantClosure &dsp) function tTJSVariantString (line 217) | tTJSVariantString * TJSIntegerToString(tjs_int64 i) function tTJSVariantString (line 223) | static tTJSVariantString * TJSSpecialRealToString(tjs_real r) function tTJSVariantString (line 248) | tTJSVariantString * TJSRealToString(tjs_real r) function tTJSVariantString (line 267) | tTJSVariantString * TJSRealToHexString(tjs_real r) function tTVInteger (line 316) | tTVInteger TJSStringToInteger(const tjs_char *str) function tTVReal (line 323) | tTVReal TJSStringToReal(const tjs_char *str) function tTJSVariant (line 539) | tTJSVariant & tTJSVariant::operator =(iTJSDispatch2 *ref) // from Object function tTJSVariant (line 549) | tTJSVariant & tTJSVariant::SetObject(iTJSDispatch2 *object, iTJSDispat... function tTJSVariant (line 561) | tTJSVariant & tTJSVariant::operator =(tTJSVariantClosure ref) // from ... function tTJSVariant (line 572) | tTJSVariant & tTJSVariant::operator =(WideString s) // from WideString function tTJSVariant (line 585) | tTJSVariant & tTJSVariant::operator =(tTJSVariantString *ref) // from ... function tTJSVariant (line 595) | tTJSVariant & tTJSVariant::operator =(tTJSVariantOctet *ref) // from t... function tTJSVariant (line 605) | tTJSVariant & tTJSVariant::operator =(const tTJSString & ref) // from ... function tTJSVariant (line 615) | tTJSVariant & tTJSVariant::operator =(const tjs_char *ref) // from St... function tTJSVariant (line 624) | tTJSVariant & tTJSVariant::operator =(const tjs_nchar *ref) // from na... function tTJSVariant (line 633) | tTJSVariant & tTJSVariant::operator =(bool ref) function tTJSVariant (line 642) | tTJSVariant & tTJSVariant::operator =(tjs_int32 ref) function tTJSVariant (line 651) | tTJSVariant & tTJSVariant::operator =(const tTVInteger ref) // from In... function tTJSVariant (line 660) | tTJSVariant & tTJSVariant::operator =(tjs_real ref) // from double function tjs_int (line 1210) | tjs_int tTJSVariant::QueryPersistSize() const FILE: src/core/tjs2/tjsVariant.h function namespace (line 25) | namespace TJS function AttachTo (line 747) | void AttachTo(WideString &ws) FILE: src/core/tjs2/tjsVariantString.cpp type TJS (line 20) | namespace TJS function TJSThrowStringDeallocError (line 25) | void TJSThrowStringDeallocError() function TJSThrowStringAllocError (line 30) | void TJSThrowStringAllocError() function TJSThrowNarrowToWideConversionError (line 35) | void TJSThrowNarrowToWideConversionError() function tjs_int (line 40) | tjs_int TJSGetShorterStrLen(const tjs_char *str, tjs_int max) function tjs_char (line 63) | tjs_char *TJSVS_malloc(tjs_uint len) function tjs_char (line 72) | tjs_char *TJSVS_realloc(tjs_char *buf, tjs_uint len) function TJSVS_free (line 96) | void TJSVS_free(tjs_char *buf) function TJSAddStringHeapBlock (line 127) | static void TJSAddStringHeapBlock(void) function TJSInitStringHeap (line 146) | static void TJSInitStringHeap() function TJSUninitStringHeap (line 152) | static void TJSUninitStringHeap(void) function TJSUninitStringHeap (line 198) | static void TJSUninitStringHeap(void) function TJSDumpStringHeap (line 227) | void TJSDumpStringHeap(void) function TJSCompactStringHeap (line 259) | void TJSCompactStringHeap() function tTJSVariantString (line 410) | tTJSVariantString * TJSAllocStringHeap(void) function TJSDeallocStringHeap (line 445) | void TJSDeallocStringHeap(tTJSVariantString * vs) function tTVInteger (line 512) | tTVInteger tTJSVariantString::ToInteger() const function tTVReal (line 522) | tTVReal tTJSVariantString::ToReal() const function tjs_int (line 547) | tjs_int tTJSVariantString::GetLength() const function tTJSVariantString (line 553) | tTJSVariantString * tTJSVariantString::FixLength() function tTJSVariantString (line 573) | tTJSVariantString * TJSAllocVariantString(const tjs_char *ref1, const ... function tTJSVariantString (line 608) | tTJSVariantString * TJSAllocVariantString(const tjs_char *ref) function tTJSVariantString (line 617) | tTJSVariantString * TJSAllocVariantString(const tjs_char *ref, tjs_int n) function tTJSVariantString (line 627) | tTJSVariantString * TJSAllocVariantString(const tjs_nchar *ref) function tTJSVariantString (line 636) | tTJSVariantString * TJSAllocVariantString(const tjs_uint8 **src) function tTJSVariantString (line 648) | tTJSVariantString * TJSAllocVariantStringBuffer(tjs_uint len) function tTJSVariantString (line 660) | tTJSVariantString * TJSAppendVariantString(tTJSVariantString *str, function tTJSVariantString (line 673) | tTJSVariantString * TJSAppendVariantString(tTJSVariantString *str, class tTVPVariantStringHolder (line 689) | class tTVPVariantStringHolder method tTVPVariantStringHolder (line 695) | tTVPVariantStringHolder() function tTJSVariantString (line 705) | tTJSVariantString * TJSFormatString(const tjs_char *format, tjs_uint n... FILE: src/core/tjs2/tjsVariantString.h function namespace (line 19) | namespace TJS FILE: src/core/tjs2/tjsdate.tab.cpp type TJS (line 107) | namespace TJS { function dperror (line 112) | int dperror(char * msg) type yytokentype (line 149) | enum yytokentype { function YYSIZE_T (line 965) | static YYSIZE_T function YYSIZE_T (line 1012) | static YYSIZE_T FILE: src/core/tjs2/tjsdate.tab.h function namespace (line 1) | namespace TJS { FILE: src/core/tjs2/tjsdate.tab.hpp type TJS (line 1) | namespace TJS { type yytokentype (line 42) | enum yytokentype { FILE: src/core/tjs2/tjspp.tab.cpp type TJS (line 107) | namespace TJS { function _pperror (line 112) | int _pperror(char * msg, void *pm) type yytokentype (line 153) | enum yytokentype { function YYSIZE_T (line 986) | static YYSIZE_T function YYSIZE_T (line 1033) | static YYSIZE_T FILE: src/core/tjs2/tjspp.tab.hpp type TJS (line 1) | namespace TJS { type yytokentype (line 42) | enum yytokentype { FILE: src/core/utils/ClipboardIntf.cpp function tjs_error (line 17) | tjs_error TJS_INTF_METHOD function TJS_DECL_EMPTY_FINALIZE_METHOD (line 41) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 53) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/hasFormat) function TJS_BEGIN_NATIVE_PROP_DECL (line 77) | TJS_BEGIN_NATIVE_PROP_DECL(asText) function TJS_END_NATIVE_PROP_GETTER (line 90) | TJS_END_NATIVE_PROP_GETTER function tTJSNativeInstance (line 110) | tTJSNativeInstance *tTJSNC_Clipboard::CreateNativeInstance() function tTJSNativeClass (line 115) | tTJSNativeClass * TVPCreateNativeClass_Clipboard() FILE: src/core/utils/ClipboardIntf.h type tTVPClipboardFormat (line 19) | enum tTVPClipboardFormat function class (line 37) | class tTJSNI_BaseClipboard : public tTJSNativeInstance function class (line 51) | class tTJSNC_Clipboard : public tTJSNativeClass FILE: src/core/utils/DebugIntf.cpp type tTVPLogItem (line 30) | struct tTVPLogItem method tTVPLogItem (line 34) | tTVPLogItem(const ttstr &log, const ttstr &time) function TVPEnsureLogObjects (line 55) | static void TVPEnsureLogObjects() function TVPDestroyLogObjects (line 64) | static void TVPDestroyLogObjects() function TVPSetOnLog (line 87) | void TVPSetOnLog(void (*func)(const ttstr & line)) function TVPCleanupLoggingHandlerVector (line 94) | static void TVPCleanupLoggingHandlerVector() function TVPDestroyLoggingHandlerVector (line 113) | static void TVPDestroyLoggingHandlerVector() function _TVPDeliverLoggingEvent (line 130) | static void _TVPDeliverLoggingEvent(const ttstr & line) // internal function TVPAddLoggingHandler (line 196) | static void TVPAddLoggingHandler(tTJSVariantClosure clo) function TVPRemoveLoggingHandler (line 209) | static void TVPRemoveLoggingHandler(tTJSVariantClosure clo) class tTVPLogStreamHolder (line 236) | class tTVPLogStreamHolder method tTVPLogStreamHolder (line 243) | tTVPLogStreamHolder() { Stream = NULL; Alive = true; OpenFailed = fals... method Reopen (line 253) | void Reopen() { if(Stream) fclose(Stream); Stream = NULL; Alive = fals... function TVPAddLog (line 374) | void TVPAddLog(const ttstr &line, bool appendtoimportant) function TVPAddLog (line 436) | void TVPAddLog(const ttstr &line) function TVPAddImportantLog (line 441) | void TVPAddImportantLog(const ttstr &line) function ttstr (line 446) | ttstr TVPGetImportantLog() function ttstr (line 459) | ttstr TVPGetLastLog(tjs_uint n) function TVPStartLogToFile (line 514) | void TVPStartLogToFile(bool clear) function TVPOnError (line 551) | void TVPOnError() function TVPSetLogLocation (line 563) | void TVPSetLogLocation(const ttstr &loc) function TJS_DECL_EMPTY_FINALIZE_METHOD (line 624) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 636) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/message) function TJS_BEGIN_NATIVE_METHOD_DECL (line 660) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/notice) function TJS_BEGIN_NATIVE_METHOD_DECL (line 684) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/startLogToFile) function TJS_BEGIN_NATIVE_METHOD_DECL (line 697) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/logAsError) function TJS_BEGIN_NATIVE_METHOD_DECL (line 705) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/addLoggingHandler) function TJS_BEGIN_NATIVE_METHOD_DECL (line 719) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/removeLoggingHandler) function TJS_BEGIN_NATIVE_METHOD_DECL (line 733) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getLastLog) function TJS_BEGIN_NATIVE_PROP_DECL (line 749) | TJS_BEGIN_NATIVE_PROP_DECL(logLocation) function TJS_END_NATIVE_PROP_GETTER (line 756) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 763) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 774) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 781) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 792) | TJS_END_NATIVE_PROP_GETTER class tTVPTJS2ConsoleOutputGateway (line 821) | class tTVPTJS2ConsoleOutputGateway : public iTJSConsoleOutput method ExceptionPrint (line 823) | void ExceptionPrint(const tjs_char *msg) method Print (line 828) | void Print(const tjs_char *msg) class tTVPTJS2DumpOutputGateway (line 843) | class tTVPTJS2DumpOutputGateway : public iTJSConsoleOutput method ExceptionPrint (line 845) | void ExceptionPrint(const tjs_char *msg) { Print(msg); } method Print (line 847) | void Print(const tjs_char *msg) function TVPTJS2StartDump (line 861) | void TVPTJS2StartDump() function TVPTJS2EndDump (line 875) | void TVPTJS2EndDump() function iTJSConsoleOutput (line 892) | iTJSConsoleOutput *TVPGetTJS2ConsoleOutputGateway() function iTJSConsoleOutput (line 897) | iTJSConsoleOutput *TVPGetTJS2DumpOutputGateway() FILE: src/core/utils/DebugIntf.h function class (line 51) | class tTJSNC_Debug : public tTJSNativeClass FILE: src/core/utils/Debugger.h type tTJSDBGHOOKType (line 20) | enum tTJSDBGHOOKType { type tTJSDBGEvent (line 29) | enum tTJSDBGEvent { type BreakpointLine (line 48) | struct BreakpointLine { function SetBreakPoint (line 62) | void SetBreakPoint( int lineno ) { function ClearBreakPoint (line 69) | void ClearBreakPoint( int lineno ) { type Breakpoints (line 74) | struct Breakpoints { function ClearBreakPoint (line 90) | void ClearBreakPoint( const std::wstring& filename, int lineno ) { function IsBreakPoint (line 97) | bool IsBreakPoint( const std::wstring& filename, int lineno ) const { function BreakpointLine (line 104) | const BreakpointLine* GetBreakPointLines( const std::wstring& filename )... function BreakpointLine (line 111) | BreakpointLine* GetBreakPointLines( const std::wstring& filename ) { function HasBreakPoint (line 118) | bool HasBreakPoint( const std::wstring& filename ) { function ClearAll (line 125) | void ClearAll() { FILE: src/core/utils/Exception.h function class (line 6) | class Exception /*: public std::exception*/ { function class (line 16) | class EAbort : public Exception { FILE: src/core/utils/FilePathUtil.h function std (line 13) | static std::string IncludeTrailingBackslash(const std::string & path) function ttstr (line 29) | static ttstr IncludeTrailingBackslash(const ttstr& path) { function ttstr (line 48) | inline ttstr ExcludeTrailingBackslash(const ttstr& path) { function ttstr (line 56) | inline ttstr ExtractFileDir(const ttstr& path) { function std (line 75) | inline std::wstring ExtractFilePath(const std::wstring& path) { function std (line 88) | inline std::wstring ChangeFileExt( const std::wstring& path, const std::... function std (line 99) | inline std::wstring ExtractFileName( const std::wstring& path ) { function std (line 109) | inline std::wstring ExpandUNCFileName( const std::wstring& path ) { FILE: src/core/utils/KAGParser.cpp type TJS (line 14) | namespace TJS { ttstr TJSMapGlobalStringMap(const ttstr & string); } function TVPClearScnearioCache (line 261) | void TVPClearScnearioCache() type tTVPClearScenarioCacheCallback (line 266) | struct tTVPClearScenarioCacheCallback : public tTVPCompactEventCallbackIntf method OnCompact (line 268) | OnCompact(tjs_int level) function tTVPScenarioCacheItem (line 281) | tTVPScenarioCacheItem * TVPGetScenario(const ttstr & storagename, bool i... function tjs_error (line 388) | tjs_error TJS_INTF_METHOD function iTJSDispatch2 (line 492) | iTJSDispatch2 *tTJSNI_KAGParser::Store() function TVPIsWS (line 1030) | static bool inline TVPIsWS(tjs_char ch) function iTJSDispatch2 (line 1397) | iTJSDispatch2 * tTJSNI_KAGParser::_GetNextTag() function iTJSDispatch2 (line 2256) | iTJSDispatch2 * tTJSNI_KAGParser::GetNextTag() function iTJSDispatch2 (line 2261) | iTJSDispatch2 *tTJSNI_KAGParser::GetMacroTopNoAddRef() const function iTJSNativeInstance (line 2271) | static iTJSNativeInstance * TJS_INTF_METHOD Create_NI_KAGParser() { function iTJSDispatch2 (line 2278) | iTJSDispatch2 * TVPCreateNativeClass_KAGParser() { function TJS_BEGIN_NATIVE_PROP_DECL (line 2465) | TJS_BEGIN_NATIVE_PROP_DECL(curPos) function TJS_END_NATIVE_PROP_GETTER (line 2473) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 2487) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 2501) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 2509) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 2521) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 2529) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 2541) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 2549) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 2562) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 2577) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 2592) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 2606) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 2620) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 2628) | TJS_END_NATIVE_PROP_SETTER FILE: src/core/utils/KAGParser.h type tTVPKAGDebugLevel (line 37) | enum tTVPKAGDebugLevel function class (line 49) | class tTVPCharHolder function Clear (line 67) | void Clear() function operator (line 97) | operator tjs_char *() function class (line 108) | class tTVPScenarioCacheItem function tLine (line 158) | tLine * GetLines() const { return Lines; } function class (line 169) | class tTJSNI_KAGParser : public tTJSNativeInstance function class (line 339) | class tTJSNC_KAGParser : public tTJSNativeClass FILE: src/core/utils/MathAlgorithms.h function VFast_arctan2 (line 29) | static inline float VFast_arctan2(float y, float x) function VFast_atan2_madd (line 55) | static inline float VFast_atan2_madd(float a, float b, float c) { return... function VFast_atan2_nmsub (line 56) | static inline float VFast_atan2_nmsub(float a, float b, float c) { retur... function VFast_atan2_round (line 57) | static inline float VFast_atan2_round(float a) { return (a>0)?(int)(a+0.... function VFast_sincos (line 63) | static inline void VFast_sincos(float v, float &sin, float &cos) function WrapPi_F1 (line 122) | static inline float WrapPi_F1(float v) FILE: src/core/utils/MathAlgorithms_Default.cpp function DeinterleaveApplyingWindow (line 18) | void DeinterleaveApplyingWindow(float * dest[], const float * src, function InterleaveOverlappingWindow (line 63) | void InterleaveOverlappingWindow(float * dest, FILE: src/core/utils/MiscUtility.cpp function tjs_uint32 (line 13) | tjs_uint32 TVPGetRoughTickCount32() function TVPEncodeUTF8ToUTF16 (line 23) | bool TVPEncodeUTF8ToUTF16(ttstr &output, const std::string &source) FILE: src/core/utils/ObjectList.h function InternalAssign (line 38) | void InternalAssign(const tVoidObjectList & ref) function Backup (line 55) | void Backup() function Commit (line 72) | void Commit() function Assign (line 112) | void Assign(const tVoidObjectList & ref) function SafeLock (line 120) | void SafeLock() function SafeUnlock (line 129) | void SafeUnlock() function ObjT (line 143) | ObjT * GetSafeLockedObjectAt(tjs_int index) const function tjs_int (line 161) | tjs_int GetActualCount() function SetCount (line 169) | void SetCount(tjs_int count) function Reserve (line 176) | void Reserve(tjs_int count) function Compact (line 195) | void Compact() function tjs_int (line 237) | tjs_int Find(ObjT * object) const function Add (line 252) | bool Add(ObjT * object) function Remove (line 268) | bool Remove(ObjT * object) function Remove (line 302) | void Remove(tjs_int index) function Assign (line 350) | void Assign(const tObjectList & ref) function SafeLock (line 355) | void SafeLock() function SafeUnlock (line 360) | void SafeUnlock() function ObjT (line 370) | ObjT * GetSafeLockedObjectAt(tjs_int index) const function tjs_int (line 380) | tjs_int GetActualCount() function SetCount (line 385) | void SetCount(tjs_int count) function Reserve (line 390) | void Reserve(tjs_int count) function Compact (line 395) | void Compact() function tjs_int (line 410) | tjs_int Find(ObjT * object) const function Add (line 415) | bool Add(ObjT * object) function Remove (line 420) | bool Remove(ObjT * object) function Remove (line 425) | void Remove(tjs_int index) FILE: src/core/utils/PadIntf.cpp function tjs_error (line 17) | tjs_error TJS_INTF_METHOD function tTJSNativeInstance (line 30) | tTJSNativeInstance *tTJSNC_Pad::CreateNativeInstance() function TJS_DECL_EMPTY_FINALIZE_METHOD (line 44) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_PROP_DECL (line 67) | TJS_BEGIN_NATIVE_PROP_DECL(text) function TJS_END_NATIVE_PROP_GETTER (line 74) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 80) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 91) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 97) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 108) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 114) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 125) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 131) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 142) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 148) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 159) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 165) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 176) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 182) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 193) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 199) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 210) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 216) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 227) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 233) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 244) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 250) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 261) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 267) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 278) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 284) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 295) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 301) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 312) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 318) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 329) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 335) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 346) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 352) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 363) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 369) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 380) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 386) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 397) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 403) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 414) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 420) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 431) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 437) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 448) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 454) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 465) | TJS_END_NATIVE_PROP_GETTER function tTJSNativeClass (line 484) | tTJSNativeClass * TVPCreateNativeClass_Pad() FILE: src/core/utils/PadIntf.h function class (line 19) | class tTJSNI_BasePad : public tTJSNativeInstance function class (line 48) | class tTJSNC_Pad : public tTJSNativeClass FILE: src/core/utils/Random.cpp function TVPPushEnvironNoise (line 26) | void TVPPushEnvironNoise(const void *buf, tjs_int bufsize) function TVPGetRandomBits128 (line 39) | void TVPGetRandomBits128(void *dest) FILE: src/core/utils/RealFFT_Default.cpp function cft1st (line 21) | static void cft1st(int n, float * a, float * w) function cftmdl (line 127) | static void cftmdl(int n, int l, float * a, float * w) function bitrv2 (line 253) | static void bitrv2(int n, int * ip, float * a) function rftfsub (line 352) | static void rftfsub(int n, float * a, int nc, float * c) function cftfsub (line 376) | static void cftfsub(int n, float * a, float * w) function cftbsub (line 426) | static void cftbsub(int n, float * a, float * w) function rftbsub (line 476) | static void rftbsub(int n, float * a, int nc, float * c) function makewt (line 507) | void makewt(int nw, int * ip, float * w) function makect (line 536) | void makect(int nc, int * ip, float * c) function rdft (line 558) | void rdft(int n, int isgn, float * a, int * ip, float * w) FILE: src/core/utils/StringUtil.h type equal_char_ignorecase (line 10) | struct equal_char_ignorecase { function icomp (line 17) | inline bool icomp( const std::string& x, const std::string& y ) { type equal_wchar_ignorecase (line 21) | struct equal_wchar_ignorecase { function icomp (line 27) | inline bool icomp( const std::wstring& x, const std::wstring& y ) { function ttstr_find_first_not_of (line 31) | static int ttstr_find_first_not_of(const ttstr &str, const ttstr& r) { function ttstr_find_last_not_of (line 41) | static int ttstr_find_last_not_of(const ttstr &str, const ttstr& r) { function std (line 52) | inline std::string Trim( const std::string& val ) { function ttstr (line 67) | inline ttstr Trim(const ttstr& val) { FILE: src/core/utils/ThreadIntf.h type tTVPThreadPriority (line 20) | enum tTVPThreadPriority type std (line 30) | typedef const std::function &TVP_THREAD_TASK_FUNC; FILE: src/core/utils/TickCount.cpp function DWORD (line 30) | static DWORD TVPCheckTickOverflow() class tTVPWatchThread (line 51) | class tTVPWatchThread : public tTVPThread function TVPWatchThreadInit (line 96) | static void TVPWatchThreadInit() function TVPWatchThreadUninit (line 104) | static void TVPWatchThreadUninit() function tjs_uint64 (line 122) | tjs_uint64 TVPGetTickCount() function TVPStartTickCount (line 137) | void TVPStartTickCount() FILE: src/core/utils/TimerIntf.cpp function tjs_error (line 43) | tjs_error TJS_INTF_METHOD function TJS_DECL_EMPTY_FINALIZE_METHOD (line 142) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 160) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTimer) function TJS_BEGIN_NATIVE_PROP_DECL (line 183) | TJS_BEGIN_NATIVE_PROP_DECL(interval) function TJS_END_NATIVE_PROP_GETTER (line 198) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 207) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 219) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 227) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 239) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 247) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 259) | TJS_END_NATIVE_PROP_GETTER FILE: src/core/utils/TimerIntf.h function class (line 33) | class tTJSNI_BaseTimer : public tTJSNativeInstance function class (line 74) | class tTJSNC_Timer : public tTJSNativeClass FILE: src/core/utils/VelocityTracker.cpp function vectorDot (line 36) | static float vectorDot(const float* a, const float* b, tjs_uint32 m) { function vectorNorm (line 44) | static float vectorNorm(const float* a, tjs_uint32 m) { function solveLeastSquares (line 148) | static bool solveLeastSquares(const float* x, const float* y, FILE: src/core/utils/VelocityTracker.h function class (line 29) | class VelocityTrackerStrategy { function class (line 76) | class LeastSquaresVelocityTrackerStrategy : public VelocityTrackerStrate... function class (line 126) | class VelocityTracker { function class (line 181) | class VelocityTrackers { FILE: src/core/utils/encoding/gbk2unicode.c function gbk_mbtowc (line 32516) | int gbk_mbtowc(unsigned short *wc, const unsigned char *s) FILE: src/core/utils/encoding/jis2unicode.c function sjis_mbtowc (line 33031) | int sjis_mbtowc(unsigned short *wc, const unsigned char *s) FILE: src/core/utils/iconv/iconv.h type ucs4_t (line 3) | typedef unsigned long ucs4_t; type _conv_t (line 4) | struct _conv_t{ FILE: src/core/utils/iconv/utf8.h function utf8_mbtowc (line 27) | static int function utf8_wctomb (line 99) | static int FILE: src/core/utils/md5.c function md5_process (line 137) | static void function md5_init (line 318) | void function md5_append (line 328) | void function md5_finish (line 366) | void FILE: src/core/utils/md5.h type md5_byte_t (line 63) | typedef unsigned char md5_byte_t; type md5_word_t (line 64) | typedef unsigned int md5_word_t; type md5_state_t (line 67) | typedef struct md5_state_s { FILE: src/core/utils/minizip/crypt.h function decrypt_byte (line 35) | static int decrypt_byte(unsigned long* pkeys, const unsigned long* pcrc_... function update_keys (line 48) | static int update_keys(unsigned long* pkeys,const unsigned long* pcrc_32... function init_keys (line 65) | static void init_keys(const char* passwd,unsigned long* pkeys,const unsi... function crypthead (line 90) | static int crypthead(const char* passwd, /* password string */ FILE: src/core/utils/minizip/ioapi.cpp function voidpf (line 26) | voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*... function call_zseek64 (line 36) | long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filest... function ZPOS64_T (line 50) | ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf fi... function fill_zlib_filefunc64_32_def_from_filefunc32 (line 64) | void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def*... function voidpf (line 90) | static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* file... function voidpf (line 106) | static voidpf ZCALLBACK fopen64_file_func (voidpf opaque, const void* fi... function uLong (line 112) | static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, vo... function uLong (line 117) | static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, c... function ZPOS64_T (line 122) | static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) function ftell_file_func (line 127) | static long ZCALLBACK ftell_file_func (voidpf opaque, voidpf stream) function fseek_file_func (line 132) | static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uL... function fseek64_file_func (line 154) | static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ... function fclose_file_func (line 175) | static int ZCALLBACK fclose_file_func (voidpf opaque, voidpf stream) function ferror_file_func (line 182) | static int ZCALLBACK ferror_file_func (voidpf opaque, voidpf stream) function fill_fopen_filefunc (line 187) | void fill_fopen_filefunc (zlib_filefunc_def* pzlib_filefunc_def) function fill_fopen64_filefunc (line 200) | void fill_fopen64_filefunc (zlib_filefunc64_def* pzlib_filefunc_def) class _TVPInitZlibFileFunc (line 212) | class _TVPInitZlibFileFunc { method _TVPInitZlibFileFunc (line 214) | _TVPInitZlibFileFunc() { FILE: src/core/utils/minizip/ioapi.h type IT_INT_CUSTOM_TYPE (line 87) | typedef 64BIT_INT_CUSTOM_TYPE ZPOS64_T; type ZPOS64_T (line 91) | typedef uint64_t ZPOS64_T; type ZPOS64_T (line 96) | typedef unsigned __int64 ZPOS64_T; type ZPOS64_T (line 98) | typedef unsigned long long int ZPOS64_T; type zlib_filefunc_def (line 139) | typedef struct zlib_filefunc_def_s type zlib_filefunc64_def (line 155) | typedef struct zlib_filefunc64_def_s type zlib_filefunc64_32_def (line 171) | typedef struct zlib_filefunc64_32_def_s FILE: src/core/utils/minizip/unzip.c type unz_file_info64_internal (line 126) | typedef struct unz_file_info64_internal_s type file_in_zip64_read_info_s (line 134) | typedef struct type unz64_s (line 172) | typedef struct function local (line 213) | local int unz64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 240) | local int unz64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 267) | local int unz64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 303) | local int unz64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 350) | local int strcmpcasenosensitive_internal (const char* fileName1, const c... function unzStringFileNameCompare (line 391) | extern int ZEXPORT unzStringFileNameCompare (const char* fileName1, function local (line 414) | local ZPOS64_T unz64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 479) | local ZPOS64_T unz64local_SearchCentralDir64(const zlib_filefunc64_32_de... function local (line 585) | local unzFile unzOpenInternal (const void *path, function unzFile (line 765) | extern unzFile ZEXPORT unzOpen2 (const char *path, function unzFile (line 778) | extern unzFile ZEXPORT unzOpen2_64 (const void *path, function unzFile (line 793) | extern unzFile ZEXPORT unzOpen (const char *path) function unzFile (line 798) | extern unzFile ZEXPORT unzOpen64 (const void *path) function unzClose (line 808) | extern int ZEXPORT unzClose (unzFile file) function unzGetGlobalInfo64 (line 828) | extern int ZEXPORT unzGetGlobalInfo64 (unzFile file, unz_global_info64* ... function unzGetGlobalInfo (line 838) | extern int ZEXPORT unzGetGlobalInfo (unzFile file, unz_global_info* pglo... function local (line 852) | local void unz64local_DosDateToTmuDate (ZPOS64_T ulDosDate, tm_unz* ptm) function local (line 879) | local int unz64local_GetCurrentFileInfoInternal (unzFile file, function unzGetCurrentFileInfo64 (line 1124) | extern int ZEXPORT unzGetCurrentFileInfo64 (unzFile file, function unzGetCurrentFileInfo (line 1136) | extern int ZEXPORT unzGetCurrentFileInfo (unzFile file, function unzGoToFirstFile (line 1178) | extern int ZEXPORT unzGoToFirstFile (unzFile file) function unzGoToNextFile (line 1199) | extern int ZEXPORT unzGoToNextFile (unzFile file) function unzLocateFile (line 1232) | extern int ZEXPORT unzLocateFile (unzFile file, const char *szFileName, ... function unzGetFilePos64 (line 1308) | extern int ZEXPORT unzGetFilePos64(unzFile file, unz64_file_pos* file_pos) function unzGetFilePos (line 1324) | extern int ZEXPORT unzGetFilePos( function unzGoToFilePos64 (line 1338) | extern int ZEXPORT unzGoToFilePos64(unzFile file, const unz64_file_pos* ... function unzGoToFilePos (line 1360) | extern int ZEXPORT unzGoToFilePos( function local (line 1385) | local int unz64local_CheckCurrentFileCoherencyHeader (unz64_s* s, uInt* ... function unzOpenCurrentFile3 (line 1472) | extern int ZEXPORT unzOpenCurrentFile3 (unzFile file, int* method, function unzOpenData (line 1489) | extern int ZEXPORT unzOpenData (unzFile file, unzData *data, function unzOpenCurrentFile (line 1655) | extern int ZEXPORT unzOpenCurrentFile (unzFile file) function unzOpenCurrentFilePassword (line 1660) | extern int ZEXPORT unzOpenCurrentFilePassword (unzFile file, const char*... function unzOpenCurrentFile2 (line 1665) | extern int ZEXPORT unzOpenCurrentFile2 (unzFile file, int* method, int* ... function ZPOS64_T (line 1672) | extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64( unzFile file) function unzReadCurrentFile (line 1698) | extern int ZEXPORT unzReadCurrentFile (unzFile file, voidp buf, unsigne... function unzReadData (line 1707) | extern int ZEXPORT unzReadData (unzData data, function z_off_t (line 1910) | extern z_off_t ZEXPORT unztell (unzFile file) function ZPOS64_T (line 1919) | extern ZPOS64_T ZEXPORT unztellData (unzData data) function ZPOS64_T (line 1928) | extern ZPOS64_T ZEXPORT unztell64Data (unzFile file) function ZPOS64_T (line 1937) | extern ZPOS64_T ZEXPORT unztell64 (unzData data) function ZEXPORT (line 1951) | extern int ZEXPORT unzeof (unzFile file) function unzeofData (line 1960) | extern int ZEXPORT unzeofData (unzData data) function unzGetLocalExtrafield (line 1987) | extern int ZEXPORT unzGetLocalExtrafield (unzFile file, voidp buf, unsig... function unzCloseCurrentFile (line 2035) | extern int ZEXPORT unzCloseCurrentFile (unzFile file) function unzCloseData (line 2051) | extern int ZEXPORT unzCloseData (unzData data) function unzGetGlobalComment (line 2091) | extern int ZEXPORT unzGetGlobalComment (unzFile file, char * szComment, ... function ZPOS64_T (line 2119) | extern ZPOS64_T ZEXPORT unzGetOffset64(unzFile file) function uLong (line 2134) | extern uLong ZEXPORT unzGetOffset (unzFile file) function unzSetOffset64 (line 2144) | extern int ZEXPORT unzSetOffset64(unzFile file, ZPOS64_T pos) function unzSetOffset (line 2162) | extern int ZEXPORT unzSetOffset (unzFile file, uLong pos) FILE: src/core/utils/minizip/unzip.h type unzFile__ (line 67) | typedef struct TagunzFile__ { int unused; } unzFile__; type unzFile__ (line 68) | typedef unzFile__ *unzFile; type voidp (line 70) | typedef voidp unzFile; type voidp (line 73) | typedef voidp unzData; type tm_unz (line 85) | typedef struct tm_unz_s type unz_global_info64 (line 97) | typedef struct unz_global_info64_s type unz_global_info (line 104) | typedef struct unz_global_info_s type unz_file_info64 (line 112) | typedef struct unz_file_info64_s type unz_file_info (line 133) | typedef struct unz_file_info_s type unz_file_pos (line 259) | typedef struct unz_file_pos_s type unz64_file_pos (line 273) | typedef struct unz64_file_pos_s FILE: src/core/utils/minizip/zip.c type linkedlist_datablock_internal (line 114) | typedef struct linkedlist_datablock_internal_s type linkedlist_data (line 123) | typedef struct linkedlist_data_s type curfile64_info (line 130) | typedef struct type zip64_internal (line 165) | typedef struct function local (line 189) | local linkedlist_datablock_internal* allocate_new_datablock() function local (line 203) | local void free_datablock(linkedlist_datablock_internal* ldi) function local (line 213) | local void init_linkedlist(linkedlist_data* ll) function local (line 218) | local void free_linkedlist(linkedlist_data* ll) function local (line 225) | local int add_data_in_datablock(linkedlist_data* ll, const void* buf, uL... function local (line 287) | local int zip64local_putValue (const zlib_filefunc64_32_def* pzlib_filef... function local (line 311) | local void zip64local_putValue_inmemory (void* dest, ZPOS64_T x, int nbB... function local (line 332) | local uLong zip64local_TmzDateToDosDate(const tm_zip* ptm) function local (line 349) | local int zip64local_getByte(const zlib_filefunc64_32_def* pzlib_filefun... function local (line 373) | local int zip64local_getShort (const zlib_filefunc64_32_def* pzlib_filef... function local (line 395) | local int zip64local_getLong (const zlib_filefunc64_32_def* pzlib_filefu... function local (line 426) | local int zip64local_getLong64 (const zlib_filefunc64_32_def* pzlib_file... function local (line 480) | local ZPOS64_T zip64local_SearchCentralDir(const zlib_filefunc64_32_def*... function local (line 542) | local ZPOS64_T zip64local_SearchCentralDir64(const zlib_filefunc64_32_de... function LoadCentralDirectoryRecord (line 640) | int LoadCentralDirectoryRecord(zip64_internal* pziinit) function zipFile (line 849) | extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipch... function zipFile (line 920) | extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipch... function zipFile (line 932) | extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zi... function zipFile (line 948) | extern zipFile ZEXPORT zipOpen (const char* pathname, int append) function zipFile (line 953) | extern zipFile ZEXPORT zipOpen64 (const void* pathname, int append) function Write_LocalFileHeader (line 958) | int Write_LocalFileHeader(zip64_internal* zi, const char* filename, uInt... function zipOpenNewFileInZip4 (line 1264) | extern int ZEXPORT zipOpenNewFileInZip4 (zipFile file, const char* filen... function zipOpenNewFileInZip3 (line 1280) | extern int ZEXPORT zipOpenNewFileInZip3 (zipFile file, const char* filen... function zipOpenNewFileInZip3_64 (line 1295) | extern int ZEXPORT zipOpenNewFileInZip3_64(zipFile file, const char* fil... function zipOpenNewFileInZip2 (line 1310) | extern int ZEXPORT zipOpenNewFileInZip2(zipFile file, const char* filena... function zipOpenNewFileInZip2_64 (line 1323) | extern int ZEXPORT zipOpenNewFileInZip2_64(zipFile file, const char* fil... function zipOpenNewFileInZip64 (line 1336) | extern int ZEXPORT zipOpenNewFileInZip64 (zipFile file, const char* file... function zipOpenNewFileInZip (line 1349) | extern int ZEXPORT zipOpenNewFileInZip (zipFile file, const char* filena... function local (line 1362) | local int zip64FlushWriteBuffer(zip64_internal* zi) function zipWriteInFileInZip (line 1401) | extern int ZEXPORT zipWriteInFileInZip (zipFile file,const void* buf,uns... function zipCloseFileInZipRaw (line 1508) | extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompresse... function zipCloseFileInZipRaw64 (line 1513) | extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncomp... function zipCloseFileInZip (line 1747) | extern int ZEXPORT zipCloseFileInZip (zipFile file) function Write_Zip64EndOfCentralDirectoryLocator (line 1752) | int Write_Zip64EndOfCentralDirectoryLocator(zip64_internal* zi, ZPOS64_T... function Write_Zip64EndOfCentralDirectoryRecord (line 1774) | int Write_Zip64EndOfCentralDirectoryRecord(zip64_internal* zi, uLong siz... function Write_EndOfCentralDirectoryRecord (line 1813) | int Write_EndOfCentralDirectoryRecord(zip64_internal* zi, uLong size_cen... function Write_GlobalComment (line 1861) | int Write_GlobalComment(zip64_internal* zi, const char* global_comment) function zipClose (line 1879) | extern int ZEXPORT zipClose (zipFile file, const char* global_comment) function zipRemoveExtraInfoBlock (line 1948) | extern int ZEXPORT zipRemoveExtraInfoBlock (char* pData, int* dataLen, s... FILE: src/core/utils/minizip/zip.h type zipFile__ (line 66) | typedef struct TagzipFile__ { int unused; } zipFile__; type zipFile__ (line 67) | typedef zipFile__ *zipFile; type voidp (line 69) | typedef voidp zipFile; type tm_zip (line 89) | typedef struct tm_zip_s type zip_fileinfo (line 99) | typedef struct FILE: src/core/utils/win32/ClipboardImpl.cpp function TVPClipboardHasFormat (line 19) | bool TVPClipboardHasFormat(tTVPClipboardFormat format) function TVPClipboardSetText (line 40) | void TVPClipboardSetText(const ttstr & text) function TVPClipboardGetText (line 81) | bool TVPClipboardGetText(ttstr & text) FILE: src/core/utils/win32/DebugImpl.cpp function TVPOnErrorHook (line 19) | void TVPOnErrorHook() class tTJSNC_Controller (line 32) | class tTJSNC_Controller : public tTJSNativeClass function TJS_DECL_EMPTY_FINALIZE_METHOD (line 48) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_PROP_DECL (line 60) | TJS_BEGIN_NATIVE_PROP_DECL(visible) function TJS_END_NATIVE_PROP_GETTER (line 67) | TJS_END_NATIVE_PROP_GETTER function iTJSDispatch2 (line 82) | static iTJSDispatch2 * TVPGetControllerClass() class tTJSNC_Console (line 101) | class tTJSNC_Console : public tTJSNativeClass function TJS_DECL_EMPTY_FINALIZE_METHOD (line 118) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_PROP_DECL (line 130) | TJS_BEGIN_NATIVE_PROP_DECL(visible) function TJS_END_NATIVE_PROP_GETTER (line 138) | TJS_END_NATIVE_PROP_GETTER function iTJSDispatch2 (line 154) | static iTJSDispatch2 * TVPGetConsoleClass() function tTJSNativeInstance (line 174) | tTJSNativeInstance *tTJSNC_Debug::CreateNativeInstance() function tTJSNativeClass (line 179) | tTJSNativeClass * TVPCreateNativeClass_Debug() function TJS_BEGIN_NATIVE_PROP_DECL (line 199) | TJS_BEGIN_NATIVE_PROP_DECL(console) FILE: src/core/utils/win32/PadImpl.cpp function tjs_error (line 22) | tjs_error TJS_INTF_METHOD function ttstr (line 59) | ttstr tTJSNI_Pad::GetText() const function tjs_uint32 (line 64) | tjs_uint32 tTJSNI_Pad::GetColor() const function ttstr (line 84) | ttstr tTJSNI_Pad::GetFileName() const function ttstr (line 99) | ttstr tTJSNI_Pad::GetTitle() const function tjs_uint32 (line 104) | tjs_uint32 tTJSNI_Pad::GetFontColor() const function tjs_int (line 114) | tjs_int tTJSNI_Pad::GetFontHeight() const // pixel function tjs_int (line 124) | tjs_int tTJSNI_Pad::GetFontSize() const // point function ttstr (line 149) | ttstr tTJSNI_Pad::GetFontName(void) const function tjs_int (line 169) | tjs_int tTJSNI_Pad::GetOpacity(void) const function tjs_int (line 199) | tjs_int tTJSNI_Pad::GetScrollBarsVisible(void) const function ttstr (line 214) | ttstr tTJSNI_Pad::GetStatusText() const function tjs_int (line 219) | tjs_int tTJSNI_Pad::GetBorderStyle() const function tjs_int (line 229) | tjs_int tTJSNI_Pad::GetFormHeight() const function tjs_int (line 239) | tjs_int tTJSNI_Pad::GetFormWidth() const function tjs_int (line 249) | tjs_int tTJSNI_Pad::GetFormTop() const function tjs_int (line 259) | tjs_int tTJSNI_Pad::GetFormLeft() const function tTJSNativeInstance (line 300) | tTJSNativeInstance *tTJSNC_Pad::CreateNativeInstance() FILE: src/core/utils/win32/PadImpl.h function class (line 21) | class tTJSNI_Pad : public tTJSNI_BasePad FILE: src/core/utils/win32/TVPTimer.cpp type tTVPTimerImpl (line 6) | struct tTVPTimerImpl { method SetTimer (line 14) | void SetTimer(TVPTimer * p) { pTimer = p; } method Kill (line 15) | void Kill() { method Add (line 22) | void Add(tTVPTimerImpl* p) { type t_timer_idx (line 36) | struct t_timer_idx { method t_timer_idx (line 47) | t_timer_idx(uint32_t idx) : _idx(idx) {} FILE: src/core/utils/win32/TVPTimer.h function class (line 5) | class TVPTimerEventIntarface { function Handle (line 18) | void Handle() { (owner_->*handler_)(); } function class (line 21) | class TVPTimer { FILE: src/core/utils/win32/ThreadImpl.cpp function tTVPThreadPriority (line 74) | tTVPThreadPriority tTVPThread::GetPriority() function tjs_int (line 170) | static tjs_int GetProcesserNum(void) function tjs_int (line 181) | tjs_int TVPGetProcessorNum(void) function tjs_int (line 187) | tjs_int TVPGetThreadNum(void) function TVPExecThreadTask (line 195) | void TVPExecThreadTask(int numThreads, TVP_THREAD_TASK_FUNC func) function TVPOnThreadExited (line 228) | void TVPOnThreadExited() { function TVPAddOnThreadExitEvent (line 234) | void TVPAddOnThreadExitEvent(const std::function &ev) FILE: src/core/utils/win32/ThreadImpl.h function class (line 22) | class tTVPThread function class (line 64) | class tTVPThreadEvent FILE: src/core/utils/win32/TimerImpl.cpp class tTVPTimerThread (line 36) | class tTVPTimerThread : public tTVPThread function tjs_error (line 374) | tjs_error TJS_INTF_METHOD tTJSNI_Timer::Construct(tjs_int numparams, function tjs_uint64 (line 396) | tjs_uint64 tTJSNI_Timer::GetInterval() const function tjs_uint64 (line 401) | tjs_uint64 tTJSNI_Timer::GetNextTick() const function tTJSNativeInstance (line 434) | tTJSNativeInstance *tTJSNC_Timer::CreateNativeInstance() function tTJSNativeClass (line 445) | tTJSNativeClass * TVPCreateNativeClass_Timer() FILE: src/core/utils/win32/TimerImpl.h function class (line 20) | class tTJSNI_Timer : public tTJSNI_BaseTimer FILE: src/core/visual/ARM/AlphaMovie_mjpeg.h function AlphaMovie_mjpeg_IDCT_neon (line 28) | static void AlphaMovie_mjpeg_IDCT_neon(int16_t *quantptr, int16_t *inptr... FILE: src/core/visual/ARM/tvpgl_arm.cpp function do_blend_ (line 31) | void do_blend_(LoadFuncS lfuncs, LoadFuncD lfuncd, StoreFunc sfunc, CFun... function uint8x8_t (line 69) | static uint8x8_t __vld1_u8(uint8_t* p) { return vld1_u8(p); } function uint8x8x4_t (line 70) | static uint8x8x4_t __vld4_u8(uint8_t* p) { return vld4_u8(p); } function __vst4_u8 (line 71) | static void __vst4_u8(uint8_t* p, uint8x8x4_t v) { return vst4_u8(p, v); } function do_blend (line 73) | void do_blend(CFunc c_func, OPFunc op_func, tjs_uint32 *dest, const tjs_... function uint8x16x4_t (line 76) | static uint8x16x4_t __vld4q_u8(uint8_t* p) { function __vst4q_u8 (line 80) | static void __vst4q_u8(uint8_t* p, uint8x16x4_t v) { return vst4q_u8(p, ... function do_blend_128 (line 82) | void do_blend_128(CFunc c_func, OPFunc op_func, tjs_uint32 *dest, const ... function do_blend_lum (line 87) | void do_blend_lum(CFunc c_func, OPFunc op_func, tjs_uint32 *dest, const ... function do_stretch_blend (line 92) | void do_stretch_blend(CFunc c_func, OPFunc op_func, tjs_uint32 *dest, tj... function do_lintrans_blend (line 124) | void do_lintrans_blend(CFunc c_func, OPFunc op_func, tjs_uint32 *dest, t... function do_interp_stretch_blend (line 158) | void do_interp_stretch_blend(CFunc c_func, OPFunc op_func, tjs_uint32 *d... function do_interp_lintrans_blend (line 241) | void do_interp_lintrans_blend(CFunc c_func, OPFunc op_func, tjs_uint32 *... function do_apply_pixel_ (line 332) | void do_apply_pixel_(LoadFunc lfunc, StoreFunc sfunc, CFunc c_func, OPFu... function do_apply_pixel (line 355) | void do_apply_pixel(CFunc c_func, OPFunc op_func, tjs_uint32 *dest, tjs_... function do_blend_2 (line 360) | void do_blend_2(CFunc c_func, OPFunc op_func, tjs_uint32 *dest, const tj... function do_univ_blend (line 402) | void do_univ_blend(CFunc c_func, OPFunc op_func, tjs_uint32 *dest, const... function do_univ_switch (line 459) | void do_univ_switch(CFunc c_func, OPFunc op_func, tjs_uint32 *dest, cons... function uint8x8x4_t (line 505) | uint8x8x4_t do_SrcAlphaBranch(uint8x8x4_t s, uint8x8x4_t d, TFunc func, ... function uint8x8x4_t (line 515) | uint8x8x4_t do_SrcAddAlphaBranch(uint8x8x4_t s, uint8x8x4_t d, TFunc fun... function uint8x8x4_t (line 522) | static uint8x8x4_t do_copy_src(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 527) | static uint8x8x4_t do_AlphaBlend(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 534) | static uint8x8x4_t do_AlphaBlend_o(uint8x8x4_t s, uint8x8x4_t d, tjs_int... function uint8x8x4_t (line 538) | static uint8x8x4_t do_AlphaBlend_d_(uint8x8x4_t s, uint8x8x4_t d, uint16... function uint8x8x4_t (line 552) | static uint8x8x4_t do_AlphaBlend_d(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 559) | static uint8x8x4_t do_AlphaBlend_do(uint8x8x4_t s, uint8x8x4_t d, tjs_in... function uint8x8x4_t (line 565) | static uint8x8x4_t do_AddAlphaBlend(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 579) | static uint8x8x4_t do_ConvertAlphaToAdditiveAlpha(uint8x8x4_t s) { function uint8x8x4_t (line 585) | static uint8x8x4_t do_AlphaBlend_da(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 592) | static uint8x8x4_t do_AlphaBlend_a(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 597) | static uint8x8x4_t do_AlphaBlend_ao(uint8x8x4_t s, uint8x8x4_t d, tjs_in... function uint8x8x4_t (line 603) | static uint8x8x4_t do_ConstAlphaBlend(uint8x8x4_t s, uint8x8x4_t d, tjs_... function uint8x8x4_t (line 607) | static uint8x8x4_t do_ConstAlphaBlend_d(uint8x8x4_t s, uint8x8x4_t d, tj... function uint8x8x4_t (line 611) | static uint8x8x4_t do_ConstAlphaBlend_a(uint8x8x4_t s, uint8x8x4_t d, tj... function uint8x8x4_t (line 616) | static uint8x8x4_t do_ConstAlphaBlend_SD(uint8x8x4_t s, uint8x8x4_t d, t... function uint8x8x4_t (line 620) | static uint8x8x4_t do_ConstAlphaBlend_SD_d(uint8x8x4_t s, uint8x8x4_t d,... function uint8x8x4_t (line 630) | static uint8x8x4_t do_ConstAlphaBlend_SD_a(uint8x8x4_t s, uint8x8x4_t d,... function uint8x8x4_t (line 636) | static uint8x8x4_t do_AlphaColorMat(uint8x8x4_t s, tjs_uint32 color) { function TVPAlphaColorMat_frag (line 644) | static void TVPAlphaColorMat_frag(tjs_uint32 *dest, tjs_int len, const t... function TVPAlphaColorMat_NEON (line 647) | static void TVPAlphaColorMat_NEON(tjs_uint32 *dest, const tjs_uint32 col... function uint8x8x4_t (line 653) | static uint8x8x4_t do_AddAlphaBlendSrc(uint8x8x4_t s, tjs_int opa) { function uint8x8x4_t (line 665) | static uint8x8x4_t do_AddAlphaBlend_o(uint8x8x4_t s, uint8x8x4_t d, tjs_... function uint8x8x4_t (line 669) | static uint8x8x4_t do_AddAlphaBlend_a(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 677) | static uint8x8x4_t do_AddAlphaBlend_ao(uint8x8x4_t s, uint8x8x4_t d, tjs... function uint8x8x4_t (line 683) | static uint8x8x4_t do_AlphaBlend_branch(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 686) | static uint8x8x4_t do_AlphaBlend_a_branch(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 689) | static uint8x8x4_t do_AlphaBlend_d_branch(uint8x8x4_t s, uint8x8x4_t d) { function TVPAlphaBlend_NEON (line 692) | static void TVPAlphaBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src, ... function TVPAlphaBlend_o_NEON (line 695) | static void TVPAlphaBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function TVPAlphaBlend_a_NEON (line 698) | static void TVPAlphaBlend_a_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function TVPAlphaBlend_ao_NEON (line 701) | static void TVPAlphaBlend_ao_NEON(tjs_uint32 *dest, const tjs_uint32 *sr... function TVPAlphaBlend_d_NEON (line 704) | static void TVPAlphaBlend_d_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function TVPAlphaBlend_do_NEON (line 707) | static void TVPAlphaBlend_do_NEON(tjs_uint32 *dest, const tjs_uint32 *sr... function TVPAdditiveAlphaBlend_NEON (line 710) | static void TVPAdditiveAlphaBlend_NEON(tjs_uint32 *dest, const tjs_uint3... function TVPAdditiveAlphaBlend_o_NEON (line 713) | static void TVPAdditiveAlphaBlend_o_NEON(tjs_uint32 *dest, const tjs_uin... function TVPAdditiveAlphaBlend_a_NEON (line 716) | static void TVPAdditiveAlphaBlend_a_NEON(tjs_uint32 *dest, const tjs_uin... function TVPAdditiveAlphaBlend_ao_NEON (line 719) | static void TVPAdditiveAlphaBlend_ao_NEON(tjs_uint32 *dest, const tjs_ui... function TVPConvertAlphaToAdditiveAlpha_NEON (line 722) | static void TVPConvertAlphaToAdditiveAlpha_NEON(tjs_uint32 *dest, tjs_in... function TVPStretchAlphaBlend_NEON (line 728) | static void TVPStretchAlphaBlend_NEON(tjs_uint32 *dest, tjs_int len, con... function TVPStretchAlphaBlend_o_NEON (line 731) | static void TVPStretchAlphaBlend_o_NEON(tjs_uint32 *dest, tjs_int len, c... function TVPStretchAlphaBlend_a_NEON (line 734) | static void TVPStretchAlphaBlend_a_NEON(tjs_uint32 *dest, tjs_int len, c... function TVPStretchAlphaBlend_ao_NEON (line 737) | static void TVPStretchAlphaBlend_ao_NEON(tjs_uint32 *dest, tjs_int len, ... function TVPStretchAlphaBlend_d_NEON (line 740) | static void TVPStretchAlphaBlend_d_NEON(tjs_uint32 *dest, tjs_int len, c... function TVPStretchAlphaBlend_do_NEON (line 743) | static void TVPStretchAlphaBlend_do_NEON(tjs_uint32 *dest, tjs_int len, ... function TVPStretchAdditiveAlphaBlend_NEON (line 746) | static void TVPStretchAdditiveAlphaBlend_NEON(tjs_uint32 *dest, tjs_int ... function TVPStretchAdditiveAlphaBlend_o_NEON (line 749) | static void TVPStretchAdditiveAlphaBlend_o_NEON(tjs_uint32 *dest, tjs_in... function TVPStretchAdditiveAlphaBlend_a_NEON (line 752) | static void TVPStretchAdditiveAlphaBlend_a_NEON(tjs_uint32 *dest, tjs_in... function TVPStretchAdditiveAlphaBlend_ao_NEON (line 755) | static void TVPStretchAdditiveAlphaBlend_ao_NEON(tjs_uint32 *dest, tjs_i... function TVPLinTransAlphaBlend_NEON (line 758) | static void TVPLinTransAlphaBlend_NEON(tjs_uint32 *dest, tjs_int len, co... function TVPLinTransAlphaBlend_o_NEON (line 761) | static void TVPLinTransAlphaBlend_o_NEON(tjs_uint32 *dest, tjs_int len, ... function TVPLinTransAlphaBlend_a_NEON (line 764) | static void TVPLinTransAlphaBlend_a_NEON(tjs_uint32 *dest, tjs_int len, ... function TVPLinTransAlphaBlend_ao_NEON (line 767) | static void TVPLinTransAlphaBlend_ao_NEON(tjs_uint32 *dest, tjs_int len,... function TVPLinTransAlphaBlend_d_NEON (line 770) | static void TVPLinTransAlphaBlend_d_NEON(tjs_uint32 *dest, tjs_int len, ... function TVPLinTransAlphaBlend_do_NEON (line 773) | static void TVPLinTransAlphaBlend_do_NEON(tjs_uint32 *dest, tjs_int len,... function TVPLinTransAdditiveAlphaBlend_NEON (line 776) | static void TVPLinTransAdditiveAlphaBlend_NEON(tjs_uint32 *dest, tjs_int... function TVPLinTransAdditiveAlphaBlend_o_NEON (line 779) | static void TVPLinTransAdditiveAlphaBlend_o_NEON(tjs_uint32 *dest, tjs_i... function TVPLinTransAdditiveAlphaBlend_a_NEON (line 782) | static void TVPLinTransAdditiveAlphaBlend_a_NEON(tjs_uint32 *dest, tjs_i... function TVPLinTransAdditiveAlphaBlend_ao_NEON (line 785) | static void TVPLinTransAdditiveAlphaBlend_ao_NEON(tjs_uint32 *dest, tjs_... function TVPInterpStretchCopy_NEON (line 788) | static void TVPInterpStretchCopy_NEON(tjs_uint32 *dest, tjs_int len, con... function TVPInterpLinTransCopy_NEON (line 791) | static void TVPInterpLinTransCopy_NEON(tjs_uint32 *dest, tjs_int len, co... function TVPInterpStretchAdditiveAlphaBlend_NEON (line 794) | static void TVPInterpStretchAdditiveAlphaBlend_NEON(tjs_uint32 *dest, tj... function TVPInterpStretchAdditiveAlphaBlend_o_NEON (line 797) | static void TVPInterpStretchAdditiveAlphaBlend_o_NEON(tjs_uint32 *dest, ... function TVPInterpLinTransAdditiveAlphaBlend_NEON (line 800) | static void TVPInterpLinTransAdditiveAlphaBlend_NEON(tjs_uint32 *dest, t... function TVPInterpLinTransAdditiveAlphaBlend_o_NEON (line 803) | static void TVPInterpLinTransAdditiveAlphaBlend_o_NEON(tjs_uint32 *dest,... function TVPInterpStretchConstAlphaBlend_NEON (line 806) | static void TVPInterpStretchConstAlphaBlend_NEON(tjs_uint32 *dest, tjs_i... function TVPInterpLinTransConstAlphaBlend_NEON (line 809) | static void TVPInterpLinTransConstAlphaBlend_NEON(tjs_uint32 *dest, tjs_... function uint8x8x4_t (line 815) | static uint8x8x4_t do_CopyOpaqueImage_64(uint8x8x4_t s, uint8x8x4_t d) { function uint8x16x4_t (line 819) | static uint8x16x4_t do_CopyOpaqueImage_128(uint8x16x4_t s) { function TVPCopyOpaqueImage_NEON (line 823) | static void TVPCopyOpaqueImage_NEON(tjs_uint32 *dest, const tjs_uint32 *... function TVPStretchCopyOpaqueImage_NEON (line 826) | static void TVPStretchCopyOpaqueImage_NEON(tjs_uint32 *dest, tjs_int len... function TVPLinTransCopyOpaqueImage_NEON (line 829) | static void TVPLinTransCopyOpaqueImage_NEON(tjs_uint32 *dest, tjs_int le... function TVPConstAlphaBlend_NEON (line 834) | static void TVPConstAlphaBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *... function TVPConstAlphaBlend_d_NEON (line 837) | static void TVPConstAlphaBlend_d_NEON(tjs_uint32 *dest, const tjs_uint32... function TVPConstAlphaBlend_a_NEON (line 840) | static void TVPConstAlphaBlend_a_NEON(tjs_uint32 *dest, const tjs_uint32... function TVPStretchConstAlphaBlend_NEON (line 844) | static void TVPStretchConstAlphaBlend_NEON(tjs_uint32 *dest, tjs_int len... function TVPStretchConstAlphaBlend_d_NEON (line 847) | static void TVPStretchConstAlphaBlend_d_NEON(tjs_uint32 *dest, tjs_int l... function TVPStretchConstAlphaBlend_a_NEON (line 850) | static void TVPStretchConstAlphaBlend_a_NEON(tjs_uint32 *dest, tjs_int l... function TVPLinTransConstAlphaBlend_NEON (line 854) | static void TVPLinTransConstAlphaBlend_NEON(tjs_uint32 *dest, tjs_int le... function TVPLinTransConstAlphaBlend_d_NEON (line 857) | static void TVPLinTransConstAlphaBlend_d_NEON(tjs_uint32 *dest, tjs_int ... function TVPLinTransConstAlphaBlend_a_NEON (line 860) | static void TVPLinTransConstAlphaBlend_a_NEON(tjs_uint32 *dest, tjs_int ... function TVPConstAlphaBlend_SD_NEON (line 864) | static void TVPConstAlphaBlend_SD_NEON(tjs_uint32 *dest, const tjs_uint3... function TVPConstAlphaBlend_SD_d_NEON (line 867) | static void TVPConstAlphaBlend_SD_d_NEON(tjs_uint32 *dest, const tjs_uin... function TVPConstAlphaBlend_SD_a_NEON (line 870) | static void TVPConstAlphaBlend_SD_a_NEON(tjs_uint32 *dest, const tjs_uin... function uint8x8x4_t (line 876) | static uint8x8x4_t do_UnivTransBlend(uint8x8x4_t s2, uint8x8x4_t s1, uin... function uint8x8x4_t (line 880) | static uint8x8x4_t do_UnivTransBlend_d(uint8x8x4_t s2, uint8x8x4_t s1, u... function uint8x8x4_t (line 887) | static uint8x8x4_t do_UnivTransBlend_a(uint8x8x4_t s2, uint8x8x4_t s1, u... function TVPUnivTransBlend_NEON (line 891) | static void TVPUnivTransBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *s... function TVPUnivTransBlend_d_NEON (line 894) | static void TVPUnivTransBlend_d_NEON(tjs_uint32 *dest, const tjs_uint32 ... function TVPUnivTransBlend_a_NEON (line 897) | static void TVPUnivTransBlend_a_NEON(tjs_uint32 *dest, const tjs_uint32 ... function TVPUnivTransBlend_switch_NEON (line 900) | static void TVPUnivTransBlend_switch_NEON(tjs_uint32 *dest, const tjs_ui... function TVPUnivTransBlend_switch_d_NEON (line 903) | static void TVPUnivTransBlend_switch_d_NEON(tjs_uint32 *dest, const tjs_... function TVPUnivTransBlend_switch_a_NEON (line 906) | static void TVPUnivTransBlend_switch_a_NEON(tjs_uint32 *dest, const tjs_... function uint8x8x4_t (line 913) | static uint8x8x4_t do_mergeColorSrc(uint8x8_t s, tjs_uint32 color) { function uint8x8x4_t (line 922) | static uint8x8x4_t do_ApplyColorMap(uint8x8_t s, uint8x8x4_t d, tjs_uint... function uint8x8x4_t (line 926) | static uint8x8x4_t do_ApplyColorMap_o(uint8x8_t s, uint8x8x4_t d, tjs_ui... function uint8x8x4_t (line 930) | static uint8x8x4_t do_ApplyColorMap_d(uint8x8_t s, uint8x8x4_t d, tjs_ui... function uint8x8x4_t (line 938) | static uint8x8x4_t do_ApplyColorMap_a(uint8x8_t s, uint8x8x4_t d, tjs_ui... function uint8x8x4_t (line 942) | static uint8x8x4_t do_ApplyColorMap_do(uint8x8_t s, uint8x8x4_t d, tjs_u... function uint8x8x4_t (line 947) | static uint8x8x4_t do_ApplyColorMap_ao(uint8x8_t s, uint8x8x4_t d, tjs_u... function TVPApplyColorMap_NEON (line 953) | static void TVPApplyColorMap_NEON(tjs_uint32 *dest, const tjs_uint8 *src... function TVPApplyColorMap_o_NEON (line 956) | static void TVPApplyColorMap_o_NEON(tjs_uint32 *dest, const tjs_uint8 *s... function TVPApplyColorMap_d_NEON (line 959) | static void TVPApplyColorMap_d_NEON(tjs_uint32 *dest, const tjs_uint8 *s... function TVPApplyColorMap_a_NEON (line 962) | static void TVPApplyColorMap_a_NEON(tjs_uint32 *dest, const tjs_uint8 *s... function TVPApplyColorMap_do_NEON (line 965) | static void TVPApplyColorMap_do_NEON(tjs_uint32 *dest, const tjs_uint8 *... function TVPApplyColorMap_ao_NEON (line 968) | static void TVPApplyColorMap_ao_NEON(tjs_uint32 *dest, const tjs_uint8 *... function uint8x8x4_t (line 974) | static uint8x8x4_t do_ConstColorAlphaBlend(uint8x8x4_t d, tjs_uint32 col... function uint8x8x4_t (line 987) | static uint8x8x4_t do_ConstColorAlphaBlend_d(uint8x8x4_t d, tjs_uint32 c... function uint8x8x4_t (line 999) | static uint8x8x4_t do_ConstColorAlphaBlend_a(uint8x8x4_t d, tjs_uint32 c... function TVPConstColorAlphaBlend_NEON (line 1008) | static void TVPConstColorAlphaBlend_NEON(tjs_uint32 *dest, tjs_int len, ... function TVPConstColorAlphaBlend_d_NEON (line 1011) | static void TVPConstColorAlphaBlend_d_NEON(tjs_uint32 *dest, tjs_int len... function TVPConstColorAlphaBlend_a_NEON (line 1014) | static void TVPConstColorAlphaBlend_a_NEON(tjs_uint32 *dest, tjs_int len... function uint8x8x4_t (line 1019) | static uint8x8x4_t do_RemoveConstOpacity(uint8x8x4_t d, tjs_int opa) { function uint8x8x4_t (line 1023) | static uint8x8x4_t do_RemoveOpacity(uint8x8_t s, uint8x8x4_t d) { function uint8x8x4_t (line 1027) | static uint8x8x4_t do_RemoveOpacity_o(uint8x8_t s, uint8x8x4_t d, tjs_in... function TVPRemoveConstOpacity_NEON (line 1034) | static void TVPRemoveConstOpacity_NEON(tjs_uint32 *dest, tjs_int len, tj... function TVPRemoveOpacity_NEON (line 1038) | static void TVPRemoveOpacity_NEON(tjs_uint32 *dest, const tjs_uint8 *src... function TVPRemoveOpacity_o_NEON (line 1042) | static void TVPRemoveOpacity_o_NEON(tjs_uint32 *dest, const tjs_uint8 *s... function uint8x16x4_t (line 1048) | static uint8x16x4_t do_AddBlend_HDA_128(uint8x16x4_t s, uint8x16x4_t d) { function uint8x16x4_t (line 1054) | static uint8x16x4_t do_AddBlend_NonHDA_128(uint8x16x4_t s, uint8x16x4_t ... function uint8x8x4_t (line 1059) | static uint8x8x4_t do_AddBlend_o(uint8x8x4_t s, uint8x8x4_t d, tjs_int o... function TVPAddBlend_NEON (line 1067) | static void TVPAddBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src, tj... function TVPAddBlend_HDA_NEON (line 1070) | static void TVPAddBlend_HDA_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function TVPAddBlend_o_NEON (line 1073) | static void TVPAddBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *src, ... function uint8x16x4_t (line 1079) | static uint8x16x4_t do_SubBlend_HDA(uint8x16x4_t s, uint8x16x4_t d) { function uint8x16x4_t (line 1085) | static uint8x16x4_t do_SubBlend_NonHDA(uint8x16x4_t s, uint8x16x4_t d) { function uint8x8x4_t (line 1090) | static uint8x8x4_t do_SubBlend_o(uint8x8x4_t s, uint8x8x4_t d, tjs_int o... function TVPSubBlend_NEON (line 1103) | static void TVPSubBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src, tj... function TVPSubBlend_HDA_NEON (line 1106) | static void TVPSubBlend_HDA_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function TVPSubBlend_o_NEON (line 1109) | static void TVPSubBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *src, ... function uint8x8x4_t (line 1115) | static uint8x8x4_t do_MulBlend_HDA(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 1121) | static uint8x8x4_t do_MulBlend_o_HDA(uint8x8x4_t s, uint8x8x4_t d, tjs_i... function uint8x8x4_t (line 1131) | static uint8x8x4_t do_MulBlend_NonHDA(uint8x8x4_t s, uint8x8x4_t d) { function uint8x8x4_t (line 1136) | static uint8x8x4_t do_MulBlend_o_NonHDA(uint8x8x4_t s, uint8x8x4_t d, tj... function TVPMulBlend_HDA_NEON (line 1141) | static void TVPMulBlend_HDA_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function TVPMulBlend_HDA_o_NEON (line 1144) | static void TVPMulBlend_HDA_o_NEON(tjs_uint32 *dest, const tjs_uint32 *s... function TVPMulBlend_NEON (line 1147) | static void TVPMulBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src, tj... function TVPMulBlend_o_NEON (line 1150) | static void TVPMulBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *src, ... function uint8x8x4_t (line 1154) | static uint8x8x4_t do_ColorDodgeBlend(uint8x8x4_t s_argb8, uint8x8x4_t d... function uint8x8x4_t (line 1176) | static uint8x8x4_t do_ColorDodgeBlend_o(uint8x8x4_t s, uint8x8x4_t d, tj... function TVPColorDodgeBlend_NEON (line 1181) | static void TVPColorDodgeBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *... function TVPColorDodgeBlend_o_NEON (line 1184) | static void TVPColorDodgeBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32... function uint8x16x4_t (line 1188) | static uint8x16x4_t do_DarkenBlend(uint8x16x4_t s, uint8x16x4_t d) { function uint8x8x4_t (line 1194) | static uint8x8x4_t do_DarkenBlend_o(uint8x8x4_t s, uint8x8x4_t d, tjs_in... function uint8x16x4_t (line 1201) | static uint8x16x4_t do_LightenBlend(uint8x16x4_t s, uint8x16x4_t d) { function uint8x8x4_t (line 1207) | static uint8x8x4_t do_LightenBlend_o(uint8x8x4_t s, uint8x8x4_t d, tjs_i... function uint8x8x4_t (line 1214) | static uint8x8x4_t do_ScreenBlend(uint8x8x4_t s_argb8, uint8x8x4_t d_arg... function uint8x8x4_t (line 1223) | static uint8x8x4_t do_ScreenBlend_o(uint8x8x4_t s, uint8x8x4_t d, tjs_in... function TVPDarkenBlend_NEON (line 1228) | static void TVPDarkenBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src,... function TVPDarkenBlend_o_NEON (line 1231) | static void TVPDarkenBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *sr... function TVPLightenBlend_NEON (line 1234) | static void TVPLightenBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function TVPLightenBlend_o_NEON (line 1237) | static void TVPLightenBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *s... function TVPScreenBlend_NEON (line 1240) | static void TVPScreenBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src,... function TVPScreenBlend_o_NEON (line 1243) | static void TVPScreenBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *sr... function TVPFastLinearInterpV2_NEON (line 1247) | static void TVPFastLinearInterpV2_NEON(tjs_uint32 *dest, tjs_int len, co... function uint8x8x4_t (line 1288) | static uint8x8x4_t do_CopyMask(uint8x8x4_t s, uint8x8x4_t d) { function TVPCopyMask_NEON (line 1292) | static void TVPCopyMask_NEON(tjs_uint32 *dest, const tjs_uint32 *src, tj... function uint8x8x4_t (line 1295) | static uint8x8x4_t do_CopyColor(uint8x8x4_t s, uint8x8x4_t d) { function TVPCopyColor_NEON (line 1299) | static void TVPCopyColor_NEON(tjs_uint32 *dest, const tjs_uint32 *src, t... function uint8x8x4_t (line 1302) | static uint8x8x4_t do_BindMaskToMain(uint8x8_t s, uint8x8x4_t d) { function TVPBindMaskToMain_NEON (line 1306) | static void TVPBindMaskToMain_NEON(tjs_uint32 *main, const tjs_uint8 *ma... function TVPFillARGB_NEON (line 1309) | static void TVPFillARGB_NEON(tjs_uint32 *dest, tjs_int len, tjs_uint32 v... function uint8x8x4_t (line 1326) | static uint8x8x4_t do_FillColor(uint8x8x4_t d, tjs_uint32 color) { function TVPFillColor_NEON (line 1333) | static void TVPFillColor_NEON(tjs_uint32 *dest, tjs_int len, tjs_uint32 ... function uint8x8x4_t (line 1336) | static uint8x8x4_t do_FillMask(uint8x8x4_t d, tjs_uint32 mask) { function TVPFillMask_NEON (line 1340) | static void TVPFillMask_NEON(tjs_uint32 *dest, tjs_int len, tjs_uint32 m... function TVPAddSubVertSum16_NEON (line 1344) | static void TVPAddSubVertSum16_NEON(tjs_uint16 *dest, const tjs_uint32 *... function TVPAddSubVertSum16_d_NEON (line 1395) | static void TVPAddSubVertSum16_d_NEON(tjs_uint16 *dest, const tjs_uint32... function TVPDoBoxBlurAvg16_NEON (line 1449) | static void TVPDoBoxBlurAvg16_NEON(tjs_uint32 *dest, tjs_uint16 *_sum, c... function uint8x8x4_t (line 1502) | static uint8x8x4_t do_Expand8BitTo32BitGray(uint8x8_t s, uint8x8x4_t d) { function TVPExpand8BitTo32BitGray_NEON (line 1509) | static void TVPExpand8BitTo32BitGray_NEON(tjs_uint32 *dest, const tjs_ui... function uint8x16x4_t (line 1512) | static uint8x16x4_t do_ReverseRGB(uint8x16x4_t s, uint8x16x4_t d) { function TVPReverseRGB_NEON (line 1518) | static void TVPReverseRGB_NEON(tjs_uint32 *dest, const tjs_uint32 *src, ... function TVPUpscale65_255_NEON (line 1522) | static void TVPUpscale65_255_NEON(tjs_uint8 *dest, tjs_int len) { function TVPBLConvert15BitTo32Bit_NEON (line 1546) | static void TVPBLConvert15BitTo32Bit_NEON(tjs_uint32 *dest, const tjs_ui... function TVPConvert24BitTo32Bit_NEON (line 1621) | static void TVPConvert24BitTo32Bit_NEON(tjs_uint32 *dest, const tjs_uint... function TVPConvert32BitTo24Bit_NEON (line 1664) | static void TVPConvert32BitTo24Bit_NEON(tjs_uint8 *dest, const tjs_uint8... function uint8x8x4_t (line 1713) | static uint8x8x4_t do_GrayScale(uint8x8x4_t s) { function TVPDoGrayScale_NEON (line 1723) | static void TVPDoGrayScale_NEON(tjs_uint32 *dest, tjs_int len) { function uint8x8x4_t (line 1728) | uint8x8x4_t do_PsAlphaBlend_so(uint8x8x4_t s, uint8x8x4_t d, tjs_int opa) { function TVPPsAlphaBlend_NEON (line 1734) | static void TVPPsAlphaBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function TVPPsAlphaBlend_o_NEON (line 1737) | static void TVPPsAlphaBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *s... function uint8x8x4_t (line 1741) | static uint8x8x4_t do_PsAddBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsAddBlend_NEON (line 1747) | static void TVPPsAddBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src, ... function TVPPsAddBlend_o_NEON (line 1750) | static void TVPPsAddBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function uint8x8x4_t (line 1754) | static uint8x8x4_t do_PsSubBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsSubBlend_NEON (line 1760) | static void TVPPsSubBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src, ... function TVPPsSubBlend_o_NEON (line 1763) | static void TVPPsSubBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function uint8x8x4_t (line 1767) | static uint8x8x4_t do_PsMulBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsMulBlend_NEON (line 1773) | static void TVPPsMulBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src, ... function TVPPsMulBlend_o_NEON (line 1776) | static void TVPPsMulBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function uint8x8x4_t (line 1780) | static uint8x8x4_t do_PsScreenBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsScreenBlend_NEON (line 1795) | static void TVPPsScreenBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *sr... function TVPPsScreenBlend_o_NEON (line 1798) | static void TVPPsScreenBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *... function uint8x8x4_t (line 1802) | static uint8x8x4_t do_PsOverlayBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsOverlayBlend_NEON (line 1831) | static void TVPPsOverlayBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *s... function TVPPsOverlayBlend_o_NEON (line 1834) | static void TVPPsOverlayBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 ... function uint8x8x4_t (line 1838) | static uint8x8x4_t do_PsHardLightBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsHardLightBlend_NEON (line 1867) | static void TVPPsHardLightBlend_NEON(tjs_uint32 *dest, const tjs_uint32 ... function TVPPsHardLightBlend_o_NEON (line 1870) | static void TVPPsHardLightBlend_o_NEON(tjs_uint32 *dest, const tjs_uint3... function uint8x8x4_t (line 1874) | static uint8x8x4_t do_PsLightenBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsLightenBlend_NEON (line 1880) | static void TVPPsLightenBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *s... function TVPPsLightenBlend_o_NEON (line 1883) | static void TVPPsLightenBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 ... function uint8x8x4_t (line 1887) | static uint8x8x4_t do_PsDarkenBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsDarkenBlend_NEON (line 1893) | static void TVPPsDarkenBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *sr... function TVPPsDarkenBlend_o_NEON (line 1896) | static void TVPPsDarkenBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *... function uint8x8x4_t (line 1900) | static uint8x8x4_t do_PsDiff5Blend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsDiff5Blend_NEON (line 1909) | static void TVPPsDiff5Blend_NEON(tjs_uint32 *dest, const tjs_uint32 *src... function TVPPsDiff5Blend_o_NEON (line 1912) | static void TVPPsDiff5Blend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *s... function uint8x8x4_t (line 1916) | static uint8x8x4_t do_PsDiffBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsDiffBlend_NEON (line 1922) | static void TVPPsDiffBlend_NEON(tjs_uint32 *dest, const tjs_uint32 *src,... function TVPPsDiffBlend_o_NEON (line 1925) | static void TVPPsDiffBlend_o_NEON(tjs_uint32 *dest, const tjs_uint32 *sr... function uint8x8x4_t (line 1929) | static uint8x8x4_t do_PsExclusionBlend(uint8x8x4_t s, uint8x8x4_t d) { function TVPPsExclusionBlend_NEON (line 1945) | static void TVPPsExclusionBlend_NEON(tjs_uint32 *dest, const tjs_uint32 ... function TVPPsExclusionBlend_o_NEON (line 1948) | static void TVPPsExclusionBlend_o_NEON(tjs_uint32 *dest, const tjs_uint3... function uint8x8x4_t (line 1957) | static uint8x8x4_t filter_insts_0_neon(uint8x8x4_t m) { return m; } function uint8x8x4_t (line 1959) | static uint8x8x4_t filter_insts_1_neon(uint8x8x4_t m) { function uint8x8x4_t (line 1965) | static uint8x8x4_t filter_insts_2_neon(uint8x8x4_t m) { function uint8x8x4_t (line 1971) | static uint8x8x4_t filter_insts_3_neon(uint8x8x4_t m) { function uint8x8x4_t (line 1977) | static uint8x8x4_t filter_insts_4_neon(uint8x8x4_t m) { function uint8x8x4_t (line 1984) | static uint8x8x4_t filter_insts_5_neon(uint8x8x4_t m) { function uint8x8x4_t (line 1990) | static uint8x8x4_t filter_insts_6_neon(uint8x8x4_t m) { function uint8x8x4_t (line 1995) | static uint8x8x4_t filter_insts_7_neon(uint8x8x4_t m) { function uint8x8x4_t (line 2000) | static uint8x8x4_t filter_insts_8_neon(uint8x8x4_t m) { function uint8x8x4_t (line 2005) | static uint8x8x4_t filter_insts_9_neon(uint8x8x4_t m) { function uint8x8x4_t (line 2012) | static uint8x8x4_t filter_insts_10_neon(uint8x8x4_t m) { function uint8x8x4_t (line 2018) | static uint8x8x4_t filter_insts_11_neon(uint8x8x4_t m) { function uint8x8x4_t (line 2024) | static uint8x8x4_t filter_insts_12_neon(uint8x8x4_t m) { function uint8x8x4_t (line 2030) | static uint8x8x4_t filter_insts_13_neon(uint8x8x4_t m) { function uint8x8x4_t (line 2037) | static uint8x8x4_t filter_insts_14_neon(uint8x8x4_t m) { function uint8x8x4_t (line 2044) | static uint8x8x4_t filter_insts_15_neon(uint8x8x4_t m) { function uint8x8x4_t (line 2051) | static uint8x8x4_t tlg6_forward_input_neon(uint32_t* in) { function uint8x8x4_t (line 2055) | static uint8x8x4_t tlg6_backward_input_neon(uint32_t* in) { function uint8x8x4_t (line 2064) | static inline uint8x8x4_t do_unpack_pixel_rgba(uint8x8x4_t minput) { function uint8x8_t (line 2089) | static inline uint8x8_t do_med_neon(uint8x8_t a, uint8x8_t b, const uint... function do_filter_med_neon (line 2105) | static inline void do_filter_med_neon(uint32_t& inp, uint32_t& inup, uin... function uint8x8_t (line 2161) | static inline uint8x8_t do_avg_neon(const uint8x8_t &a, const uint8x8_t ... function do_filter_avg_neon (line 2168) | inline void do_filter_avg_neon(tjs_uint32& inp, tjs_uint32& up, tjs_uint... function TVPTLG6DecodeLine_NEON (line 2219) | static void TVPTLG6DecodeLine_NEON(tjs_uint32 *prevline, tjs_uint32 *cur... function TVPTLG5ComposeColors3To4_NEON (line 2321) | static void TVPTLG5ComposeColors3To4_NEON(tjs_uint8 *outp, const tjs_uin... function TVPTLG5ComposeColors4To4_NEON (line 2381) | static void TVPTLG5ComposeColors4To4_NEON(tjs_uint8 *outp, const tjs_uin... function tjs_int (line 2460) | static tjs_int TVPTLG5DecompressSlide_NEON(tjs_uint8 *out, const tjs_uin... function ShowInMessageBox (line 2572) | static void ShowInMessageBox(const char *text) { function InitTestData (line 2578) | static void InitTestData() { function CheckTestData (line 2634) | static void CheckTestData(const char *pszFuncName) function CheckTestData_RGB (line 2678) | static void CheckTestData_RGB(const char *pszFuncName) function testTLG6_chroma (line 2710) | static void testTLG6_chroma() function AddLog (line 2828) | static void AddLog(const char *format, ...) { function logTLG6_chroma (line 2868) | static void logTLG6_chroma() { FILE: src/core/visual/BitmapIntf.cpp function tjs_error (line 20) | tjs_error TJS_INTF_METHOD tTJSNI_Bitmap::Construct(tjs_int numparams, tT... function tjs_uint32 (line 49) | tjs_uint32 tTJSNI_Bitmap::GetPixel(tjs_int x, tjs_int y) const { function tjs_int (line 63) | tjs_int tTJSNI_Bitmap::GetMaskPixel(tjs_int x, tjs_int y) const { function iTJSDispatch2 (line 87) | iTJSDispatch2 * tTJSNI_Bitmap::Load(const ttstr &name, tjs_uint32 colork... function tjs_uint (line 144) | tjs_uint tTJSNI_Bitmap::GetWidth() const { function tjs_uint (line 158) | tjs_uint tTJSNI_Bitmap::GetHeight() const { function tjs_int (line 174) | tjs_int tTJSNI_Bitmap::GetPixelBufferPitch() const { function TJS_DECL_EMPTY_FINALIZE_METHOD (line 195) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 208) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getPixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 217) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setPixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 226) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getMaskPixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 235) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMaskPixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 244) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/independ) function TJS_BEGIN_NATIVE_METHOD_DECL (line 255) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setSize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 265) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/copyFrom) function TJS_BEGIN_NATIVE_METHOD_DECL (line 282) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/save) function TJS_BEGIN_NATIVE_METHOD_DECL (line 297) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/load) function TJS_BEGIN_NATIVE_METHOD_DECL (line 317) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/loadAsync) function TJS_BEGIN_NATIVE_METHOD_DECL (line 327) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/loadHeader) function TJS_BEGIN_NATIVE_METHOD_DECL (line 350) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getSaveOption) function TJS_BEGIN_NATIVE_METHOD_DECL (line 377) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onLoaded) function TJS_BEGIN_NATIVE_PROP_DECL (line 401) | TJS_BEGIN_NATIVE_PROP_DECL(width) function TJS_END_NATIVE_PROP_GETTER (line 409) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 417) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 429) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 437) | TJS_END_NATIVE_PROP_SETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 456) | TJS_BEGIN_NATIVE_PROP_DECL(bufferForWrite) function TJS_END_NATIVE_PROP_GETTER (line 465) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 480) | TJS_END_NATIVE_PROP_GETTER type tBitmapClassHolder (line 507) | struct tBitmapClassHolder { method tBitmapClassHolder (line 509) | tBitmapClassHolder() : Obj(NULL) {} method Set (line 510) | void Set( tTJSNativeClass* obj ) { function tTJSNativeInstance (line 521) | tTJSNativeInstance *tTJSNC_Bitmap::CreateNativeInstance() { function tTJSNativeClass (line 525) | tTJSNativeClass * TVPCreateNativeClass_Bitmap() function iTJSDispatch2 (line 537) | iTJSDispatch2 * TVPCreateBitmapObject() FILE: src/core/visual/BitmapIntf.h function class (line 9) | class tTJSNI_Bitmap : public tTJSNativeInstance function class (line 67) | class tTJSNC_Bitmap : public tTJSNativeClass FILE: src/core/visual/BitmapLayerTreeOwner.cpp function tjs_error (line 30) | tjs_error TJS_INTF_METHOD tTJSNI_BitmapLayerTreeOwner::Construct(tjs_int... function iTJSDispatch2 (line 50) | iTJSDispatch2* tTJSNI_BitmapLayerTreeOwner::GetBitmapObjectNoAddRef() { class iTVPLayerManager (line 60) | class iTVPLayerManager function TJS_DECL_EMPTY_FINALIZE_METHOD (line 202) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 215) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireClick) function TJS_BEGIN_NATIVE_METHOD_DECL (line 224) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireDoubleClick) function TJS_BEGIN_NATIVE_METHOD_DECL (line 233) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireMouseDown) function TJS_BEGIN_NATIVE_METHOD_DECL (line 242) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireMouseUp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 251) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireMouseMove) function TJS_BEGIN_NATIVE_METHOD_DECL (line 260) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireMouseWheel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 269) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireReleaseCapture) function TJS_BEGIN_NATIVE_METHOD_DECL (line 277) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireMouseOutOfWindow) function TJS_BEGIN_NATIVE_METHOD_DECL (line 285) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireTouchDown) function TJS_BEGIN_NATIVE_METHOD_DECL (line 294) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireTouchUp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 303) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireTouchMove) function TJS_BEGIN_NATIVE_METHOD_DECL (line 312) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireTouchScaling) function TJS_BEGIN_NATIVE_METHOD_DECL (line 321) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireTouchRotate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 330) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireMultiTouch) function TJS_BEGIN_NATIVE_METHOD_DECL (line 338) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireKeyDown) function TJS_BEGIN_NATIVE_METHOD_DECL (line 347) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireKeyUp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 356) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireKeyPress) function TJS_BEGIN_NATIVE_METHOD_DECL (line 365) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireDisplayRotate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 374) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fireRecheckInputState) function TJS_BEGIN_NATIVE_METHOD_DECL (line 386) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onSetMouseCursor) function TJS_BEGIN_NATIVE_METHOD_DECL (line 393) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onGetCursorPos) function TJS_BEGIN_NATIVE_METHOD_DECL (line 400) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onSetCursorPos) function TJS_BEGIN_NATIVE_METHOD_DECL (line 407) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onReleaseMouseCapture) function TJS_BEGIN_NATIVE_METHOD_DECL (line 414) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onSetHintText) function TJS_BEGIN_NATIVE_METHOD_DECL (line 421) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onResizeLayer) function TJS_BEGIN_NATIVE_METHOD_DECL (line 428) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onChangeLayerImage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 435) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onSetAttentionPoint) function TJS_BEGIN_NATIVE_METHOD_DECL (line 442) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onDisableAttentionPoint) function TJS_BEGIN_NATIVE_METHOD_DECL (line 449) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onSetImeMode) function TJS_BEGIN_NATIVE_METHOD_DECL (line 456) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onResetImeMode) function TJS_BEGIN_NATIVE_PROP_DECL (line 467) | TJS_BEGIN_NATIVE_PROP_DECL(width) function TJS_BEGIN_NATIVE_PROP_DECL (line 481) | TJS_BEGIN_NATIVE_PROP_DECL(height) function TJS_END_NATIVE_PROP_GETTER (line 489) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 506) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 520) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 538) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 561) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 579) | TJS_END_NATIVE_PROP_GETTER function tTJSNativeClass (line 594) | tTJSNativeClass * TVPCreateNativeClass_BitmapLayerTreeOwner() FILE: src/core/visual/BitmapLayerTreeOwner.h function class (line 59) | class tTJSNC_BitmapLayerTreeOwner : public tTJSNativeClass { FILE: src/core/visual/CharacterData.h type tGlyphMetrics (line 12) | struct tGlyphMetrics function class (line 22) | class tTVPCharacterData type tTVPFontAndCharacterData (line 91) | struct tTVPFontAndCharacterData function class (line 109) | class tTVPFontHashFunc FILE: src/core/visual/ComplexRect.cpp function TVPIntersectRect (line 26) | bool TVPIntersectRect(tTVPRect *dest, const tTVPRect &src1, function TVPUnionRect (line 55) | bool TVPUnionRect(tTVPRect *dest, const tTVPRect &src1, const tTVPRect &... class tTVPRegionRectInitialHolder (line 96) | class tTVPRegionRectInitialHolder method tTVPRegionRectInitialHolder (line 102) | tTVPRegionRectInitialHolder() { InitialRect = NULL; } method Hold (line 103) | void Hold() { if(!InitialRect) { InitialRect = (tTVPRegionRect *)-1; function TVPPrepareRegionRectangle (line 109) | static void TVPPrepareRegionRectangle() function tTVPRegionRect (line 120) | tTVPRegionRect * TVPAllocateRegionRect() function TVPDeallocateRegionRect (line 144) | void TVPDeallocateRegionRect(tTVPRegionRect * rect) type TJS (line 1210) | namespace TJS { FILE: src/core/visual/ComplexRect.h type tTVPRect (line 21) | struct tTVPRect type tTVPPoint (line 34) | struct tTVPPoint type tTVPPointD (line 41) | struct tTVPPointD function tTVPRect (line 47) | struct tTVPRect function set_width (line 85) | void set_width(tjs_int w) { right = left + w; } function set_height (line 86) | void set_height(tjs_int h) { bottom = top + h; } function add_offsets (line 88) | void add_offsets(tjs_int x, tjs_int y) function set_offsets (line 94) | void set_offsets(tjs_int x, tjs_int y) function set_size (line 104) | void set_size(tjs_int w, tjs_int h) function clear (line 110) | void clear() function do_union (line 120) | bool do_union(const tTVPRect & ref) function clip (line 130) | bool clip(const tTVPRect &ref) function intersects_with_no_empty_check (line 137) | bool intersects_with_no_empty_check(const tTVPRect & ref) const function intersects_with (line 147) | bool intersects_with(const tTVPRect & ref) const function included_in_no_empty_check (line 154) | bool included_in_no_empty_check(const tTVPRect & ref) const function included_in (line 164) | bool included_in(const tTVPRect & ref) const function operator (line 174) | bool operator > (const tTVPRect & rhs) const function operator (line 178) | bool operator == (const tTVPRect & rhs) const function operator (line 180) | bool operator != (const tTVPRect & rhs) const { return !this->operator =... function class (line 194) | class tTVPRegionRect : public tTVPRect function tTVPRect (line 206) | tTVPRegionRect(const tTVPRect &r) : tTVPRect(r) {;} function LinkBefore (line 220) | void LinkBefore(tTVPRegionRect * r) function Unlink (line 230) | void Unlink() function class (line 248) | class tTVPComplexRect FILE: src/core/visual/FontImpl.cpp function ttstr (line 34) | const ttstr &TVPGetDefaultFontName() { function TVPGetAllFontList (line 37) | void TVPGetAllFontList(std::vector& list) { function FT_Library (line 44) | FT_Library &TVPGetFontLibrary() { function TVPReleaseFontLibrary (line 53) | void TVPReleaseFontLibrary() { function TVPInternalEnumFonts (line 59) | static int TVPInternalEnumFonts(FT_Byte* pBuf, int buflen, const ttstr &... function TVPEnumFontsProc (line 146) | int TVPEnumFontsProc(const ttstr &FontPath) function tTJSBinaryStream (line 163) | tTJSBinaryStream* TVPCreateFontStream(const ttstr &fontname) function TVPInitFontNames (line 182) | void TVPInitFontNames() function TVPFontNamePathInfo (line 262) | TVPFontNamePathInfo* TVPFindFont(const ttstr &fontname) function tjs_uint32 (line 277) | tjs_uint32 tTVPttstrHash::Make( const ttstr &val ) FILE: src/core/visual/FontImpl.h type TVPFontNamePathInfo (line 10) | struct TVPFontNamePathInfo { function class (line 20) | class tTVPttstrHash FILE: src/core/visual/FontRasterizer.h function class (line 5) | class FontRasterizer { FILE: src/core/visual/FontSystem.cpp function ttstr (line 54) | ttstr FontSystem::GetBeingFont(ttstr fonts) { FILE: src/core/visual/FontSystem.h function class (line 10) | class tTVPWStringHash { function class (line 32) | class FontSystem { FILE: src/core/visual/FreeType.cpp function TVPInitializeFont (line 45) | void TVPInitializeFont() { function TVPUninitializeFreeFont (line 50) | void TVPUninitializeFreeFont() { class tGenericFreeTypeFace (line 61) | class tGenericFreeTypeFace : public tBaseFreeTypeFace method tjs_char (line 77) | virtual tjs_char GetDefaultChar() const { return L' '; } function FT_Face (line 181) | FT_Face tGenericFreeTypeFace::GetFTFace() const function tjs_uint (line 364) | tjs_uint tFreeTypeFace::GetGlyphCount() function tjs_char (line 406) | tjs_char tFreeTypeFace::GetCharcodeFromGlyphIndex(tjs_uint index) function tTVPCharacterData (line 454) | tTVPCharacterData * tFreeTypeFace::GetGlyphFromCharcode(tjs_char code) function FT_fixed26p6_to_float (line 712) | float FT_fixed26p6_to_float(long fixP) { function FT_Outline (line 718) | const FT_Outline* tFreeTypeFace::GetOulineData(tjs_char code, float &w, ... FILE: src/core/visual/FreeType.h function class (line 44) | class tFreeTypeFace FILE: src/core/visual/FreeTypeFace.h function class (line 36) | class tBaseFreeTypeFace FILE: src/core/visual/FreeTypeFontRasterizer.cpp class tTVPNativeBaseBitmap (line 75) | class tTVPNativeBaseBitmap function tjs_int (line 144) | tjs_int FreeTypeFontRasterizer::GetAscentHeight() { function isUnicodeSpace (line 148) | static bool isUnicodeSpace(char16_t ch) function tTVPCharacterData (line 155) | tTVPCharacterData* FreeTypeFontRasterizer::GetBitmap( const tTVPFontAndC... FILE: src/core/visual/FreeTypeFontRasterizer.h function class (line 9) | class FreeTypeFontRasterizer : public FontRasterizer { FILE: src/core/visual/GraphicsLoadThread.cpp function TVPLoadGraphicAsync_SizeCallback (line 43) | static int TVPLoadGraphicAsync_SizeCallback(void *callbackdata, tjs_uint... function TVPLoadGraphicAsync_MetaInfoPushCallback (line 76) | static void TVPLoadGraphicAsync_MetaInfoPushCallback(void *callbackdata,... FILE: src/core/visual/GraphicsLoadThread.h type tTVPTmpBitmapImage (line 12) | struct tTVPTmpBitmapImage { type tTVPImageLoadCommand (line 20) | struct tTVPImageLoadCommand { function class (line 30) | class tTVPAsyncImageLoader : public tTVPThread { FILE: src/core/visual/GraphicsLoaderIntf.cpp function TVPLoadGraphicRouter (line 47) | static void TVPLoadGraphicRouter(void* formatdata, void *callbackdata, t... function TVPLoadHeaderRouter (line 86) | static void TVPLoadHeaderRouter(void* formatdata, tTJSBinaryStream *src,... function TVPAcceptSaveAsBMP (line 125) | bool TVPAcceptSaveAsBMP( void* formatdata, const ttstr & type, class iTJ... class tTVPGraphicType (line 149) | class tTVPGraphicType method tTVPGraphicType (line 157) | tTVPGraphicType() method ReCreateHash (line 195) | void ReCreateHash() method Register (line 207) | void Register( const tTVPGraphicHandlerType& hander ) method Unregister (line 214) | void Unregister( const tTVPGraphicHandlerType& hander ) function TVPRegisterGraphicLoadingHandler (line 239) | void TVPRegisterGraphicLoadingHandler(const ttstr & name, function TVPUnregisterGraphicLoadingHandler (line 253) | void TVPUnregisterGraphicLoadingHandler(const ttstr & name, function TVPRegisterGraphicLoadingHandler (line 267) | void TVPRegisterGraphicLoadingHandler(const ttstr & name, function TVPUnregisterGraphicLoadingHandler (line 281) | void TVPUnregisterGraphicLoadingHandler(const ttstr & name, function tTVPGraphicHandlerType (line 295) | tTVPGraphicHandlerType* TVPGuessGraphicLoadHandler(ttstr& name) { // wit... function tTVPGraphicHandlerType (line 317) | tTVPGraphicHandlerType* TVPGetGraphicLoadHandler( const ttstr& ext ) function TVPLoadImageHeader (line 331) | void TVPLoadImageHeader( const ttstr & storagename, iTJSDispatch2** dic ) function TVPSaveImage (line 344) | void TVPSaveImage( const ttstr & storagename, const ttstr & mode, const ... function TVPGetSaveOption (line 367) | bool TVPGetSaveOption( const ttstr & type, iTJSDispatch2** dic ) function TVPInternalLoadBMP (line 390) | void TVPInternalLoadBMP(void *callbackdata, function TVPLoadBMP (line 677) | void TVPLoadBMP(void* formatdata, void *callbackdata, tTVPGraphicSizeCal... function TVPWriteLE16 (line 769) | static void TVPWriteLE16(tTJSBinaryStream * stream, tjs_uint16 number) function TVPWriteLE32 (line 777) | static void TVPWriteLE32(tTJSBinaryStream * stream, tjs_uint32 number) function TVPSaveTextureAsBMP (line 787) | void TVPSaveTextureAsBMP(tTJSBinaryStream* dst, iTVPTexture2D* bmp, cons... function TVPSaveTextureAsBMP (line 920) | void TVPSaveTextureAsBMP(const ttstr &path, iTVPTexture2D* tex, const tt... function TVPSaveAsBMP (line 927) | void TVPSaveAsBMP(void* formatdata, tTJSBinaryStream* dst, const iTVPBas... function TVPLoadHeaderBMP (line 933) | void TVPLoadHeaderBMP( void* formatdata, tTJSBinaryStream *src, iTJSDisp... type tTVPLoadGraphicType (line 1001) | enum tTVPLoadGraphicType type tTVPLoadGraphicData (line 1007) | struct tTVPLoadGraphicData function TVPLoadGraphic_SizeCallback (line 1025) | static int TVPLoadGraphic_SizeCallback(void *callbackdata, tjs_uint w, function TVPLoadGraphic_MetaInfoPushCallback (line 1188) | static void TVPLoadGraphic_MetaInfoPushCallback(void *callbackdata, function TVPColorCompareFunc (line 1201) | static int TVPColorCompareFunc(const void *_a, const void *_b) function TVPMakeAlphaFromAdaptiveColor (line 1211) | static void TVPMakeAlphaFromAdaptiveColor(tTVPBitmap *dest) function TVPDoAlphaColorMat (line 1283) | static void TVPDoAlphaColorMat(tTVPBitmap *dest, tjs_uint32 color) function iTJSDispatch2 (line 1306) | iTJSDispatch2 * TVPMetaInfoPairsToDictionary( type tTVPGraphicsSearchData (line 1342) | struct tTVPGraphicsSearchData class tTVPGraphicsSearchHashFunc (line 1357) | class tTVPGraphicsSearchHashFunc method tjs_uint32 (line 1360) | static tjs_uint32 Make(const tTVPGraphicsSearchData &val) class tTVPGraphicImageData (line 1372) | class tTVPGraphicImageData method tTVPGraphicImageData (line 1392) | tTVPGraphicImageData() method AssignBitmap (line 1405) | void AssignBitmap(tTVPBitmap *bmp) method AssignTexture (line 1437) | void AssignTexture(iTVPTexture2D *tex) { method AssignToBitmap (line 1451) | void AssignToBitmap(tTVPBaseBitmap *bmp) const method AssignToTexture (line 1476) | void AssignToTexture(iTVPBaseBitmap *dst) method tjs_uint (line 1503) | tjs_uint GetSize() const { return Size; } method AddRef (line 1505) | void AddRef() { RefCount ++; } method Release (line 1506) | void Release() function tjs_uint64 (line 1530) | tjs_uint64 TVPGetGraphicCacheTotalBytes() { function TVPCheckGraphicCacheLimit (line 1534) | static void TVPCheckGraphicCacheLimit() function TVPClearGraphicCache (line 1554) | void TVPClearGraphicCache() type tTVPClearGraphicCacheCallback (line 1562) | struct tTVPClearGraphicCacheCallback : public tTVPCompactEventCallbackIntf method OnCompact (line 1564) | OnCompact(tjs_int level) function TVPPushGraphicCache (line 1575) | void TVPPushGraphicCache( const ttstr& nname, tTVPBitmap* bmp, std::vect... function TVPCheckImageCache (line 1623) | bool TVPCheckImageCache( const ttstr& nname, tTVPBaseBitmap* dest, tTVPG... function TVPHasImageCache (line 1652) | bool TVPHasImageCache( const ttstr& nname, tTVPGraphicLoadMode mode, tjs... function tTVPGraphicHandlerType (line 1676) | tTVPGraphicHandlerType* TVPFindGraphicLoadHandler(ttstr &_name, ttstr *m... function tTVPBitmap (line 1789) | static tTVPBitmap* TVPInternalLoadBitmap(const ttstr &_name, function iTVPTexture2D (line 1886) | static iTVPTexture2D *TVPInternalLoadTexture(const ttstr &_name, function TVPLoadGraphicProvince (line 1901) | void TVPLoadGraphicProvince(tTVPBaseBitmap *dest, const ttstr &name, tjs... function TVPLoadGraphic (line 1968) | int TVPLoadGraphic(iTVPBaseBitmap *dest, const ttstr &name, tjs_int32 ke... class TVPGraphicPreload (line 2096) | class TVPGraphicPreload { type tImgInfo (line 2098) | struct tImgInfo { method tImgInfo (line 2102) | tImgInfo() : handler(nullptr) {} type tItem (line 2105) | struct tItem { type tParam (line 2111) | struct tParam { method TVPGraphicPreload (line 2116) | static TVPGraphicPreload* Instance() { method addTask (line 2122) | void addTask(tParam *param) { // called from main thread method TVPGraphicPreload (line 2140) | TVPGraphicPreload() method _thread_loop (line 2148) | void _thread_loop() { method clearTask (line 2180) | void clearTask() { method loadOneGraph (line 2187) | unsigned int loadOneGraph(const tItem &item) class tBitmapForAsyncTouch (line 2284) | class tBitmapForAsyncTouch : public tTJSNI_Bitmap { method tBitmapForAsyncTouch (line 2287) | tBitmapForAsyncTouch() { method SetLoading (line 2290) | virtual void SetLoading(bool load) override { function TVPTouchImages (line 2305) | void TVPTouchImages(const std::vector & storages, tjs_int64 limit, function TVPSetGraphicCacheLimit (line 2531) | void TVPSetGraphicCacheLimit(tjs_uint64 limit) function tjs_uint64 (line 2558) | tjs_uint64 TVPGetGraphicCacheLimit() FILE: src/core/visual/GraphicsLoaderIntf.h function namespace (line 19) | namespace TJS { type tTVPGraphicPixelFormat (line 23) | enum tTVPGraphicPixelFormat type tTVPGraphicLoadMode (line 63) | enum tTVPGraphicLoadMode type IStream (line 129) | struct IStream type IStream (line 132) | struct IStream type IStream (line 133) | struct IStream type tTVPJPEGLoadPrecision (line 235) | enum tTVPJPEGLoadPrecision type TVP_WIN_BITMAPFILEHEADER (line 302) | struct TVP_WIN_BITMAPFILEHEADER type TVP_WIN_BITMAPINFOHEADER (line 310) | struct TVP_WIN_BITMAPINFOHEADER type tTVPBMPAlphaType (line 326) | enum tTVPBMPAlphaType function tTVPGraphicHandlerType (line 349) | struct tTVPGraphicHandlerType function operator (line 418) | bool operator == (const tTVPGraphicHandlerType & ref) const function AcceptSave (line 432) | bool AcceptSave( const ttstr & type, iTJSDispatch2** dic ) type tTVPGraphicMetaInfoPair (line 438) | struct tTVPGraphicMetaInfoPair FILE: src/core/visual/ImageFunction.cpp function tjs_error (line 9) | tjs_error TJS_INTF_METHOD tTJSNI_ImageFunction::Construct(tjs_int numpar... function tTVPBBBltMethod (line 15) | tTVPBBBltMethod tTJSNC_ImageFunction::GetBltMethodFromOperationMode( tTV... function TJS_DECL_EMPTY_FINALIZE_METHOD (line 116) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 129) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/operateAffine) function TJS_BEGIN_NATIVE_METHOD_DECL (line 238) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/operateRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 327) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/operateStretch) function TJS_BEGIN_NATIVE_METHOD_DECL (line 437) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/flipLR) function TJS_BEGIN_NATIVE_METHOD_DECL (line 473) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/flipUD) function TJS_BEGIN_NATIVE_METHOD_DECL (line 509) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/adjustGamma) function TJS_BEGIN_NATIVE_METHOD_DECL (line 577) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/doBoxBlur) function TJS_BEGIN_NATIVE_METHOD_DECL (line 633) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/doGrayScale) function TJS_BEGIN_NATIVE_METHOD_DECL (line 669) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fillRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 737) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/colorRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 831) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/drawText) function TJS_BEGIN_NATIVE_METHOD_DECL (line 917) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/drawGlyph) function tTJSNativeInstance (line 996) | tTJSNativeInstance *tTJSNC_ImageFunction::CreateNativeInstance() { function tTJSNativeClass (line 999) | tTJSNativeClass * TVPCreateNativeClass_ImageFunction() FILE: src/core/visual/ImageFunction.h function class (line 11) | class tTJSNI_ImageFunction : public tTJSNativeInstance function class (line 24) | class tTJSNC_ImageFunction : public tTJSNativeClass FILE: src/core/visual/LayerBitmapIntf.cpp function tjs_int (line 85) | static tjs_int GetAdaptiveThreadNum(tjs_int pixelNum, float factor) function tjs_uint32 (line 169) | tjs_uint32 iTVPBaseBitmap::GetPoint(tjs_int x, tjs_int y) const class tTVPStretchFunctionObject (line 1983) | class tTVPStretchFunctionObject method tTVPStretchFunctionObject (line 1987) | tTVPStretchFunctionObject(tTVPStretchFunction func) : Func(func) {;} class tTVPStretchWithOpacityFunctionObject (line 1995) | class tTVPStretchWithOpacityFunctionObject method tTVPStretchWithOpacityFunctionObject (line 2000) | tTVPStretchWithOpacityFunctionObject(tTVPStretchWithOpacityFunction fu... class tTVPBilinearStretchFunctionObject (line 2009) | class tTVPBilinearStretchFunctionObject method tTVPBilinearStretchFunctionObject (line 2014) | tTVPBilinearStretchFunctionObject(tTVPBilinearStretchFunction func) : ... class tTVPBilinearStretchWithOpacityFunctionObject (line 2034) | class tTVPBilinearStretchWithOpacityFunctionObject method tTVPBilinearStretchWithOpacityFunctionObject (line 2040) | tTVPBilinearStretchWithOpacityFunctionObject(tTVPBilinearStretchWithOp... class tTVPAffineFunctionObject (line 2763) | class tTVPAffineFunctionObject method tTVPAffineFunctionObject (line 2767) | tTVPAffineFunctionObject(tTVPAffineFunction func) : Func(func) {;} class tTVPAffineWithOpacityFunctionObject (line 2775) | class tTVPAffineWithOpacityFunctionObject method tTVPAffineWithOpacityFunctionObject (line 2780) | tTVPAffineWithOpacityFunctionObject(tTVPAffineWithOpacityFunction func... class tTVPBilinearAffineFunctionObject (line 2789) | class tTVPBilinearAffineFunctionObject method tTVPBilinearAffineFunctionObject (line 2794) | tTVPBilinearAffineFunctionObject(tTVPBilinearAffineFunction func) : Fu... class tTVPBilinearAffineWithOpacityFunctionObject (line 2814) | class tTVPBilinearAffineWithOpacityFunctionObject method tTVPBilinearAffineWithOpacityFunctionObject (line 2820) | tTVPBilinearAffineWithOpacityFunctionObject(tTVPBilinearAffineWithOpac... function tjs_int (line 3149) | static inline tjs_int floor_16(tjs_int x) function tjs_int (line 3154) | static inline tjs_int div_16(tjs_int x, tjs_int y) function tjs_int (line 3159) | static inline tjs_int mul_16(tjs_int x, tjs_int y) function TVPAddSubVertSum (line 4065) | void TVPAddSubVertSum(base_int_type *dest, const tjs_uint32 *addline, function TVPDoBoxBlurAvg (line 4095) | void TVPDoBoxBlurAvg(tjs_uint32 *dest, base_int_type *sum, function iTVPRenderManager (line 4756) | iTVPRenderManager* tTVPBaseBitmap::GetRenderManager() { function iTVPRenderManager (line 4771) | iTVPRenderManager* tTVPBaseTexture::GetRenderManager() { FILE: src/core/visual/LayerBitmapIntf.h type tTVPBBBltMethod (line 28) | enum tTVPBBBltMethod type tTVPBBStretchType (line 64) | enum tTVPBBStretchType type t2DAffineMatrix (line 108) | struct t2DAffineMatrix function class (line 151) | class iTVPBaseBitmap : public tTVPNativeBaseBitmap function class (line 451) | class tTVPBaseBitmap : public iTVPBaseBitmap // for ProvinceImage function class (line 465) | class tTVPBaseTexture : public iTVPBaseBitmap FILE: src/core/visual/LayerIntf.cpp function IsGPU (line 61) | static bool IsGPU() { class tTVPTempBitmapHolder (line 70) | class tTVPTempBitmapHolder method tTVPTempBitmapHolder (line 92) | tTVPTempBitmapHolder() : TempLevel(0), TempCompactInit(false) method tTVPBaseTexture (line 111) | tTVPBaseTexture * InternalGetTemp(tjs_uint w, tjs_uint h, bool fit) method InternalFreeTemp (line 157) | void InternalFreeTemp() method CompactTempBitmap (line 163) | void CompactTempBitmap() method OnCompact (line 177) | OnCompact(tjs_int level) method AddRef (line 185) | static void AddRef() method Release (line 193) | static void Release() method tTVPBaseTexture (line 207) | static const tTVPBaseTexture * Get() method tTVPBaseTexture (line 211) | static tTVPBaseTexture * GetTemp(tjs_uint w, tjs_uint h, bool fit = fa... method FreeTemp (line 214) | static void FreeTemp() class tTVPTempBitmapHolder (line 72) | class tTVPTempBitmapHolder : public tTVPCompactEventCallbackIntf method tTVPTempBitmapHolder (line 92) | tTVPTempBitmapHolder() : TempLevel(0), TempCompactInit(false) method tTVPBaseTexture (line 111) | tTVPBaseTexture * InternalGetTemp(tjs_uint w, tjs_uint h, bool fit) method InternalFreeTemp (line 157) | void InternalFreeTemp() method CompactTempBitmap (line 163) | void CompactTempBitmap() method OnCompact (line 177) | OnCompact(tjs_int level) method AddRef (line 185) | static void AddRef() method Release (line 193) | static void Release() method tTVPBaseTexture (line 207) | static const tTVPBaseTexture * Get() method tTVPBaseTexture (line 211) | static tTVPBaseTexture * GetTemp(tjs_uint w, tjs_uint h, bool fit = fa... method FreeTemp (line 214) | static void FreeTemp() function tTVPBaseTexture (line 218) | const tTVPBaseTexture & TVPGetInitialBitmap() function TVPTempBitmapHolderAddRef (line 227) | void TVPTempBitmapHolderAddRef() function TVPTempBitmapHolderRelease (line 232) | void TVPTempBitmapHolderRelease() function tjs_error (line 437) | tjs_error TJS_INTF_METHOD function TVP_LAYER_FOR_EACH_CHILD_END (line 532) | TVP_LAYER_FOR_EACH_CHILD_END function iTVPLayerTreeOwner (line 582) | iTVPLayerTreeOwner * tTJSNI_BaseLayer::GetLayerTreeOwner() const function iTJSDispatch2 (line 647) | iTJSDispatch2 * tTJSNI_BaseLayer::GetChildrenArrayObjectNoAddRef() function tTJSNI_BaseLayer (line 694) | tTJSNI_BaseLayer * tTJSNI_BaseLayer::GetAncestorChild(tTJSNI_BaseLayer *... function tjs_uint (line 1012) | tjs_uint tTJSNI_BaseLayer::GetOverallOrderIndex() function tTJSNI_BaseLayer (line 1084) | tTJSNI_BaseLayer * tTJSNI_BaseLayer::GetNeighborAbove(bool loop) function tTJSNI_BaseLayer (line 1105) | tTJSNI_BaseLayer * tTJSNI_BaseLayer::GetNeighborBelow(bool loop) function tjs_int (line 1270) | tjs_int tTJSNI_BaseLayer::GetAbsoluteOrderIndex() function tTVPBlendOperationMode (line 1421) | tTVPBlendOperationMode tTJSNI_BaseLayer::GetOperationModeFromType() const function tjs_char (line 1682) | const tjs_char * tTJSNI_BaseLayer::GetTypeNameString() function tjs_int (line 2272) | tjs_int tTJSNI_BaseLayer::GetImageLeft() const function tjs_int (line 2291) | tjs_int tTJSNI_BaseLayer::GetImageTop() const function tjs_uint (line 2336) | tjs_uint tTJSNI_BaseLayer::GetImageWidth() const function tjs_uint (line 2364) | tjs_uint tTJSNI_BaseLayer::GetImageHeight() const function iTJSDispatch2 (line 2522) | iTJSDispatch2 * tTJSNI_BaseLayer::LoadImages(const ttstr &name, tjs_uint... function tjs_uint32 (line 2615) | tjs_uint32 tTJSNI_BaseLayer::GetMainPixel(tjs_int x, tjs_int y) const function tjs_int (line 2640) | tjs_int tTJSNI_BaseLayer::GetMaskPixel(tjs_int x, tjs_int y) const function tjs_int (line 2665) | tjs_int tTJSNI_BaseLayer::GetProvincePixel(tjs_int x, tjs_int y) const function tjs_int (line 2706) | tjs_int tTJSNI_BaseLayer::GetMainImagePixelBufferPitch() const function tjs_int (line 2725) | tjs_int tTJSNI_BaseLayer::GetProvinceImagePixelBufferPitch() const function tjs_int (line 2750) | tjs_int tTJSNI_BaseLayer::GetLayerActiveCursor() function tjs_int (line 2773) | tjs_int tTJSNI_BaseLayer::GetCursorX() function tjs_int (line 2796) | tjs_int tTJSNI_BaseLayer::GetCursorY() function tTJSNI_BaseLayer (line 3042) | tTJSNI_BaseLayer * tTJSNI_BaseLayer::GetMostFrontChildAt(tjs_int x, tjs_... function tTJSNI_BaseLayer (line 3254) | tTJSNI_BaseLayer *tTJSNI_BaseLayer::SearchFirstFocusable(bool ignore_cha... function tTJSNI_BaseLayer (line 3273) | tTJSNI_BaseLayer *tTJSNI_BaseLayer::_GetPrevFocusable() function tTJSNI_BaseLayer (line 3291) | tTJSNI_BaseLayer *tTJSNI_BaseLayer::GetPrevFocusable() function tTJSNI_BaseLayer (line 3312) | tTJSNI_BaseLayer *tTJSNI_BaseLayer::_GetNextFocusable() function tTJSNI_BaseLayer (line 3330) | tTJSNI_BaseLayer *tTJSNI_BaseLayer::GetNextFocusable() function tTJSNI_BaseLayer (line 3351) | tTJSNI_BaseLayer * tTJSNI_BaseLayer::FocusPrev() function tTJSNI_BaseLayer (line 3356) | tTJSNI_BaseLayer * tTJSNI_BaseLayer::FocusNext() function tTJSNI_BaseLayer (line 3415) | tTJSNI_BaseLayer * tTJSNI_BaseLayer::FireBeforeFocus( function tjs_uint (line 3699) | tjs_uint tTJSNI_BaseLayer::IncCacheEnabledCount() function tjs_uint (line 3711) | tjs_uint tTJSNI_BaseLayer::DecCacheEnabledCount() function ttstr (line 5041) | ttstr tTJSNI_BaseLayer::GetFontFace() const function tjs_int (line 5057) | tjs_int tTJSNI_BaseLayer::GetFontHeight() const function tjs_int (line 5073) | tjs_int tTJSNI_BaseLayer::GetFontAngle() const function tjs_int (line 5153) | tjs_int tTJSNI_BaseLayer::GetTextWidth(const ttstr & text) function tjs_int (line 5163) | tjs_int tTJSNI_BaseLayer::GetTextHeight(const ttstr & text) function tTVPFont (line 5257) | const tTVPFont& tTJSNI_BaseLayer::GetFont() const function iTJSDispatch2 (line 5262) | iTJSDispatch2 * tTJSNI_BaseLayer::GetFontObjectNoAddRef() function TVP_LAYER_FOR_EACH_CHILD_BEGIN (line 6029) | TVP_LAYER_FOR_EACH_CHILD_BEGIN(child) function TVP_LAYER_FOR_EACH_CHILD_BEGIN (line 6069) | TVP_LAYER_FOR_EACH_CHILD_BEGIN(child) function TVP_LAYER_FOR_EACH_CHILD_BEGIN (line 6157) | TVP_LAYER_FOR_EACH_CHILD_BEGIN(child) function TVP_LAYER_FOR_EACH_CHILD_BEGIN (line 6241) | TVP_LAYER_FOR_EACH_CHILD_BEGIN(child) function TVP_LAYER_FOR_EACH_CHILD_BEGIN (line 6321) | TVP_LAYER_FOR_EACH_CHILD_BEGIN(child) function TVP_LAYER_FOR_EACH_CHILD_BEGIN (line 6439) | TVP_LAYER_FOR_EACH_CHILD_BEGIN(child) function TVP_LAYER_FOR_EACH_CHILD_BEGIN (line 6523) | TVP_LAYER_FOR_EACH_CHILD_BEGIN(child) function tTVPBaseTexture (line 6549) | tTVPBaseTexture * tTJSNI_BaseLayer::GetDrawTargetBitmap(const tTVPRect &... function tTVPLayerType (line 6570) | tTVPLayerType tTJSNI_BaseLayer::GetTargetLayerType() function tTVPBaseTexture (line 6857) | tTVPBaseTexture * tTJSNI_BaseLayer::Complete(const tTVPRect & rect) function tTVPBaseTexture (line 6936) | tTVPBaseTexture * tTJSNI_BaseLayer::Complete() function tTVPBaseTexture (line 7327) | tTVPBaseTexture * tTJSNI_BaseLayer::tTransDrawable:: function tTVPLayerType (line 7336) | tTVPLayerType tTJSNI_BaseLayer::tTransDrawable::GetTargetLayerType() function tjs_uint64 (line 7457) | tjs_uint64 tTJSNI_BaseLayer::GetTransTick() function TJS_DECL_EMPTY_FINALIZE_METHOD (line 7489) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 7502) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/moveBefore) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7523) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/moveBehind) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7544) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/bringToBack) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7554) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/bringToFront) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7564) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/saveLayerImage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7577) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/loadImages) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7600) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/loadProvinceImage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7610) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getMainPixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7619) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMainPixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7628) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getMaskPixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7637) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMaskPixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7646) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getProvincePixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7655) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setProvincePixel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7664) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getLayerAt)// not GetMostFron... function TJS_BEGIN_NATIVE_METHOD_DECL (line 7691) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setPos) // not setPosition function TJS_BEGIN_NATIVE_METHOD_DECL (line 7714) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setSize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7723) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setSizeToImageSize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7731) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setImagePos) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7740) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setImageSize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7749) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/independMainImage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7760) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/independProvinceImage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7771) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setClip) // not setClipRect function TJS_BEGIN_NATIVE_METHOD_DECL (line 7797) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/fillRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7810) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/colorRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7824) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/drawText) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7846) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/drawGlyph) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7869) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/piledCopy) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7894) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/copyRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7936) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/pileRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 7968) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/blendRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8000) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/copy9Patch) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8045) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/operateRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8100) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stretchCopy) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8153) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stretchPile) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8198) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stretchBlend) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8246) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/operateStretch) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8314) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/affineCopy) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8386) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/affinePile) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8448) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/affineBlend) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8510) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/operateAffine) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8596) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/doBoxBlur) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8615) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/adjustGamma) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8649) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/doGrayScale) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8659) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/flipLR) // not LRFlip function TJS_BEGIN_NATIVE_METHOD_DECL (line 8669) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/flipUD) // not UDFlip function TJS_BEGIN_NATIVE_METHOD_DECL (line 8679) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/convertType) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8693) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/update) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8720) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setCursorPos) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8732) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/releaseCapture) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8742) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/releaseTouchCapture) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8760) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/focus) // not setFocus function TJS_BEGIN_NATIVE_METHOD_DECL (line 8775) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/focusPrev) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8793) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/focusNext) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8811) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMode) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8821) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/removeMode) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8831) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setAttentionPos) // not setAt... function TJS_BEGIN_NATIVE_METHOD_DECL (line 8843) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/beginTransition) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8876) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stopTransition) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8886) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/assignImages) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8908) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/dump) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8916) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/copyToBitmapFromMainImage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8935) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/copyFromBitmapToMainImage) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8958) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onHitTest) function TJS_BEGIN_NATIVE_METHOD_DECL (line 8983) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onClick) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9000) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onDoubleClick) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9017) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseDown) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9036) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseUp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9055) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseMove) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9073) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseEnter) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9088) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseLeave) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9103) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchDown) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9123) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchUp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9143) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchMove) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9163) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchScaling) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9183) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchRotate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9204) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMultiTouch) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9219) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onBlur) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9235) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onFocus) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9252) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onNodeEnabled) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9267) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onNodeDisabled) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9282) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onKeyDown) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9304) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onKeyUp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9326) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onKeyPress) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9352) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseWheel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9371) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onSearchPrevFocusable) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9413) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onSearchNextFocusable) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9455) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onBeforeFocus) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9499) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onPaint) function TJS_BEGIN_NATIVE_METHOD_DECL (line 9514) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTransitionCompleted) function TJS_BEGIN_NATIVE_PROP_DECL (line 9536) | TJS_BEGIN_NATIVE_PROP_DECL(parent) function TJS_END_NATIVE_PROP_GETTER (line 9553) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9572) | TJS_END_NATIVE_PROP_SETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 9591) | TJS_BEGIN_NATIVE_PROP_DECL(order) // not orderIndex function TJS_END_NATIVE_PROP_GETTER (line 9599) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9607) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9619) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9627) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9639) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9647) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9659) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9667) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9679) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9687) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9699) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 9713) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9721) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9742) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 9756) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 9770) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9778) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9790) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9798) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9810) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9818) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9830) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9838) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9850) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9858) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9870) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9878) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9890) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9898) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9910) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9918) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9930) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9938) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9950) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9958) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9970) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9978) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 9990) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 9998) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10010) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10018) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10030) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10038) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10050) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10058) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10070) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10078) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10090) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10098) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10110) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10118) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10130) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10141) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10153) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10161) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10173) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10181) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10193) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10201) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10213) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10221) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10233) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10241) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10253) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10261) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10282) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10305) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10319) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10327) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10339) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10353) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10367) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10375) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10387) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10401) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10409) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10421) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10429) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10441) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10449) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10461) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10469) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10481) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10489) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10502) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10516) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10524) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10536) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10544) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10556) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 10564) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 10576) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10590) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10604) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10618) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 10632) | TJS_END_NATIVE_PROP_GETTER function tjs_error (line 10673) | tjs_error TJS_INTF_METHOD tTJSNI_Font::Construct(tjs_int numparams, function ttstr (line 10715) | ttstr tTJSNI_Font::GetFontFace() const function tjs_int (line 10734) | tjs_int tTJSNI_Font::GetFontHeight() const function tjs_int (line 10754) | tjs_int tTJSNI_Font::GetFontAngle() const function tjs_int (line 10855) | tjs_int tTJSNI_Font::GetTextWidthDirect(const ttstr & text) function tjs_int (line 10870) | tjs_int tTJSNI_Font::GetTextWidth(const ttstr & text) function tjs_int (line 10876) | tjs_int tTJSNI_Font::GetTextHeight(const ttstr & text) function tTVPFont (line 10944) | const tTVPFont& tTJSNI_Font::GetFont() const function TJS_DECL_EMPTY_FINALIZE_METHOD (line 10959) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 10972) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getTextWidth) function TJS_BEGIN_NATIVE_METHOD_DECL (line 10983) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getTextHeight) function TJS_BEGIN_NATIVE_METHOD_DECL (line 10994) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getEscWidthX) function TJS_BEGIN_NATIVE_METHOD_DECL (line 11005) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getEscWidthY) function TJS_BEGIN_NATIVE_METHOD_DECL (line 11016) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getEscHeightX) function TJS_BEGIN_NATIVE_METHOD_DECL (line 11027) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getEscHeightY) function TJS_BEGIN_NATIVE_METHOD_DECL (line 11038) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getGlyphDrawRect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 11055) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/doUserSelect) function TJS_BEGIN_NATIVE_METHOD_DECL (line 11080) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/getList) function TJS_BEGIN_NATIVE_METHOD_DECL (line 11110) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/mapPrerenderedFont) function TJS_BEGIN_NATIVE_METHOD_DECL (line 11121) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/unmapPrerenderedFont) function TJS_BEGIN_NATIVE_PROP_DECL (line 11136) | TJS_BEGIN_NATIVE_PROP_DECL(face) function TJS_END_NATIVE_PROP_GETTER (line 11144) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 11152) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 11164) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 11172) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 11184) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 11192) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 11204) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 11212) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 11224) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 11232) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 11244) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 11252) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 11264) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 11272) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 11285) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 11293) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 11304) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 11311) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 11323) | TJS_END_NATIVE_PROP_GETTER type tFontClassHolder (line 11343) | struct tFontClassHolder { method tFontClassHolder (line 11345) | tFontClassHolder() : Obj(NULL) {} method Set (line 11346) | void Set( tTJSNativeClass* obj ) { function tTJSNativeClass (line 11357) | tTJSNativeClass * TVPCreateNativeClass_Font() function iTJSDispatch2 (line 11369) | iTJSDispatch2 * TVPCreateFontObject(iTJSDispatch2 * layer) function iTJSDispatch2 (line 11386) | iTJSDispatch2 * TVPGetObjectFrom_NI_BaseLayer(tTJSNI_BaseLayer * layer) FILE: src/core/visual/LayerIntf.h type tTVPGraphicSplitOperationType (line 48) | enum tTVPGraphicSplitOperationType type tTVPDrawFace (line 59) | enum tTVPDrawFace type tTVPBlendOperationMode (line 78) | enum tTVPBlendOperationMode type tTVPHitType (line 119) | enum tTVPHitType {htMask, htProvince} function iTJSDispatch2 (line 199) | iTJSDispatch2 * GetOwnerNoAddRef() const { return Owner; } function IsAncestorOrSelf (line 256) | bool IsAncestorOrSelf(tTJSNI_BaseLayer *ancestor) function Swap (line 265) | void Swap(tTJSNI_BaseLayer *target) // swap this for the other layer function tjs_int (line 268) | tjs_int GetVisibleChildrenCount() function tTJSNI_BaseLayer (line 290) | tTJSNI_BaseLayer * GetParent() const { return Parent; } function SetParent (line 291) | void SetParent(tTJSNI_BaseLayer *parent) { Join(parent); } function tjs_uint (line 293) | tjs_uint GetCount() { return Children.GetActualCount(); } function tTJSNI_BaseLayer (line 295) | tTJSNI_BaseLayer * GetChildren(tjs_int idx) function SetName (line 299) | void SetName(const ttstr &name) { Name = name; } function GetNodeVisible (line 308) | bool GetNodeVisible() { return GetParentVisible() && Visible; } function SetToCreateExposedRegion (line 368) | void SetToCreateExposedRegion() { ExposedRegionValid = false; } function tTVPComplexRect (line 370) | const tTVPComplexRect & GetExposedRegion() function tTVPComplexRect (line 373) | const tTVPComplexRect & GetOverlappedRegion() function SetNeutralColor (line 437) | void SetNeutralColor(tjs_uint32 color) { NeutralColor = TVP_REVRGB(color... function tjs_int (line 445) | tjs_int GetImageLeft() const; function tjs_int (line 486) | tjs_int GetMainImagePixelBufferPitch() const; function SetShowParentHint (line 540) | void SetShowParentHint(bool b) { ShowParentHint = b; } function SetIgnoreHintSensing (line 542) | void SetIgnoreHintSensing(bool b) { IgnoreHintSensing = b; } function SetHitType (line 577) | void SetHitType(tTVPHitType type) { HitType = type; } function SetHitThreshold (line 580) | void SetHitThreshold(tjs_int t) { HitThreshold = t; } function SetFocusWork (line 611) | void SetFocusWork(tTJSNI_BaseLayer *lay) function SetJoinFocusChain (line 622) | void SetJoinFocusChain(bool b) { JoinFocusChain = b; } function GetNodeFocusable (line 627) | bool GetNodeFocusable() function GetNodeEnabled (line 654) | bool GetNodeEnabled() function SetHoldAlpha (line 705) | void SetHoldAlpha(bool b) { HoldAlpha = b; } function SetImageModified (line 818) | void SetImageModified(bool b) { ImageModified = b; } function ttstr (line 832) | ttstr GetFontFace() const; function UpdateByScript (line 901) | void UpdateByScript() { CallOnPaint = true; Update(); } function SetCallOnPaint (line 903) | void SetCallOnPaint(bool b) { CallOnPaint = b; } function tTVPDrawable (line 997) | struct tTransDrawable : public tTVPDrawable function tTVPContinuousEventCallbackIntf (line 1024) | struct tTransIdleCallback : public tTVPContinuousEventCallbackIntf function class (line 1046) | class tTJSNC_Layer : public tTJSNativeClass type tTJSNativeInstance (line 1071) | typedef tTJSNativeInstance inherited; function tTJSNI_BaseLayer (line 1085) | tTJSNI_BaseLayer * GetLayer() const { return Layer; } FILE: src/core/visual/LayerManager.cpp function tTVPBaseTexture (line 87) | tTVPBaseTexture * tTVPLayerManager::GetDrawTargetBitmap(const tTVPRect &... function tTVPLayerType (line 120) | tTVPLayerType tTVPLayerManager::GetTargetLayerType() function tTVPBaseTexture (line 157) | tTVPBaseTexture* tTVPLayerManager::GetOrCreateDrawBuffer() class iTVPLayerTreeOwner (line 350) | class iTVPLayerTreeOwner function tTJSNI_BaseLayer (line 367) | tTJSNI_BaseLayer * tTVPLayerManager::GetMostFrontChildAt(tjs_int x, tjs_... function tTJSNI_BaseLayer (line 771) | tTJSNI_BaseLayer *tTVPLayerManager::FocusPrev() function tTJSNI_BaseLayer (line 784) | tTJSNI_BaseLayer *tTVPLayerManager::FocusNext() function tTJSNI_BaseLayer (line 797) | tTJSNI_BaseLayer *tTVPLayerManager::SearchFirstFocusable(bool ignore_cha... function tTJSNI_BaseLayer (line 973) | tTJSNI_BaseLayer *tTVPLayerManager::GetCurrentModalLayer() const FILE: src/core/visual/LayerManager.h function class (line 25) | class iTVPLayerManager type tTVPTouchCaptureLayer (line 213) | struct tTVPTouchCaptureLayer { function TJS_INTF_METHOD (line 287) | TJS_INTF_METHOD SetDrawDeviceData(void * data) { DrawDeviceData = data; } function virtual (line 288) | virtual void * TJS_INTF_METHOD GetDrawDeviceData() const { return DrawDe... function TJS_INTF_METHOD (line 295) | TJS_INTF_METHOD SetDesiredLayerType(tTVPLayerType type) { DesiredLayerTy... function virtual (line 307) | virtual tTVPBaseTexture *GetDrawBuffer() { return DrawBuffer; } function NotifyVisualStateChanged (line 334) | void NotifyVisualStateChanged() { VisualStateChanged = true; } function GetVisualStateChanged (line 335) | bool GetVisualStateChanged() { return VisualStateChanged; } function TJS_INTF_METHOD (line 362) | TJS_INTF_METHOD NotifyClick(tjs_int x, tjs_int y) { PrimaryClick(x, y); } function TJS_INTF_METHOD (line 363) | TJS_INTF_METHOD NotifyDoubleClick(tjs_int x, tjs_int y) { PrimaryDoubleC... function TJS_INTF_METHOD (line 364) | TJS_INTF_METHOD NotifyMouseDown(tjs_int x, tjs_int y, tTVPMouseButton mb... function TJS_INTF_METHOD (line 366) | TJS_INTF_METHOD NotifyMouseUp(tjs_int x, tjs_int y, tTVPMouseButton mb, ... function TJS_INTF_METHOD (line 368) | TJS_INTF_METHOD NotifyMouseMove(tjs_int x, tjs_int y, tjs_uint32 flags) function TJS_INTF_METHOD (line 370) | TJS_INTF_METHOD NotifyMouseOutOfWindow() function TJS_INTF_METHOD (line 372) | TJS_INTF_METHOD NotifyKeyDown(tjs_uint key, tjs_uint32 shift) function TJS_INTF_METHOD (line 374) | TJS_INTF_METHOD NotifyKeyUp(tjs_uint key, tjs_uint32 shift) function TJS_INTF_METHOD (line 376) | TJS_INTF_METHOD NotifyKeyPress(tjs_char key) function TJS_INTF_METHOD (line 378) | TJS_INTF_METHOD NotifyMouseWheel(tjs_uint32 shift, tjs_int delta, tjs_in... function TJS_INTF_METHOD (line 381) | TJS_INTF_METHOD NotifyTouchDown( tjs_real x, tjs_real y, tjs_real cx, tj... function TJS_INTF_METHOD (line 383) | TJS_INTF_METHOD NotifyTouchUp( tjs_real x, tjs_real y, tjs_real cx, tjs_... function TJS_INTF_METHOD (line 385) | TJS_INTF_METHOD NotifyTouchMove( tjs_real x, tjs_real y, tjs_real cx, tj... function TJS_INTF_METHOD (line 387) | TJS_INTF_METHOD NotifyTouchScaling( tjs_real startdist, tjs_real curdist... function TJS_INTF_METHOD (line 389) | TJS_INTF_METHOD NotifyTouchRotate( tjs_real startangle, tjs_real curangl... function TJS_INTF_METHOD (line 391) | TJS_INTF_METHOD NotifyMultiTouch() function SetFocusedLayer (line 428) | void TJS_INTF_METHOD SetFocusedLayer(tTJSNI_BaseLayer * layer) { SetFocu... type FindTouchID (line 481) | struct FindTouchID { FILE: src/core/visual/LayerTreeOwner.h function class (line 15) | class iTVPLayerTreeOwner FILE: src/core/visual/LayerTreeOwnerImpl.cpp function iTVPLayerManager (line 24) | iTVPLayerManager* tTVPLayerTreeOwner::GetLayerManagerAt(size_t index) { function iTVPLayerManager (line 28) | const iTVPLayerManager* tTVPLayerTreeOwner::GetLayerManagerAt(size_t ind... class iTVPLayerManager (line 76) | class iTVPLayerManager class iTVPLayerManager (line 81) | class iTVPLayerManager class iTVPLayerManager (line 90) | class iTVPLayerManager class iTVPLayerManager (line 97) | class iTVPLayerManager class iTVPLayerManager (line 106) | class iTVPLayerManager class iTVPLayerManager (line 114) | class iTVPLayerManager class iTVPLayerManager (line 122) | class iTVPLayerManager class iTVPLayerManager (line 130) | class iTVPLayerManager class iTVPLayerManager (line 139) | class iTVPLayerManager class iTVPLayerManager (line 150) | class iTVPLayerManager class iTVPLayerManager (line 158) | class iTVPLayerManager class iTVPLayerManager (line 166) | class iTVPLayerManager class iTVPLayerManager (line 173) | class iTVPLayerManager function tTJSNI_BaseLayer (line 287) | tTJSNI_BaseLayer* tTVPLayerTreeOwner::GetPrimaryLayer() { function tTJSNI_BaseLayer (line 292) | tTJSNI_BaseLayer* tTVPLayerTreeOwner::GetFocusedLayer() { FILE: src/core/visual/LayerTreeOwnerImpl.h function class (line 19) | class tTVPLayerTreeOwner : public iTVPLayerTreeOwner FILE: src/core/visual/LoadBPG.cpp type CBPGDecoderContext (line 13) | struct CBPGDecoderContext { method CBPGDecoderContext (line 15) | CBPGDecoderContext() { method BPGDecoderContext (line 22) | BPGDecoderContext *get() { return ctx; } function TVPLoadBPG (line 25) | void TVPLoadBPG(void* formatdata, void *callbackdata, function TVPLoadHeaderBPG (line 57) | void TVPLoadHeaderBPG(void* formatdata, tTJSBinaryStream *src, iTJSDispa... FILE: src/core/visual/LoadJPEG.cpp function TVPAcceptSaveAsJPG (line 13) | bool TVPAcceptSaveAsJPG(void* formatdata, const ttstr & type, class iTJS... type my_error_mgr (line 55) | struct my_error_mgr type jpeg_error_mgr (line 57) | struct jpeg_error_mgr function my_error_exit (line 61) | my_error_exit(j_common_ptr cinfo) function my_emit_message (line 68) | my_emit_message(j_common_ptr c, int n) function my_output_message (line 73) | my_output_message(j_common_ptr c) function my_format_message (line 78) | my_format_message(j_common_ptr c, char* m) function my_reset_error_mgr (line 83) | my_reset_error_mgr(j_common_ptr c) type my_source_mgr (line 90) | struct my_source_mgr function init_source (line 99) | init_source(j_decompress_ptr cinfo) function fill_input_buffer (line 108) | fill_input_buffer(j_decompress_ptr cinfo) function skip_input_data (line 134) | skip_input_data(j_decompress_ptr cinfo, long num_bytes) function jpeg_TStream_src (line 158) | jpeg_TStream_src (j_decompress_ptr cinfo, tTJSBinaryStream * infile) function TVPLoadJPEG (line 183) | void TVPLoadJPEG(void* formatdata, void *callbackdata, tTVPGraphicSizeCa... type stream_destination_mgr (line 392) | struct stream_destination_mgr { type jpeg_destination_mgr (line 393) | struct jpeg_destination_mgr function JPEG_write_init_destination (line 403) | JPEG_write_init_destination( j_compress_ptr cinfo ) { function JPEG_write_empty_output_buffer (line 410) | JPEG_write_empty_output_buffer( j_compress_ptr cinfo ) { function JPEG_write_term_destination (line 422) | JPEG_write_term_destination( j_compress_ptr cinfo ) { function JPEG_write_stream (line 427) | JPEG_write_stream( j_compress_ptr cinfo, JOCTET* buffer, int bufsize, in... type tTVPJPGOption (line 446) | struct tTVPJPGOption function TVPSaveAsJPG (line 461) | void TVPSaveAsJPG(void* formatdata, tTJSBinaryStream* dst, const iTVPBas... function TVPLoadHeaderJPG (line 608) | void TVPLoadHeaderJPG(void* formatdata, tTJSBinaryStream *src, iTJSDispa... FILE: src/core/visual/LoadJXR.cpp function tjs_uint32 (line 13) | static tjs_uint32 GetStride( const tjs_uint32 width, const tjs_uint32 bi... function TVPAcceptSaveAsJXR (line 19) | bool TVPAcceptSaveAsJXR(void* formatdata, const ttstr & type, class iTJS... function TVPLoadJXR (line 68) | void TVPLoadJXR(void* formatdata, void *callbackdata, tTVPGraphicSizeCal... function TVPSaveAsJXR (line 125) | void TVPSaveAsJXR(void* formatdata, tTJSBinaryStream* dst, const class i... function TVPLoadHeaderJXR (line 244) | void TVPLoadHeaderJXR(void* formatdata, tTJSBinaryStream *src, iTJSDispa... function ERR (line 420) | static ERR JXR_close( WMPStream** ppWS ) { function Bool (line 424) | static Bool JXR_EOS(struct WMPStream* pWS) { function ERR (line 428) | static ERR JXR_read(struct WMPStream* pWS, void* pv, size_t cb) { function ERR (line 433) | static ERR JXR_write(struct WMPStream* pWS, const void* pv, size_t cb) { function ERR (line 442) | static ERR JXR_set_pos( struct WMPStream* pWS, size_t offPos ) { function ERR (line 447) | static ERR JXR_get_pos( struct WMPStream* pWS, size_t* poffPos ) { function TVPLoadJXR (line 456) | void TVPLoadJXR(void* formatdata, void *callbackdata, tTVPGraphicSizeCal... function TVPSaveAsJXR (line 616) | void TVPSaveAsJXR(void* formatdata, tTJSBinaryStream* dst, const class i... function TVPLoadHeaderJXR (line 720) | void TVPLoadHeaderJXR(void* formatdata, tTJSBinaryStream *src, iTJSDispa... FILE: src/core/visual/LoadPNG.cpp function TVPAcceptSaveAsPNG (line 18) | bool TVPAcceptSaveAsPNG(void* formatdata, const ttstr & type, class iTJS... type PNG_read_chunk_callback_user_struct (line 61) | struct PNG_read_chunk_callback_user_struct function png_voidp (line 68) | static png_voidp PNG_malloc(png_structp ps, png_size_t size) function PNG_free (line 74) | static void PNG_free (png_structp ps,void* /* png_structp*/ mem) function PNG_error (line 80) | static void PNG_error (png_structp ps, png_const_charp msg) function PNG_warning (line 86) | static void PNG_warning (png_structp ps, png_const_charp msg) function PNG_read_data (line 94) | static void PNG_read_data(png_structp png_ptr,png_bytep data,png_size_t ... function PNG_read_row_callback (line 100) | static void PNG_read_row_callback(png_structp png_ptr,png_uint_32 row,in... function PNG_read_chunk_callback (line 106) | static int PNG_read_chunk_callback(png_structp png_ptr,png_unknown_chunk... function TVPLoadPNG (line 152) | void TVPLoadPNG(void* formatdata, void *callbackdata, tTVPGraphicSizeCal... function PNG_write_flash (line 471) | static void PNG_write_flash( png_structp png_ptr ) function PNG_write_write (line 482) | static void PNG_write_write( png_structp png_ptr, png_bytep buf, png_siz... function TVPSaveAsPNG (line 496) | void TVPSaveAsPNG(void* formatdata, tTJSBinaryStream* dst, const iTVPBas... function TVPLoadHeaderPNG (line 572) | void TVPLoadHeaderPNG(void* formatdata, tTJSBinaryStream *src, iTJSDispa... FILE: src/core/visual/LoadPVRv3.cpp function ttstr (line 15) | static ttstr TVPUnserializeString(tTJSBinaryStream * s) { function tTJSVariant (line 24) | static tTJSVariant TVPUnserializePVRv3Variable(tTJSBinaryStream * s) { function TVPUnserializePVRv3Metadata (line 45) | static int TVPUnserializePVRv3Metadata(tTJSBinaryStream *s, const std::f... function TVPSerializePVRv3String (line 60) | static unsigned int TVPSerializePVRv3String(tTJSBinaryStream *dst, const... function TVPSerializePVRv3Variable (line 67) | static unsigned int TVPSerializePVRv3Variable(tTJSBinaryStream *dst, con... function TVPSerializePVRv3Metadata (line 88) | static unsigned int TVPSerializePVRv3Metadata(tTJSBinaryStream *dst, con... function iTVPTexture2D (line 101) | iTVPTexture2D* TVPLoadPVRv3(tTJSBinaryStream *src, const std::functionIsOpaque; } class tTVPRenderMethod_Software (line 913) | class tTVPRenderMethod_Software : public iTVPRenderMethod { method GetNameHash (line 923) | uint32_t GetNameHash() { class tTVPRenderMethod_ColorOpacity (line 932) | class tTVPRenderMethod_ColorOpacity : public tTVPRenderMethod_Software { method EnumParameterID (line 937) | virtual int EnumParameterID(const char *name) { method SetParameterOpa (line 943) | virtual void SetParameterOpa(int id, int v) { opa = v; } method SetParameterColor4B (line 944) | virtual void SetParameterColor4B(int id, unsigned int v) { color = v; } method DoRender (line 945) | virtual void DoRender( class tTVPRenderMethod_RemoveOpacity (line 970) | class tTVPRenderMethod_RemoveOpacity : public tTVPRenderMethod_Software { method EnumParameterID (line 973) | virtual int EnumParameterID(const char *name) { method SetParameterOpa (line 978) | virtual void SetParameterOpa(int id, int v) { opa = v; } method DoRender (line 979) | virtual void DoRender( function tjs_int (line 1004) | static tjs_int GetAdaptiveThreadNum(tjs_int pixelNum, float factor) class tTVPRenderMethod_FillARGB (line 1012) | class tTVPRenderMethod_FillARGB : public tTVPRenderMethod_Software { type PartialFillParam (line 1014) | struct PartialFillParam { method EnumParameterID (line 1024) | virtual int EnumParameterID(const char *name) { method SetParameterColor4B (line 1028) | virtual void SetParameterColor4B(int id, tjs_uint32 v) { clr = v; } method DoRender (line 1030) | virtual void DoRender( method PartialFill (line 1058) | void PartialFill(const PartialFillParam *param) class tTVPRenderMethod_Fill (line 1095) | class tTVPRenderMethod_Fill : public tTVPRenderMethod_Software { type PartialFillParam (line 1096) | struct PartialFillParam { method SetParamValue (line 1104) | void SetParamValue(const TParam &val) { param = val; } method DoRender (line 1107) | virtual void DoRender( method PartialFill (line 1133) | void PartialFill(const PartialFillParam *p) class tTVPRenderMethod_FillWithColor (line 1151) | class tTVPRenderMethod_FillWithColor : public tTVPRenderMethod_Fill tRenderTexRectArray; type tRenderTextureArray (line 183) | typedef tRenderTextureArray tRenderTexQuadArray; function namespace (line 186) | namespace TJS { function class (line 189) | class iTVPRenderManager function namespace (line 268) | namespace TJS { class tTJSString; } FILE: src/core/visual/RenderManager_software.h function class (line 4) | class tTVPRenderMethod_Software : public iTVPRenderMethod { FILE: src/core/visual/SaveTLG.h function class (line 7) | class SlideCompressor FILE: src/core/visual/SaveTLG5.cpp function WriteInt32 (line 226) | static void WriteInt32(long num, tTJSBinaryStream *out) function Compress (line 236) | static void Compress( const iTVPBaseBitmap *bmp, tTJSBinaryStream * out,... function SaveTLG5 (line 425) | void SaveTLG5( tTJSBinaryStream* stream, const iTVPBaseBitmap* image, bo... FILE: src/core/visual/SaveTLG6.cpp function TVPAcceptSaveAsTLG (line 27) | bool TVPAcceptSaveAsTLG(void* formatdata, const ttstr & type, class iTJS... class TLG6BitStream (line 73) | class TLG6BitStream method TLG6BitStream (line 82) | TLG6BitStream(tTJSBinaryStream * outstream) : method GetBitPos (line 97) | int GetBitPos() const { return BufferBitPos; } method GetBytePos (line 98) | long GetBytePos() const { return BufferBytePos; } method Flush (line 100) | void Flush() method GetBitLength (line 114) | long GetBitLength() const { return BufferBytePos * 8 + BufferBitPos; } method Put1Bit (line 116) | void Put1Bit(bool b) method PutGamma (line 140) | void PutGamma(int v) method PutInterleavedGamma (line 161) | void PutInterleavedGamma(int v) method GetGammaBitLengthGeneric (line 183) | static int GetGammaBitLengthGeneric(int v) method GetGammaBitLength (line 195) | static int GetGammaBitLength(int v) method PutNonzeroSigned (line 210) | void PutNonzeroSigned(int v, int len) method GetNonzeroSignedBitLength (line 222) | static int GetNonzeroSignedBitLength(int v) method PutValue (line 240) | void PutValue(long v, int len) function CompressValuesGolomb (line 488) | void CompressValuesGolomb(TLG6BitStream &bs, char *buf, int size) class TryCompressGolomb (line 576) | class TryCompressGolomb method TryCompressGolomb (line 585) | TryCompressGolomb() method TryCompressGolomb (line 590) | TryCompressGolomb(const TryCompressGolomb &ref) method Copy (line 597) | void Copy(const TryCompressGolomb &ref) method Reset (line 606) | void Reset() method Try (line 615) | int Try(char *buf, int size) method Flush (line 674) | int Flush() function ApplyColorFilter (line 693) | void ApplyColorFilter(char * bufb, char * bufg, char * bufr, int len, in... function DetectColorFilter (line 923) | int DetectColorFilter(char *b, char *g, char *r, int size, int &outsize) function WriteInt32 (line 980) | static void WriteInt32(long num, tTJSBinaryStream *out) function TLG6InitializeColorFilterCompressor (line 990) | static void TLG6InitializeColorFilterCompressor(SlideCompressor &c) function SaveTLG6 (line 1011) | void SaveTLG6( tTJSBinaryStream* stream, const iTVPBaseBitmap* bmp, bool... function TVPSaveAsTLG (line 1336) | void TVPSaveAsTLG(void* formatdata, tTJSBinaryStream* dst, const iTVPBas... FILE: src/core/visual/TransIntf.cpp function tjs_error (line 43) | tjs_error TJS_INTF_METHOD tTVPSimpleOptionProvider::AddRef() function tjs_error (line 49) | tjs_error TJS_INTF_METHOD tTVPSimpleOptionProvider::Release() function tjs_error (line 58) | tjs_error TJS_INTF_METHOD tTVPSimpleOptionProvider::GetAsNumber( function tjs_error (line 79) | tjs_error TJS_INTF_METHOD tTVPSimpleOptionProvider::GetAsString( function tjs_error (line 101) | tjs_error TJS_INTF_METHOD tTVPSimpleOptionProvider::GetValue( function tjs_error (line 117) | tjs_error TJS_INTF_METHOD tTVPSimpleOptionProvider:: function tjs_error (line 140) | tjs_error TJS_INTF_METHOD tTVPSimpleImageProvider::LoadImage( function iTVPScanLineProvider (line 173) | iTVPScanLineProvider * TVPSLPLoadImage(const ttstr &name, tjs_int bpp, function tjs_error (line 222) | tjs_error TJS_INTF_METHOD tTVPScanLineProviderForBaseBitmap::AddRef() function tjs_error (line 228) | tjs_error TJS_INTF_METHOD tTVPScanLineProviderForBaseBitmap::Release() function tjs_error (line 237) | tjs_error TJS_INTF_METHOD function tjs_error (line 244) | tjs_error TJS_INTF_METHOD function tjs_error (line 252) | tjs_error TJS_INTF_METHOD function tjs_error (line 259) | tjs_error TJS_INTF_METHOD tTVPScanLineProviderForBaseBitmap::GetPitchBytes( function tjs_error (line 266) | tjs_error TJS_INTF_METHOD function tjs_error (line 281) | tjs_error TJS_INTF_METHOD function iTVPTexture2D (line 298) | iTVPTexture2D * tTVPScanLineProviderForBaseBitmap::GetTexture() function iTVPTexture2D (line 303) | iTVPTexture2D * tTVPScanLineProviderForBaseBitmap::GetTextureForRender() function TVPAddTransHandlerProvider (line 319) | void TVPAddTransHandlerProvider(iTVPTransHandlerProvider *pro) function TVPRemoveTransHandlerProvider (line 338) | void TVPRemoveTransHandlerProvider(iTVPTransHandlerProvider *pro) function iTVPTransHandlerProvider (line 353) | iTVPTransHandlerProvider * TVPFindTransHandlerProvider(const ttstr &name) function TVPClearTransHandlerProvider (line 379) | static void TVPClearTransHandlerProvider() class tTVPCrossFadeTransHandler (line 398) | class tTVPCrossFadeTransHandler : public iTVPDivisibleTransHandler method tTVPCrossFadeTransHandler (line 420) | tTVPCrossFadeTransHandler(iTVPSimpleOptionProvider *options, method AddRef (line 444) | AddRef() method Release (line 450) | Release() method SetOption (line 457) | SetOption( function tjs_error (line 491) | tjs_error TJS_INTF_METHOD tTVPCrossFadeTransHandlerProvider::AddRef() function tjs_error (line 497) | tjs_error TJS_INTF_METHOD tTVPCrossFadeTransHandlerProvider::Release() function tjs_error (line 503) | tjs_error TJS_INTF_METHOD tTVPCrossFadeTransHandlerProvider::GetName(/*o... function tjs_error (line 514) | tjs_error TJS_INTF_METHOD tTVPCrossFadeTransHandlerProvider::StartTransi... function iTVPBaseTransHandler (line 533) | iTVPBaseTransHandler * tTVPCrossFadeTransHandlerProvider::GetTransitionO... function tjs_error (line 545) | tjs_error TJS_INTF_METHOD tTVPCrossFadeTransHandler:: function tjs_error (line 595) | tjs_error TJS_INTF_METHOD tTVPCrossFadeTransHandler::EndProcess() function tjs_error (line 606) | tjs_error TJS_INTF_METHOD tTVPCrossFadeTransHandler::Process( function tjs_error (line 720) | tjs_error TJS_INTF_METHOD tTVPCrossFadeTransHandler::MakeFinalImage( class tTVPUniversalTransHandler (line 739) | class tTVPUniversalTransHandler : public tTVPCrossFadeTransHandler method tTVPUniversalTransHandler (line 749) | tTVPUniversalTransHandler( class tTVPUniversalTransHandlerProvider (line 787) | class tTVPUniversalTransHandlerProvider : public tTVPCrossFadeTransHandl... method tTVPUniversalTransHandlerProvider (line 790) | tTVPUniversalTransHandlerProvider() : tTVPCrossFadeTransHandlerProvide... method GetName (line 793) | GetName( method iTVPBaseTransHandler (line 803) | virtual iTVPBaseTransHandler * GetTransitionObject( function tjs_error (line 853) | tjs_error TJS_INTF_METHOD tTVPUniversalTransHandler::StartProcess( function TVPSLPCopyRect (line 994) | static void TVPSLPCopyRect(iTVPScanLineProvider *destimg, tjs_int x, tjs... class tTVPScrollTransHandler (line 1033) | class tTVPScrollTransHandler : public tTVPCrossFadeTransHandler method tTVPScrollTransHandler (line 1041) | tTVPScrollTransHandler( class tTVPScrollTransHandlerProvider (line 1060) | class tTVPScrollTransHandlerProvider : public tTVPCrossFadeTransHandlerP... method tTVPScrollTransHandlerProvider (line 1063) | tTVPScrollTransHandlerProvider() : tTVPCrossFadeTransHandlerProvider() {} method GetName (line 1066) | GetName( method StartTransition (line 1076) | StartTransition( method iTVPBaseTransHandler (line 1097) | virtual iTVPBaseTransHandler * GetTransitionObject( type tTVPScrollDivisibleData (line 1135) | struct tTVPScrollDivisibleData : public tTVPDivisibleData function TVPRegisterDefaultTransHandlerProvider (line 1263) | static void TVPRegisterDefaultTransHandlerProvider() FILE: src/core/visual/TransIntf.h function class (line 22) | class tTVPSimpleOptionProvider : public iTVPSimpleOptionProvider function class (line 54) | class tTVPSimpleImageProvider : public iTVPSimpleImageProvider function class (line 80) | class tTVPScanLineProviderForBaseBitmap : public iTVPScanLineProvider type tTVPScrollTransFrom (line 126) | enum tTVPScrollTransFrom type tTVPScrollTransStay (line 130) | enum tTVPScrollTransStay function class (line 137) | class tTVPCrossFadeTransHandlerProvider : public iTVPTransHandlerProvider FILE: src/core/visual/VideoOvlIntf.cpp function tjs_error (line 29) | tjs_error TJS_INTF_METHOD function ttstr (line 64) | ttstr tTJSNI_BaseVideoOverlay::GetStatusString() const function TJS_DECL_EMPTY_FINALIZE_METHOD (line 205) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 219) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/open) function TJS_BEGIN_NATIVE_METHOD_DECL (line 231) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/play) function TJS_BEGIN_NATIVE_METHOD_DECL (line 242) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/stop) function TJS_BEGIN_NATIVE_METHOD_DECL (line 253) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/close) function TJS_BEGIN_NATIVE_METHOD_DECL (line 264) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setPos) // not SetPosition function TJS_BEGIN_NATIVE_METHOD_DECL (line 276) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setSize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 288) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setBounds) function TJS_BEGIN_NATIVE_METHOD_DECL (line 307) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/pause) function TJS_BEGIN_NATIVE_METHOD_DECL (line 318) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/rewind) function TJS_BEGIN_NATIVE_METHOD_DECL (line 329) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/prepare) function TJS_BEGIN_NATIVE_METHOD_DECL (line 340) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setSegmentLoop) function TJS_BEGIN_NATIVE_METHOD_DECL (line 352) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/cancelSegmentLoop) function TJS_BEGIN_NATIVE_METHOD_DECL (line 363) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setPeriodEvent) function TJS_BEGIN_NATIVE_METHOD_DECL (line 377) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/cancelPeriodEvent) function TJS_BEGIN_NATIVE_METHOD_DECL (line 388) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/selectAudioStream) function TJS_BEGIN_NATIVE_METHOD_DECL (line 401) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMixingLayer) function TJS_BEGIN_NATIVE_METHOD_DECL (line 423) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/resetMixingLayer) function TJS_BEGIN_NATIVE_METHOD_DECL (line 440) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onStatusChanged) function TJS_BEGIN_NATIVE_METHOD_DECL (line 457) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onCallbackCommand) function TJS_BEGIN_NATIVE_METHOD_DECL (line 475) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onPeriod) function TJS_BEGIN_NATIVE_METHOD_DECL (line 492) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onFrameUpdate) function TJS_BEGIN_NATIVE_PROP_DECL (line 513) | TJS_BEGIN_NATIVE_PROP_DECL(position) function TJS_END_NATIVE_PROP_GETTER (line 524) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 534) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 549) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 559) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 573) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 583) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 597) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 607) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 621) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 631) | TJS_END_NATIVE_PROP_SETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 651) | TJS_BEGIN_NATIVE_PROP_DECL(originalHeight) function TJS_END_NATIVE_PROP_GETTER (line 661) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 677) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 687) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 703) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 713) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 727) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 737) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 751) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 767) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 783) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 808) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 829) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 852) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 873) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 885) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 894) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 906) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 915) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 927) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 941) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 955) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 963) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 975) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 983) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 995) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1003) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1015) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1029) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1037) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1049) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1063) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1071) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1083) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1091) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1103) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1111) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1123) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1137) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1151) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1165) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1179) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1187) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1199) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1213) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1227) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1241) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1255) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1263) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1275) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1289) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1303) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1317) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1331) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1339) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1351) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1365) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1379) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1393) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1407) | TJS_END_NATIVE_PROP_GETTER FILE: src/core/visual/VideoOvlIntf.h type tTVPPeriodEventReason (line 23) | enum tTVPPeriodEventReason function class (line 40) | class tTJSNI_BaseVideoOverlay : public tTJSNativeInstance function class (line 88) | class tTJSNC_VideoOverlay : public tTJSNativeClass FILE: src/core/visual/WindowIntf.cpp function TVPRegisterWindowToList (line 36) | static void TVPRegisterWindowToList(tTJSNI_Window *window) function TVPUnregisterWindowToList (line 53) | static void TVPUnregisterWindowToList(tTJSNI_Window *window) function tTJSNI_Window (line 72) | tTJSNI_Window * TVPGetWindowListAt(tjs_int idx) { return TVPWindowVector... function tjs_int (line 74) | tjs_int TVPGetWindowCount() { return (tjs_int)TVPWindowVector.size(); } function TVPClearAllWindowInputEvents (line 76) | void TVPClearAllWindowInputEvents() function TVPIsWaitVSync (line 88) | bool TVPIsWaitVSync() function tjs_error (line 157) | tjs_error TJS_INTF_METHOD function TJS_DECL_EMPTY_FINALIZE_METHOD (line 751) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 765) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/close) function TJS_BEGIN_NATIVE_METHOD_DECL (line 774) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/beginMove) function TJS_BEGIN_NATIVE_METHOD_DECL (line 783) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/bringToFront) function TJS_BEGIN_NATIVE_METHOD_DECL (line 791) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/update) function TJS_BEGIN_NATIVE_METHOD_DECL (line 802) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/showModal) function TJS_BEGIN_NATIVE_METHOD_DECL (line 810) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMaskRegion) function TJS_BEGIN_NATIVE_METHOD_DECL (line 821) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/removeMaskRegion) function TJS_BEGIN_NATIVE_METHOD_DECL (line 829) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/add) function TJS_BEGIN_NATIVE_METHOD_DECL (line 839) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/remove) function TJS_BEGIN_NATIVE_METHOD_DECL (line 849) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setSize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 858) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMinSize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 867) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setMaxSize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 876) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setPos) // not setPosition function TJS_BEGIN_NATIVE_METHOD_DECL (line 886) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setLayerPos) // not setLayerP... function TJS_BEGIN_NATIVE_METHOD_DECL (line 896) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setInnerSize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 905) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/setZoom) function TJS_BEGIN_NATIVE_METHOD_DECL (line 914) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/hideMouseCursor) function TJS_BEGIN_NATIVE_METHOD_DECL (line 922) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/postInputEvent) function TJS_BEGIN_NATIVE_METHOD_DECL (line 943) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onResize) function TJS_BEGIN_NATIVE_METHOD_DECL (line 954) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseEnter) function TJS_BEGIN_NATIVE_METHOD_DECL (line 965) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseLeave) function TJS_BEGIN_NATIVE_METHOD_DECL (line 976) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onClick) function TJS_BEGIN_NATIVE_METHOD_DECL (line 989) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onDoubleClick) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1002) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseDown) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1017) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseUp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1032) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseMove) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1046) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMouseWheel) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1061) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchDown) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1077) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchUp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1093) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchMove) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1109) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchScaling) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1125) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onTouchRotate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1142) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onMultiTouch) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1154) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onKeyDown) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1167) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onKeyUp) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1180) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onKeyPress) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1192) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onFileDrop) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1204) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onCloseQuery) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1219) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onPopupHide) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1230) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onActivate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1241) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onDeactivate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 1252) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/onDisplayRotate) function TJS_BEGIN_NATIVE_PROP_DECL (line 1270) | TJS_BEGIN_NATIVE_PROP_DECL(visible) function TJS_END_NATIVE_PROP_GETTER (line 1278) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1286) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1300) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1308) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1320) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1328) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1340) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1348) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1360) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1368) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1380) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1388) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1400) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1408) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1420) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1428) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1440) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1448) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1460) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1468) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1480) | TJS_END_NATIVE_PROP_GETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 1493) | TJS_BEGIN_NATIVE_PROP_DECL(layerLeft) function TJS_END_NATIVE_PROP_GETTER (line 1501) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1509) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1521) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1529) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1541) | TJS_END_NATIVE_PROP_GETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 1554) | TJS_BEGIN_NATIVE_PROP_DECL(innerWidth) function TJS_END_NATIVE_PROP_GETTER (line 1562) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1570) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1582) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1590) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1602) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1610) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1622) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1630) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1642) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1650) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1662) | TJS_END_NATIVE_PROP_GETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 1675) | TJS_BEGIN_NATIVE_PROP_DECL(showScrollBars) function TJS_END_NATIVE_PROP_GETTER (line 1683) | TJS_END_NATIVE_PROP_GETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 1696) | TJS_BEGIN_NATIVE_PROP_DECL(useMouseKey) function TJS_END_NATIVE_PROP_GETTER (line 1704) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1712) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1724) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1732) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1744) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1752) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1764) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1772) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1784) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1792) | TJS_END_NATIVE_PROP_SETTER function TJS_BEGIN_NATIVE_PROP_DECL (line 1817) | TJS_BEGIN_NATIVE_PROP_DECL(focusedLayer) function TJS_END_NATIVE_PROP_GETTER (line 1829) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1852) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 1870) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 1884) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 1892) | TJS_END_NATIVE_PROP_SETTER FILE: src/core/visual/WindowIntf.h type tTVPUpdateType (line 39) | enum tTVPUpdateType type tTVPBorderStyle (line 45) | enum tTVPBorderStyle type tTVPMouseCursorState (line 51) | enum tTVPMouseCursorState function class (line 65) | class iTVPWindow function IsMainWindow (line 168) | bool IsMainWindow() const; function virtual (line 181) | virtual iTJSDispatch2 * GetWindowDispatch() { if(Owner) Owner->AddRef();... function virtual (line 249) | virtual tTVPImeMode GetDefaultImeMode() const = 0; function class (line 328) | class tTVPOnCloseInputEvent : public tTVPBaseInputEvent function class (line 338) | class tTVPOnResizeInputEvent : public tTVPBaseInputEvent function class (line 348) | class tTVPOnClickInputEvent : public tTVPBaseInputEvent function class (line 360) | class tTVPOnDoubleClickInputEvent : public tTVPBaseInputEvent function class (line 372) | class tTVPOnMouseDownInputEvent : public tTVPBaseInputEvent function class (line 387) | class tTVPOnMouseUpInputEvent : public tTVPBaseInputEvent function class (line 402) | class tTVPOnMouseMoveInputEvent : public tTVPBaseInputEvent function class (line 416) | class tTVPOnReleaseCaptureInputEvent : public tTVPBaseInputEvent function class (line 426) | class tTVPOnMouseOutOfWindowInputEvent : public tTVPBaseInputEvent function class (line 436) | class tTVPOnMouseEnterInputEvent : public tTVPBaseInputEvent function class (line 446) | class tTVPOnMouseLeaveInputEvent : public tTVPBaseInputEvent function class (line 456) | class tTVPOnKeyDownInputEvent : public tTVPBaseInputEvent function class (line 468) | class tTVPOnKeyUpInputEvent : public tTVPBaseInputEvent function class (line 480) | class tTVPOnKeyPressInputEvent : public tTVPBaseInputEvent function class (line 491) | class tTVPOnFileDropInputEvent : public tTVPBaseInputEvent function class (line 502) | class tTVPOnMouseWheelInputEvent : public tTVPBaseInputEvent function class (line 518) | class tTVPOnPopupHideInputEvent : public tTVPBaseInputEvent function class (line 528) | class tTVPOnWindowActivateEvent : public tTVPBaseInputEvent function class (line 541) | class tTVPOnTouchDownInputEvent : public tTVPBaseInputEvent function class (line 556) | class tTVPOnTouchUpInputEvent : public tTVPBaseInputEvent function class (line 571) | class tTVPOnTouchMoveInputEvent : public tTVPBaseInputEvent function class (line 586) | class tTVPOnTouchScalingInputEvent : public tTVPBaseInputEvent function class (line 601) | class tTVPOnTouchRotateInputEvent : public tTVPBaseInputEvent function class (line 617) | class tTVPOnMultiTouchInputEvent : public tTVPBaseInputEvent function class (line 628) | class tTVPOnHintChangeInputEvent : public tTVPBaseInputEvent function class (line 644) | class tTVPOnDisplayRotateInputEvent : public tTVPBaseInputEvent FILE: src/core/visual/argb.cpp function __argb_hack_for_vc (line 59) | void __argb_hack_for_vc() { FILE: src/core/visual/argb.h type base_type (line 45) | typedef base_type base_int_type; function Zero (line 53) | void Zero() function operator (line 58) | void operator += (const tTVPARGB & rhs) function operator (line 61) | void operator -= (const tTVPARGB & rhs) function operator (line 64) | void operator += (tjs_uint32 v) function operator (line 72) | void operator -= (tjs_uint32 v) function average (line 83) | void average(tjs_int n) function operator (line 141) | void operator -= (const tTVPARGB_AA & rhs) function operator (line 147) | void operator += (tjs_uint32 v) function operator (line 157) | void operator -= (tjs_uint32 v) FILE: src/core/visual/drawable.h type tTVPLayerType (line 20) | enum tTVPLayerType function TVPIsTypeUsingAlpha (line 55) | static bool inline TVPIsTypeUsingAlpha(tTVPLayerType type) function TVPIsTypeUsingAddAlpha (line 77) | static bool inline TVPIsTypeUsingAddAlpha(tTVPLayerType type) function TVPIsTypeUsingAlphaChannel (line 82) | static bool inline TVPIsTypeUsingAlphaChannel(tTVPLayerType type) type tTVPRect (line 99) | struct tTVPRect function class (line 100) | class tTVPDrawable FILE: src/core/visual/gl/ResampleImage.cpp type AxisParam (line 216) | struct AxisParam { method toAlign (line 227) | static const int toAlign( int& length ) { function AxisParamCalculateWeight (line 232) | static inline void AxisParamCalculateWeight( float* weight, float*& outp... function AxisParamCalculateAxis (line 283) | static void AxisParamCalculateAxis( TParam& param, int srcstart, int src... function AxisParamCalculateAxisAreaAvg (line 374) | static void AxisParamCalculateAxisAreaAvg( TParam& param, int srcstart, ... class Resampler (line 384) | class Resampler { type ThreadParameter (line 390) | struct ThreadParameter { method samplingVertical (line 407) | inline void samplingVertical( int y, tjs_uint32* dstbits, int dstheigh... method samplingHorizontal (line 439) | inline void samplingHorizontal( tjs_uint32* dstbits, const int offsetx... method ResampleImage (line 468) | void ResampleImage( const tTVPResampleClipping &clip, const tTVPImageC... method ResampleImageMT (line 507) | void ResampleImageMT( const tTVPResampleClipping &clip, const tTVPImag... method Resample (line 550) | void Resample(const tTVPResampleClipping &clip, const tTVPImageCopyFun... method ResampleMT (line 560) | void ResampleMT(const tTVPResampleClipping &clip, const tTVPImageCopyF... method ResampleAreaAvg (line 580) | void ResampleAreaAvg( const tTVPResampleClipping &clip, const tTVPImag... method ResampleAreaAvgMT (line 590) | void ResampleAreaAvgMT( const tTVPResampleClipping &clip, const tTVPIm... function TVPBicubicResample (line 658) | void TVPBicubicResample(const tTVPResampleClipping &clip, const tTVPImag... function TVPAreaAvgResample (line 663) | void TVPAreaAvgResample(const tTVPResampleClipping &clip, const tTVPImag... function TVPWeightResample (line 668) | void TVPWeightResample(const tTVPResampleClipping &clip, const tTVPImage... function TVPResampleImage (line 686) | void TVPResampleImage( const tTVPRect &cliprect, iTVPBaseBitmap *dest, c... FILE: src/core/visual/gl/ResampleImageInternal.h type tTVPImageCopyFuncBase (line 16) | struct tTVPImageCopyFuncBase { function tTVPImageCopyFuncBase (line 20) | struct tTVPBlendImageFunc : public tTVPImageCopyFuncBase { function tTVPImageCopyFuncBase (line 31) | struct tTVPCopyImageFunc : public tTVPImageCopyFuncBase { function else (line 45) | struct tTVPBlendParameter { FILE: src/core/visual/gl/WeightFunctor.h function else (line 19) | struct BilinearWeight { function const (line 34) | struct BicubicWeight { type Spline16Weight (line 80) | struct Spline16Weight { type Spline36Weight (line 97) | struct Spline36Weight { type GaussianWeight (line 115) | struct GaussianWeight { function else (line 131) | struct BlackmanSincWeight { FILE: src/core/visual/gl/aligned_allocator.h type size_type (line 16) | typedef size_t size_type; type T (line 17) | typedef T* pointer; type aligned_allocator (line 19) | typedef aligned_allocator other; function throw (line 21) | aligned_allocator(const aligned_allocator&) throw () {} FILE: src/core/visual/gl/blend_function.cpp function convert_func_c (line 53) | static inline void convert_func_c( tjs_uint32 *dest, tjs_int len ) { function convert_func_c (line 60) | static inline void convert_func_c( tjs_uint32 *dest, tjs_int len, const ... function copy_func_c (line 68) | static inline void copy_func_c( tjs_uint32 * __restrict dest, const tjs_... function blend_func_c (line 75) | static inline void blend_func_c( tjs_uint32 * __restrict dest, const tjs... function blend_func_c (line 82) | static inline void blend_func_c( tjs_uint8 * __restrict dest, const tjs_... function overlap_blend_func_c (line 89) | static inline void overlap_blend_func_c( tjs_uint32 * dest, const tjs_ui... function overlap_copy_func_c (line 104) | static void overlap_copy_func_c( tjs_uint32 * dest, const tjs_uint32 * s... function sd_blend_func_c (line 110) | static inline void sd_blend_func_c( tjs_uint32 *__restrict dest, const t... function apply_color_map_o_func_c (line 117) | static inline void apply_color_map_o_func_c( tjs_uint32 * __restrict des... function apply_color_map_func_c (line 124) | static inline void apply_color_map_func_c( tjs_uint32 * __restrict dest,... function alpha_convert_func_c (line 132) | static inline void alpha_convert_func_c( tjs_uint32 * __restrict dest, c... function alpha_convert_func_c (line 139) | static inline void alpha_convert_func_c( tjs_uint32 * __restrict dest, c... type premulalpha_blend_d_functor (line 235) | struct premulalpha_blend_d_functor { method tjs_uint32 (line 236) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s ) const { ret... type premulalpha_blend_do_functor (line 238) | struct premulalpha_blend_do_functor { method premulalpha_blend_do_functor (line 239) | inline premulalpha_blend_do_functor( tjs_int opa ){} method tjs_uint32 (line 240) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s ) const { ret... function TVP_make_alpha_from_key (line 346) | static void TVP_make_alpha_from_key(tjs_uint32 *dest, tjs_int len, tjs_u... function TVP_alpha_color_mat (line 350) | static void TVP_alpha_color_mat(tjs_uint32 *dest, tjs_uint32 color, tjs_... function ch_blur_copy_func (line 362) | static inline void ch_blur_copy_func( tjs_uint8 *dest, tjs_int destpitch... function TVP_ch_blur_copy65 (line 395) | void TVP_ch_blur_copy65( tjs_uint8 *dest, tjs_int destpitch, tjs_int des... function TVP_ch_blur_copy (line 398) | void TVP_ch_blur_copy( tjs_uint8 *dest, tjs_int destpitch, tjs_int destw... function TVP_reverse32 (line 401) | void TVP_reverse32(tjs_uint32 *pixels, tjs_int len) { function TVP_reverse8 (line 413) | void TVP_reverse8( tjs_uint8 *pixels, tjs_int len ) { function TVP_swap_line32 (line 425) | void TVP_swap_line32(tjs_uint32 *line1, tjs_uint32 *line2, tjs_int len) { function TVP_swap_line8 (line 432) | void TVP_swap_line8(tjs_uint8 *line1, tjs_uint8 *line2, tjs_int len) function TVPPsInitTable (line 453) | static void TVPPsInitTable(void) function TVPGL_C_Init (line 506) | void TVPGL_C_Init() { FILE: src/core/visual/gl/blend_functor_c.h type alpha_blend_func (line 64) | struct alpha_blend_func { function alpha_blend_a_functor (line 73) | DEFINE_BLEND_VARIATION( alpha_blend ) function premulalpha_blend_a_d_o_func (line 85) | struct alpha_blend_ao_functor : public premulalpha_blend_a_d_o_func { type premulalpha_blend_o_functor (line 107) | struct premulalpha_blend_o_functor { type premulalpha_blend_HDA_o_functor (line 125) | struct premulalpha_blend_HDA_o_functor { type premulalpha_blend_n_a_func (line 140) | typedef premulalpha_blend_n_a_func premulalpha_blend_functor; type hda_nsa_op (line 141) | typedef hda_nsa_op premulalpha_blend_HDA_fun... type premulalpha_blend_a_a_func (line 144) | typedef premulalpha_blend_a_a_func premulalpha_blend_a_functor; type translucent_nsa_op (line 145) | typedef translucent_nsa_op premulalpha_ble... type const_copy_functor (line 150) | struct const_copy_functor { type color_copy_functor (line 154) | struct color_copy_functor { type alpha_copy_functor (line 160) | struct alpha_copy_functor { type color_opaque_functor (line 166) | struct color_opaque_functor { type add_blend_functor (line 172) | struct add_blend_functor { // == saturated_u8_add_func function add_blend_functor (line 180) | struct add_blend_func : public add_blend_functor { function sub_blend_functor (line 186) | DEFINE_BLEND_MIN_VARIATION( add_blend ) function sub_blend_functor (line 197) | struct sub_blend_func : public sub_blend_functor { function mul_blend_functor (line 204) | DEFINE_BLEND_MIN_VARIATION( sub_blend ) function mul_blend_functor (line 216) | struct mul_blend_func : public mul_blend_functor { function color_dodge_blend_functor (line 223) | DEFINE_BLEND_MIN_VARIATION( mul_blend ) function color_dodge_blend_functor (line 239) | struct color_dodge_blend_func : public color_dodge_blend_functor { function darken_blend_functor (line 245) | DEFINE_BLEND_MIN_VARIATION( color_dodge_blend ) type darken_blend_func (line 258) | struct darken_blend_func { function lighten_blend_functor (line 271) | DEFINE_BLEND_MIN_VARIATION( darken_blend ) type lighten_blend_func (line 284) | struct lighten_blend_func { function screen_blend_functor (line 297) | DEFINE_BLEND_MIN_VARIATION( lighten_blend ) type screen_blend_func (line 312) | struct screen_blend_func { type screen_blend_HDA_o_func (line 323) | struct screen_blend_HDA_o_func { type translucent_nsa_op (line 334) | typedef translucent_nsa_op screen_blend_o_functor; type hda_nsa_op (line 335) | typedef hda_nsa_op screen_blend_HDA_functor; type translucent_nsa_op (line 336) | typedef translucent_nsa_op screen_blend_HDA_o_f... type ps_alpha_blend_func (line 345) | struct ps_alpha_blend_func { function tjs_uint32 (line 357) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s, tjs_uint32 a )... function tjs_uint32 (line 370) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s, tjs_uint32 a )... function tjs_uint32 (line 384) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s, tjs_uint32 a )... function ps_screen_blend_func (line 391) | DEFINE_BLEND_PS_VARIATION( ps_mul_blend ) function ps_alpha_blend_func (line 406) | DEFINE_BLEND_PS_VARIATION( ps_screen_blend ) type ps_soft_light_table (line 421) | struct ps_soft_light_table { static unsigned char TABLE[256][256]; } type ps_color_dodge_table (line 424) | struct ps_color_dodge_table { static unsigned char TABLE[256][256]; } type ps_color_burn_table (line 427) | struct ps_color_burn_table { static unsigned char TABLE[256][256]; } type ps_overlay_table (line 431) | struct ps_overlay_table { static unsigned char TABLE[256][256]; } type ps_soft_light_blend_func (line 437) | struct ps_soft_light_blend_func type ps_overlay_blend_func (line 456) | struct ps_overlay_blend_func function ps_alpha_blend_func (line 458) | struct ps_overlay_blend_func : public ps_alpha_blend_func { function tjs_uint32 (line 479) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s, tjs_uint32 a )... function ps_color_dodge5_blend_func (line 499) | DEFINE_BLEND_PS_VARIATION( ps_hard_light_blend ) function tjs_uint32 (line 516) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s, tjs_uint32 a )... function tjs_uint32 (line 530) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s, tjs_uint32 a )... function tjs_uint32 (line 544) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s, tjs_uint32 a )... function ps_diff5_blend_func (line 553) | DEFINE_BLEND_PS_VARIATION( ps_diff_blend ) function ps_exclusion_blend_func (line 567) | DEFINE_BLEND_PS_VARIATION( ps_diff5_blend ) function const_alpha_blend_functor (line 582) | DEFINE_BLEND_PS_VARIATION( ps_exclusion_blend ) type sd_const_alpha_blend_a_functor (line 595) | struct sd_const_alpha_blend_a_functor { type const_alpha_blend_a_functor (line 603) | struct const_alpha_blend_a_functor { type sd_const_alpha_blend_d_functor (line 611) | struct sd_const_alpha_blend_d_functor { type const_alpha_blend_d_functor (line 628) | struct const_alpha_blend_d_functor { type const_alpha_blend_hda_functor (line 642) | struct const_alpha_blend_hda_functor { function const_color_copy (line 655) | void const_color_copy( tjs_uint32 *dest, tjs_int len, const functor& fun... type fill_argb_functor (line 660) | struct fill_argb_functor { type const_color_copy_functor (line 667) | struct const_color_copy_functor { type const_alpha_copy_functor (line 674) | struct const_alpha_copy_functor { type const_alpha_fill_blend_functor (line 681) | struct const_alpha_fill_blend_functor { type const_alpha_fill_blend_d_functor (line 690) | struct const_alpha_fill_blend_d_functor { type const_alpha_fill_blend_a_functor (line 704) | struct const_alpha_fill_blend_a_functor { function tjs_uint32 (line 722) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint8 s ) const { type apply_color_map_xx_functor (line 737) | typedef apply_color_map_xx_functor<6> apply_color_map65_functor; type apply_color_map_xx_functor (line 738) | typedef apply_color_map_xx_functor<8> apply_color_map_functor; type apply_color_map_xx_o_functor (line 739) | typedef apply_color_map_xx_o_functor > app... type apply_color_map_xx_o_functor (line 740) | typedef apply_color_map_xx_o_functor > app... function tjs_uint32 (line 747) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint8 s ) const { type apply_color_map_xx_HDA_functor (line 755) | typedef apply_color_map_xx_HDA_functor<6> apply_color_map65_HDA_functor; type apply_color_map_xx_HDA_functor (line 756) | typedef apply_color_map_xx_HDA_functor<8> apply_color_map_HDA_functor; type apply_color_map_xx_o_functor (line 757) | typedef apply_color_map_xx_o_functor >... type apply_color_map_xx_o_functor (line 758) | typedef apply_color_map_xx_o_functor >... type apply_color_map65_d_functor (line 760) | struct apply_color_map65_d_functor { type apply_color_map_d_functor (line 774) | struct apply_color_map_d_functor { type apply_color_map_xx_o_functor (line 788) | typedef apply_color_map_xx_o_functor apply_... type apply_color_map_xx_o_functor (line 789) | typedef apply_color_map_xx_o_functor apply_co... function tjs_uint32 (line 797) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint8 s ) const { type apply_color_map_xx_a_functor (line 807) | typedef apply_color_map_xx_a_functor<6> apply_color_map65_a_functor; type apply_color_map_xx_a_functor (line 808) | typedef apply_color_map_xx_a_functor<8> apply_color_map_a_functor; type apply_color_map_xx_o_functor (line 809) | typedef apply_color_map_xx_o_functor > a... type apply_color_map_xx_o_functor (line 810) | typedef apply_color_map_xx_o_functor > a... type remove_const_opacity_functor (line 812) | struct remove_const_opacity_functor { function tjs_uint32 (line 821) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint8 s ) const { function tjs_uint32 (line 829) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint8 s ) const { type make_alpha_from_key_functor (line 838) | struct make_alpha_from_key_functor { type alpha_color_mat_functor (line 848) | struct alpha_color_mat_functor { type convet_premulalpha_to_alpha_functor (line 861) | struct convet_premulalpha_to_alpha_functor { type convet_alpha_to_premulalpha_functor (line 871) | struct convet_alpha_to_premulalpha_functor { type bind_mask_to_main_functor (line 878) | struct bind_mask_to_main_functor { type do_gray_scale_functor (line 883) | struct do_gray_scale_functor { function level_ (line 895) | inline ch_blur_mul_copy_xx_functor( tjs_int level ) : level_(level) {} function tjs_uint8 (line 896) | inline tjs_uint8 operator()( tjs_uint8 d, tjs_uint8 s ) const { function level_ (line 905) | inline ch_blur_add_mul_copy_xx_functor( tjs_int level ) : level_(level) {} function tjs_uint32 (line 906) | inline tjs_uint32 operator()( tjs_uint8 d, tjs_uint8 s ) const { type ch_blur_mul_copy_xx_functor (line 912) | typedef ch_blur_mul_copy_xx_functor<64> ch_blur_mul_copy65_functor; type ch_blur_mul_copy_xx_functor (line 913) | typedef ch_blur_mul_copy_xx_functor<255> ch_blur_mul_copy_functor; type ch_blur_add_mul_copy_xx_functor (line 914) | typedef ch_blur_add_mul_copy_xx_functor<64> ch_blur_add_mul_copy65_functor; type ch_blur_add_mul_copy_xx_functor (line 915) | typedef ch_blur_add_mul_copy_xx_functor<255> ch_blur_add_mul_copy_functor; FILE: src/core/visual/gl/blend_util_func.h type saturated_u8_add_func (line 20) | struct saturated_u8_add_func { type premulalpha_blend_n_a_func (line 33) | struct premulalpha_blend_n_a_func { // TVPAddAlphaBlend_n_a type premulalpha_blend_a_a_func (line 66) | struct premulalpha_blend_a_a_func { // TVPAddAlphaBlend_a_a type premulalpha_blend_a_a_o_func (line 78) | struct premulalpha_blend_a_a_o_func { // TVPAddAlphaBlend_a_a_o function tjs_uint32 (line 86) | static inline tjs_uint32 mul_color( tjs_uint32 color, tjs_uint32 fac ) { function tjs_uint32 (line 90) | static inline tjs_uint32 alpha_and_color_to_additive_alpha( tjs_uint32 a... function tjs_uint32 (line 93) | static inline tjs_uint32 alpha_to_additive_alpha( tjs_uint32 a ) { type premulalpha_blend_a_d_func (line 96) | struct premulalpha_blend_a_d_func { // TVPAddAlphaBlend_a_d type premulalpha_blend_a_d_o_func (line 102) | struct premulalpha_blend_a_d_o_func { // TVPAddAlphaBlend_a_d_o type premulalpha_blend_a_ca_func (line 113) | struct premulalpha_blend_a_ca_func { // = TVPAddAlphaBlend_a_ca type mul_color_func (line 126) | struct mul_color_func { type alpha_and_color_to_premulalpha_func (line 133) | struct alpha_and_color_to_premulalpha_func { type alpha_to_premulalpha_func (line 141) | struct alpha_to_premulalpha_func { type blend_argb (line 149) | struct blend_argb { FILE: src/core/visual/gl/blend_variation.h function normal_op (line 28) | inline normal_op() {} function tjs_uint32 (line 30) | inline tjs_uint32 operator()( tjs_uint32 d, tjs_uint32 s ) const { type translucent_nsa_op (line 50) | struct translucent_nsa_op { type opacity_op (line 181) | struct opacity_op { FILE: src/core/visual/gl/tvpgl_mathutil.h function tjs_uint (line 16) | static inline tjs_uint fast_int_hypot(tjs_int lx, tjs_int ly) { FILE: src/core/visual/ogl/RenderManager_ogl.cpp type TJS (line 50) | namespace TJS { function ShowInMessageBox (line 54) | static void ShowInMessageBox(const char *format, ...) { type _UsedGLExtInfo (line 83) | struct _UsedGLExtInfo { method _UsedGLExtInfo (line 84) | _UsedGLExtInfo(){} function TVPCheckGLExtension (line 109) | bool TVPCheckGLExtension(const std::string &extname) { function TVPInitGLExtensionInfo (line 113) | static void TVPInitGLExtensionInfo() { type GL (line 145) | namespace GL { // independ from global gl functions function TVPInitTextureFormatList (line 175) | void TVPInitTextureFormatList() { function TVPIsSupportTextureFormat (line 185) | bool TVPIsSupportTextureFormat(GLenum fmt) { function TVPInitGLExtensionFunc (line 189) | static void TVPInitGLExtensionFunc() { function TVPGetOpenGLInfo (line 233) | std::string TVPGetOpenGLInfo() { class tTVPOGLTexture2D (line 405) | class tTVPOGLTexture2D method tTVPOGLTexture2D (line 766) | tTVPOGLTexture2D(unsigned int w, unsigned int h, TVPTextureFormat::e f... method getPixelSize (line 788) | int getPixelSize() { method InternalInit (line 801) | void InternalInit(const void *pixel, unsigned int intw, unsigned int i... method InternalUpdate (line 838) | void InternalUpdate(const void *pixel, int pitch, int x, int y, int w,... method GetFormat (line 890) | virtual TVPTextureFormat::e GetFormat() const override { class AdapterTexture2D (line 894) | class AdapterTexture2D : public cocos2d::Texture2D { method AdapterTexture2D (line 897) | AdapterTexture2D(iTVPTexture2D* owner, GLuint name, int w, int h) { method update (line 917) | void update(GLuint name) { method IsOpaque (line 934) | virtual bool IsOpaque() override { method GetScale (line 946) | virtual bool GetScale(float &x, float &y) { method tjs_uint32 (line 952) | virtual tjs_uint32 GetPoint(int x, int y) override { method tjs_int (line 962) | virtual tjs_int GetPitch() const override { method tjs_uint (line 966) | virtual tjs_uint GetInternalWidth() const override { return internalW; } method tjs_uint (line 967) | virtual tjs_uint GetInternalHeight() const override { return internalH; } method AsTarget (line 968) | virtual void AsTarget() { method SyncPixel (line 971) | virtual void SyncPixel() { method ApplyVertex (line 977) | virtual void ApplyVertex(GLVertexInfo &vtx, const tTVPRect &rc) { method ApplyVertex (line 997) | virtual void ApplyVertex(GLVertexInfo &vtx, const tTVPPointD *p, int n) { method Bind (line 1007) | void Bind(unsigned int i) { type GLVertexInfo (line 406) | struct GLVertexInfo { function GetMaxTextureWidth (line 418) | static unsigned int GetMaxTextureWidth() function GetMaxTextureHeight (line 422) | static unsigned int GetMaxTextureHeight() function power_of_two (line 426) | static unsigned int power_of_two(unsigned int input, unsigned int value ... function _glBindTexture2D (line 434) | static void _glBindTexture2D(GLuint t) { function TVPSetRenderTarget (line 442) | void TVPSetRenderTarget(GLuint t) function _RestoreGLStatues (line 459) | static void _RestoreGLStatues() { function tjs_uint8 (line 468) | static tjs_uint8 *TVPShrinkXYBy2(tjs_uint *dpitch, const tjs_uint8 *src,... function tjs_uint8 (line 525) | static tjs_uint8 *TVPShrinkXBy2(tjs_uint *dpitch, const tjs_uint8 *src, ... function tjs_uint8 (line 555) | static tjs_uint8 *TVPShrinkYBy2(tjs_uint *dpitch, const tjs_uint8 *src, ... function tjs_uint8 (line 590) | static tjs_uint8 *TVPShrinkXYBy2_8(tjs_uint *dpitch, const tjs_uint8 *sr... function tjs_uint8 (line 627) | static tjs_uint8 *TVPShrinkXBy2_8(tjs_uint *dpitch, const tjs_uint8 *src... function tjs_uint8 (line 650) | static tjs_uint8 *TVPShrinkYBy2_8(tjs_uint *dpitch, const tjs_uint8 *src... function tjs_uint8 (line 676) | static tjs_uint8 *TVPShrink(tjs_uint *dpitch, const tjs_uint8 *src, tjs_... function tjs_uint8 (line 697) | static tjs_uint8 *TVPShrink_8(tjs_uint *dpitch, const tjs_uint8 *src, tj... function tjs_uint8 (line 718) | static tjs_uint8 *TVPShrinkImage(TVPTextureFormat::e fmt, tjs_uint &dpit... function TVPCheckOpaqueRGBA (line 723) | static bool TVPCheckOpaqueRGBA(const tjs_uint8 *pixel, tjs_int pitch, tj... function TVPCheckSolidPixel (line 738) | static bool TVPCheckSolidPixel(const tjs_uint8 *pixel, tjs_int pitch, tj... class tTVPOGLTexture2D (line 753) | class tTVPOGLTexture2D : public iTVPTexture2D { method tTVPOGLTexture2D (line 766) | tTVPOGLTexture2D(unsigned int w, unsigned int h, TVPTextureFormat::e f... method getPixelSize (line 788) | int getPixelSize() { method InternalInit (line 801) | void InternalInit(const void *pixel, unsigned int intw, unsigned int i... method InternalUpdate (line 838) | void InternalUpdate(const void *pixel, int pitch, int x, int y, int w,... method GetFormat (line 890) | virtual TVPTextureFormat::e GetFormat() const override { class AdapterTexture2D (line 894) | class AdapterTexture2D : public cocos2d::Texture2D { method AdapterTexture2D (line 897) | AdapterTexture2D(iTVPTexture2D* owner, GLuint name, int w, int h) { method update (line 917) | void update(GLuint name) { method IsOpaque (line 934) | virtual bool IsOpaque() override { method GetScale (line 946) | virtual bool GetScale(float &x, float &y) { method tjs_uint32 (line 952) | virtual tjs_uint32 GetPoint(int x, int y) override { method tjs_int (line 962) | virtual tjs_int GetPitch() const override { method tjs_uint (line 966) | virtual tjs_uint GetInternalWidth() const override { return internalW; } method tjs_uint (line 967) | virtual tjs_uint GetInternalHeight() const override { return internalH; } method AsTarget (line 968) | virtual void AsTarget() { method SyncPixel (line 971) | virtual void SyncPixel() { method ApplyVertex (line 977) | virtual void ApplyVertex(GLVertexInfo &vtx, const tTVPRect &rc) { method ApplyVertex (line 997) | virtual void ApplyVertex(GLVertexInfo &vtx, const tTVPPointD *p, int n) { method Bind (line 1007) | void Bind(unsigned int i) { function _GetTextureFormatFromBPP (line 1012) | static TVPTextureFormat::e _GetTextureFormatFromBPP(int bpp) { class tTVPOGLTexture2D_split (line 1021) | class tTVPOGLTexture2D_split : public tTVPOGLTexture2D { type GLTextureInfoPoint (line 1022) | struct GLTextureInfoPoint { type GLTextureInfo (line 1030) | struct GLTextureInfo { method ClearTextureCache (line 1040) | void ClearTextureCache() { method GLuint (line 1052) | GLuint FetchGLTexture() { method tTVPOGLTexture2D_split (line 1069) | tTVPOGLTexture2D_split(tTVPBitmap* bmp) method tjs_int (line 1084) | virtual tjs_int GetPitch() const { return Bitmap->GetPitch(); } method tjs_uint32 (line 1085) | virtual tjs_uint32 GetPoint(int x, int y) override { method Update (line 1095) | virtual void Update(const void *pixel, TVPTextureFormat::e format, int... method SetPoint (line 1098) | virtual void SetPoint(int x, int y, uint32_t clr) { method IsStatic (line 1101) | virtual bool IsStatic() { return true; } method IsOpaque (line 1102) | virtual bool IsOpaque() { method SyncPixel (line 1106) | virtual void SyncPixel() { method UpdateTextureData (line 1112) | void UpdateTextureData(GLTextureInfo &texinfo, const tTVPRect &rc) { method AsSingleTexture (line 1180) | void AsSingleTexture() { method ApplyVertex (line 1234) | virtual void ApplyVertex(GLVertexInfo &vtx, const tTVPPointD *p, int n) { method ApplyVertex (line 1295) | virtual void ApplyVertex(GLVertexInfo &vtx, const tTVPRect &rc) { class tTVPOGLTexture2D_static (line 1363) | class tTVPOGLTexture2D_static : public tTVPOGLTexture2D { method tTVPOGLTexture2D_static (line 1366) | tTVPOGLTexture2D_static(TVPTextureFormat::e format, unsigned int tw, u... method tTVPOGLTexture2D_static (line 1371) | tTVPOGLTexture2D_static(const void *pixel, int pitch, unsigned int iw,... method tTVPOGLTexture2D_static (line 1402) | tTVPOGLTexture2D_static(const void *data, int len, GLenum format, unsi... method InitCompressedPixel (line 1409) | void InitCompressedPixel(const void *data, unsigned int len, GLenum fo... method InitPixel (line 1419) | void InitPixel(const void* pixel, unsigned int pitch, GLenum format, G... method Update (line 1437) | virtual void Update(const void *pixel, TVPTextureFormat::e format, int... method SetPoint (line 1450) | virtual void SetPoint(int x, int y, uint32_t clr) { method SetSize (line 1460) | virtual void SetSize(unsigned int w, unsigned int h) { method IsStatic (line 1464) | virtual bool IsStatic() { return true; } class tTVPOGLTexture2D_mutatble (line 1467) | class tTVPOGLTexture2D_mutatble : public tTVPOGLTexture2D { method tTVPOGLTexture2D_mutatble (line 1471) | tTVPOGLTexture2D_mutatble(const void *pixel, int pitch, unsigned int w... method SyncPixel (line 1520) | virtual void SyncPixel() override { method Update (line 1535) | virtual void Update(const void *pixel, TVPTextureFormat::e format, int... method SetPoint (line 1560) | virtual void SetPoint(int x, int y, tjs_uint32 clr) { method SetSize (line 1571) | virtual void SetSize(unsigned int w, unsigned int h) { method IsStatic (line 1582) | virtual bool IsStatic() override { return false; } method AsTarget (line 1584) | virtual void AsTarget() override { class tTVPOGLRenderMethod (line 1590) | class tTVPOGLRenderMethod : public iTVPRenderMethod { method tTVPOGLRenderMethod (line 1602) | tTVPOGLRenderMethod() : tar_as_src(false)/*, CustomProc(nullptr)*/ {} method GLint (line 1603) | GLint GetPosAttr() const { method GLint (line 1606) | GLint GetTexCoordAttr(unsigned int n) { method onFinish (line 1612) | virtual void onFinish() {} method tTVPOGLRenderMethod (line 1613) | tTVPOGLRenderMethod* SetTargetAsSrc() { tar_as_src = true; return this; } method tTVPOGLRenderMethod (line 1614) | virtual tTVPOGLRenderMethod* SetBlendFuncSeparate(int func, int srcRGB... method IsBlendTarget (line 1622) | virtual bool IsBlendTarget() { return !!BlendFunc; } method ApplyTexture (line 1623) | virtual void ApplyTexture(unsigned int i, const GLVertexInfo &info) { function GLenum (line 1631) | static GLenum CompileShader(GLint shadertype, const std::string &src) { function GLenum (line 1654) | static GLenum CombineProgram(GLenum vert, GLenum frag) { class tTVPOGLRenderMethod_Script (line 1679) | class tTVPOGLRenderMethod_Script : public tTVPOGLRenderMethod { method GetValidTex (line 1685) | int GetValidTex() { method init (line 1688) | bool init(const std::string &body, int nTex, const char *prefix = null... method SetParameterColor4B (line 1712) | virtual void SetParameterColor4B(int id, unsigned int clr) { method EnumParameterID (line 1720) | virtual int EnumParameterID(const char *name) { method SetParameterOpa (line 1727) | virtual void SetParameterOpa(int id, int Value) { method SetParameterFloat (line 1731) | virtual void SetParameterFloat(int id, float Value) { method SetParameterFloatArray (line 1735) | virtual void SetParameterFloatArray(int id, float *Value, int nElem) { method ClearCache (line 1751) | static void ClearCache() { m_cachedSahder.clear(); } method GLenum (line 1752) | static GLenum GetVertShader(unsigned int nTex) { method Rebuild (line 1789) | virtual void Rebuild() { method Apply (line 1811) | virtual void Apply() { class tTVPOGLRenderMethod_FillARGB (line 1827) | class tTVPOGLRenderMethod_FillARGB : public tTVPOGLRenderMethod_Script { method tTVPOGLRenderMethod_FillARGB (line 1832) | tTVPOGLRenderMethod_FillARGB() { method EnumParameterID (line 1838) | virtual int EnumParameterID(const char *name) { method SetParameterColor4B (line 1841) | virtual void SetParameterColor4B(int id, unsigned int clr) { method DoFill (line 1846) | static bool DoFill(tTVPOGLRenderMethod *method, tTVPOGLTexture2D *tar,... class tTVPOGLRenderMethod_AlphaTest (line 1886) | class tTVPOGLRenderMethod_AlphaTest : public tTVPOGLRenderMethod_Script { method EnumParameterID (line 1889) | virtual int EnumParameterID(const char *name) override { method SetParameterOpa (line 1897) | virtual void SetParameterOpa(int id, int Value) { method Apply (line 1906) | virtual void Apply() override { method onFinish (line 1911) | virtual void onFinish() { class tTVPOGLRenderMethod_Script_BlendColor (line 1916) | class tTVPOGLRenderMethod_Script_BlendColor : public tTVPOGLRenderMethod... method EnumParameterID (line 1918) | virtual int EnumParameterID(const char *name) { method SetParameterOpa (line 1924) | virtual void SetParameterOpa(int id, int Value) override { method SetParameterFloat (line 1933) | virtual void SetParameterFloat(int id, float Value) override { class tTVPOGLRenderMethod_AdjustGamma (line 1944) | class tTVPOGLRenderMethod_AdjustGamma : public tTVPOGLRenderMethod_Script { method EnumParameterID (line 1946) | virtual int EnumParameterID(const char *name) { method SetParameterPtr (line 1952) | virtual void SetParameterPtr(int id, const void *v) { class tTVPOGLRenderMethod_UnivTrans (line 1972) | class tTVPOGLRenderMethod_UnivTrans : public tTVPOGLRenderMethod_Script { method EnumParameterID (line 1975) | virtual int EnumParameterID(const char *name) { method SetParameterInt (line 1985) | virtual void SetParameterInt(int id, int Value) { class tTVPOGLRenderMethod_BoxBlur (line 1999) | class tTVPOGLRenderMethod_BoxBlur : public tTVPOGLRenderMethod_Script { type eArea (line 2001) | enum eArea { method EnumParameterID (line 2008) | virtual int EnumParameterID(const char *name) { method SetParameterInt (line 2021) | virtual void SetParameterInt(int id, int Value) { method ApplyTexture (line 2030) | virtual void ApplyTexture(unsigned int i, const GLVertexInfo &info) { class TVPRenderManager_OpenGL (line 2156) | class TVPRenderManager_OpenGL : public iTVPRenderManager { method tTVPOGLRenderMethod_Script (line 2158) | virtual tTVPOGLRenderMethod_Script* GetRenderMethodFromScript(const ch... method T (line 2168) | T* CompileAndRegScript(const char* name, const std::string &script, in... method T (line 2198) | T* CompileAndRegRegularBlendMethod(const char *name, const std::string... method glew_dynamic_binding (line 2211) | static bool glew_dynamic_binding() method iTVPTexture2D (line 2267) | static iTVPTexture2D *CreateStaticTexture2D(const void *dib, tjs_uint ... method iTVPTexture2D (line 2307) | static iTVPTexture2D *CreateStaticTexture2D_normal(const void *dib, tj... method iTVPTexture2D (line 2316) | static iTVPTexture2D *CreateStaticTexture2D_solid(const void *dib, tjs... method iTVPTexture2D (line 2325) | static iTVPTexture2D *CreateStaticTexture2D_half(const void *dib, tjs_... method iTVPTexture2D (line 2345) | static iTVPTexture2D *CreateStaticTexture2D_ETC2(const void *dib, tjs_... method iTVPTexture2D (line 2380) | static iTVPTexture2D *CreateStaticTexture2D_PVRTC(const void *dib, tjs... method iTVPTexture2D (line 2439) | static iTVPTexture2D *CreateStaticTexture2D(tTVPBitmap* bmp) { method iTVPTexture2D (line 2452) | static iTVPTexture2D *CreateMutableTexture2D(const void *pixel, int pi... method iTVPTexture2D (line 2456) | static iTVPTexture2D *CreateMutableTexture2D_normal(const void *pixel,... method iTVPTexture2D (line 2473) | static iTVPTexture2D *CreateMutableTexture2D_half(const void *pixel, i... method InitGL (line 2493) | void InitGL() { method TVPRenderManager_OpenGL (line 2572) | TVPRenderManager_OpenGL() method tTVPOGLTexture2D (line 3359) | tTVPOGLTexture2D *GetTempTexture2D(tTVPOGLTexture2D* src, const tTVPRe... method iTVPTexture2D (line 3371) | virtual iTVPTexture2D* CreateTexture2D(const void *pixel, int pitch, u... method iTVPTexture2D (line 3422) | virtual iTVPTexture2D* CreateTexture2D(tTVPBitmap* bmp) override { method iTVPTexture2D (line 3435) | virtual iTVPTexture2D* CreateTexture2D(unsigned int neww, unsigned int... method iTVPTexture2D (line 3441) | virtual iTVPTexture2D* CreateTexture2D(tTJSBinaryStream* src) { method CopyTexture (line 3523) | void CopyTexture(tTVPOGLTexture2D *dst, tTVPOGLTexture2D *src, const t... method IsSoftware (line 3614) | virtual bool IsSoftware() { return false; } method GetRenderStat (line 3615) | virtual bool GetRenderStat(unsigned int &drawCount, uint64_t &vmemsize) { method GetTextureStat (line 3623) | virtual bool GetTextureStat(iTVPTexture2D *texture, uint64_t &vmemsize) { method OperateRect (line 3633) | virtual void OperateRect(iTVPRenderMethod* _method, method OperateTriangles (line 3760) | virtual void OperateTriangles(iTVPRenderMethod* _method, int nTriangles, class tTVPOGLRenderMethod_Perspective (line 3897) | class tTVPOGLRenderMethod_Perspective : public tTVPOGLRenderMethod_Scr... method Rebuild (line 3901) | virtual void Rebuild() { method ApplyTexture (line 3919) | virtual void ApplyTexture(unsigned int i, const GLVertexInfo &info) { method ApplyMatrix (line 3924) | void ApplyMatrix(const float *mtx/*3x3*/) { method OperatePerspective (line 3930) | virtual void OperatePerspective(iTVPRenderMethod* _method, int nQuads,... method BeginStencil (line 3995) | virtual void BeginStencil(iTVPTexture2D* reftex) { method EndStencil (line 4018) | virtual void EndStencil() override { method SetRenderTarget (line 4026) | virtual void SetRenderTarget(iTVPTexture2D *target) override { FILE: src/core/visual/ogl/RenderManager_ogl_test.hpp function ResetTestData (line 22) | static void ResetTestData() { function CheckTestData (line 53) | static void CheckTestData(const char * funcname) { function _TEST_IGNORE_ALPHA (line 74) | static void _TEST_IGNORE_ALPHA() { function _TEST_SHADER (line 82) | static void _TEST_SHADER(const char *_method, iTVPRenderManager* _this, FILE: src/core/visual/ogl/astcrt.cpp type ASTCRealTimeCodec (line 7) | namespace ASTCRealTimeCodec { function T (line 24) | T min(T a, T b) { function T (line 28) | T max(T a, T b) { function T (line 33) | T clamp(T a, T b, T x) { function approx_equal (line 45) | inline bool approx_equal(float x, float y, float epsilon) { function vec3_t (line 52) | vec3_t() {} function vec3_t (line 53) | vec3_t(T x_, T y_, T z_) : x(x_), y(y_), z(z_) {} function T (line 132) | T dot(vec3_t a, vec3_t b) { function T (line 137) | T quadrance(vec3_t a) { function T (line 142) | T norm(vec3_t a) { function T (line 147) | T distance(vec3_t a, vec3_t b) { function T (line 152) | T qd(vec3_t a, vec3_t b) { function signorm (line 157) | vec3_t signorm(vec3_t a) { function min (line 164) | vec3_t min(vec3_t a, vec3_t b) { function max (line 173) | vec3_t max(vec3_t a, vec3_t b) { function T (line 182) | T qd_to_line(vec3_t m, vec3_t k, T kk, vec3_t p) { type RgbaColorType (line 189) | struct RgbaColorType { type RgbaColorType (line 197) | struct RgbaColorType { function is_greyscale (line 204) | inline bool is_greyscale(vec3i_t color) { function luminance (line 209) | inline int luminance(vec3i_t color) { function approx_equal (line 213) | inline bool approx_equal(vec3i_t a, vec3i_t b) { function vec3i_t (line 217) | inline vec3i_t clamp_rgb(vec3i_t color) { function vec3f_t (line 225) | inline vec3f_t clamp_rgb(vec3f_t color) { function is_rgb (line 233) | inline bool is_rgb(float color) { function is_rgb (line 237) | inline bool is_rgb(vec3f_t color) { function vec3i_t (line 241) | inline vec3i_t floor(vec3f_t color) { function vec3i_t (line 249) | inline vec3i_t round(vec3f_t color) { function vec3i_t (line 257) | inline vec3i_t to_vec3i(unorm8_t color) { function vec3i_t (line 265) | inline vec3i_t to_vec3i(vec3f_t color) { function vec3f_t (line 273) | inline vec3f_t to_vec3f(unorm8_t color) { function vec3f_t (line 281) | inline vec3f_t to_vec3f(vec3i_t color) { function unorm8_t (line 289) | inline unorm8_t to_unorm8(vec3i_t color) { function unorm16_t (line 298) | inline unorm16_t unorm8_to_unorm16(unorm8_t c8) { function getbit (line 308) | inline bool getbit(size_t number, size_t n) { function getbits (line 312) | inline uint8_t getbits(uint8_t number, uint8_t msb, uint8_t lsb) { function getbits (line 317) | inline size_t getbits(size_t number, size_t msb, size_t lsb) { function orbits8_ptr (line 322) | inline void orbits8_ptr(uint8_t* ptr, function orbits16_ptr (line 350) | inline void orbits16_ptr(uint8_t* ptr, function getbytes2 (line 368) | inline uint16_t getbytes2(const uint8_t* ptr, size_t byteoffset) { function setbytes2 (line 373) | inline void setbytes2(uint8_t* ptr, size_t byteoffset, uint16_t bytes) { function split_high_low (line 378) | inline void split_high_low(uint8_t n, size_t i, uint8_t& high, uint8_t... class bitwriter (line 387) | class bitwriter { method bitwriter (line 389) | explicit bitwriter(uint8_t* ptr) : ptr_(ptr), bitoffset_(0) { method write8 (line 397) | void write8(uint8_t number, size_t bitcount) { method offset (line 403) | size_t offset() const { return bitoffset_; } function reverse_byte (line 437) | inline uint8_t reverse_byte(uint8_t number) { function reverse_bytes (line 449) | inline void reverse_bytes(const uint8_t* source, function copy_bytes (line 458) | inline void copy_bytes(const uint8_t* source, type PhysicalBlock (line 467) | struct PhysicalBlock { function void_extent_to_physical (line 471) | inline void void_extent_to_physical(unorm16_t color, PhysicalBlock* pb) { type color_endpoint_mode_t (line 487) | enum color_endpoint_mode_t { type range_t (line 511) | enum range_t { function encode_trits (line 605) | inline void encode_trits(size_t bits, function encode_quints (line 671) | inline void encode_quints(size_t bits, function encode_trits (line 701) | inline void encode_trits(const uint8_t* numbers, function encode_quints (line 720) | inline void encode_quints(const uint8_t* numbers, function encode_binary (line 736) | inline void encode_binary(const uint8_t* numbers, function integer_sequence_encode (line 751) | inline void integer_sequence_encode(const uint8_t* numbers, function integer_sequence_encode (line 774) | inline void integer_sequence_encode(const uint8_t* numbers, function compute_ise_bitcount (line 785) | inline size_t compute_ise_bitcount(size_t items, range_t range) { function symbolic_to_physical (line 801) | inline void symbolic_to_physical( function range_t (line 1291) | range_t endpoint_quantization(size_t partitions, function color_channel_sum (line 1300) | int color_channel_sum(vec3i_t color) { function quantize_color (line 1304) | uint8_t quantize_color(range_t quant, int c) { function vec3i_t (line 1309) | vec3i_t quantize_color(range_t quant, vec3i_t c) { function unquantize_color (line 1317) | uint8_t unquantize_color(range_t quant, int c) { function vec3i_t (line 1322) | vec3i_t unquantize_color(range_t quant, vec3i_t c) { function encode_luminance_direct (line 1330) | void encode_luminance_direct(range_t endpoint_quant, function encode_rgb_direct (line 1343) | void encode_rgb_direct(range_t endpoint_quant, function quantize_weight (line 1939) | uint8_t quantize_weight(range_t weight_quant, size_t weight) { function project (line 1960) | size_t project(size_t k, size_t m, size_t t) { function project (line 1968) | size_t project(vec3i_t k, int kk, vec3i_t m, vec3i_t t) { function calculate_quantized_weights_luminance (line 1974) | void calculate_quantized_weights_luminance( function calculate_quantized_weights_rgb (line 1991) | void calculate_quantized_weights_rgb(const unorm8_t texels[BLOCK_TEXEL... function encode_void_extent (line 2015) | void encode_void_extent(vec3i_t color, PhysicalBlock* physical_block) { function encode_luminance (line 2019) | void encode_luminance(const uint8_t texels[BLOCK_TEXEL_COUNT], function encode_rgb_single_partition (line 2065) | void encode_rgb_single_partition(const unorm8_t texels[BLOCK_TEXEL_COU... function is_solid (line 2109) | bool is_solid(const unorm8_t texels[BLOCK_TEXEL_COUNT], function is_greyscale (line 2123) | bool is_greyscale(const unorm8_t texels[BLOCK_TEXEL_COUNT], function vec3f_t (line 2138) | vec3f_t mean(const unorm8_t texels[BLOCK_TEXEL_COUNT], size_t count) { function subtract (line 2147) | void subtract(const unorm8_t texels[BLOCK_TEXEL_COUNT], type mat3x3f_t (line 2156) | struct mat3x3f_t { method mat3x3f_t (line 2158) | mat3x3f_t() {} method mat3x3f_t (line 2160) | mat3x3f_t(float m00, method vec3f_t (line 2174) | const vec3f_t& row(size_t i) const { return m[i]; } function vec3f_t (line 2183) | inline vec3f_t operator*(const mat3x3f_t& a, vec3f_t b) { function eigen_vector (line 2191) | void eigen_vector(const mat3x3f_t& a, vec3f_t& eig) { function mat3x3f_t (line 2200) | mat3x3f_t covariance(const vec3f_t m[BLOCK_TEXEL_COUNT], size_t count) { method mat3x3f_t (line 2158) | mat3x3f_t() {} method mat3x3f_t (line 2160) | mat3x3f_t(float m00, method vec3f_t (line 2174) | const vec3f_t& row(size_t i) const { return m[i]; } function principal_component_analysis (line 2215) | void principal_component_analysis(const unorm8_t texels[BLOCK_TEXEL_CO... function principal_component_analysis_block (line 2233) | inline void principal_component_analysis_block( function find_min_max (line 2240) | void find_min_max(const unorm8_t texels[BLOCK_TEXEL_COUNT], function find_min_max_block (line 2266) | void find_min_max_block(const unorm8_t texels[BLOCK_TEXEL_COUNT], function compress_block (line 2274) | void compress_block(const unorm8_t texels[BLOCK_TEXEL_COUNT], function fetch_image_block (line 2302) | void fetch_image_block(const unorm8_t* source, function compress_texture_4x4 (line 2337) | void compress_texture_4x4(const uint8_t* src, FILE: src/core/visual/ogl/astcrt.h function namespace (line 4) | namespace ASTCRealTimeCodec { FILE: src/core/visual/ogl/etcpak.cpp type std (line 14) | namespace std { function _fma_ (line 15) | float _fma_(float x, float y, float z) { return fmaf(x, y, z); } function _log2_ (line 18) | float _log2_(float n) { type ETCPacker (line 23) | namespace ETCPacker { function clamp (line 37) | static int clamp(int val) function setupAlphaTable (line 71) | static void setupAlphaTable() function uint8 (line 105) | static uint8 getbit(uint8 input, int frompos, int topos) function compressBlockAlphaFast (line 115) | void compressBlockAlphaFast(uint8 * data, uint8* returnData) function T (line 281) | inline T AlignPOT(T val) function CountSetBits (line 292) | inline int CountSetBits(uint32 val) function CountLeadingZeros (line 302) | inline int CountLeadingZeros(uint32 val) function sRGB2linear (line 312) | inline float sRGB2linear(float v) function linear2sRGB (line 324) | inline float linear2sRGB(float v) function T (line 337) | inline T SmoothStep(T x) function uint8 (line 342) | inline uint8 clampu8(int32 val) function T (line 348) | inline T sq(T val) function mul8bit (line 353) | static inline int mul8bit(int a, int b) type Vector2 (line 360) | struct Vector2 method Vector2 (line 362) | Vector2() : x(0), y(0) {} method Vector2 (line 363) | Vector2(T v) : x(v), y(v) {} method Vector2 (line 364) | Vector2(T _x, T _y) : x(_x), y(_y) {} type Vector3 (line 421) | struct Vector3 method Vector3 (line 423) | Vector3() : x(0), y(0), z(0) {} method Vector3 (line 424) | Vector3(T v) : x(v), y(v), z(v) {} method Vector3 (line 425) | Vector3(T _x, T _y, T _z) : x(_x), y(_y), z(_z) {} method Vector3 (line 427) | Vector3(const Vector3& v) : x(T(v.x)), y(T(v.y)), z(T(v.z)) {} method T (line 429) | T Luminance() const { return T(x * 0.3f + y * 0.59f + z * 0.11f); } method Clamp (line 430) | void Clamp() method T (line 440) | T& operator[](uint idx) { assert(idx < 3); return ((T*)this)[idx]; } method T (line 441) | const T& operator[](uint idx) const { assert(idx < 3); return ((T*)t... function v3b (line 512) | static inline v3b v3f_to_v3b(const v3f& v) function Mix (line 518) | Vector3 Mix(const Vector3& v1, const Vector3& v2, float amount) function v3b (line 524) | inline v3b Mix(const v3b& v1, const v3b& v2, float amount) function Desaturate (line 530) | Vector3 Desaturate(const Vector3& v) function Desaturate (line 537) | Vector3 Desaturate(const Vector3& v, float mul) function pow (line 544) | Vector3 pow(const Vector3& base, float exponent) function sRGB2linear (line 553) | Vector3 sRGB2linear(const Vector3& v) function linear2sRGB (line 562) | Vector3 linear2sRGB(const Vector3& v) type Channels (line 570) | enum class Channels class Bitmap (line 576) | class Bitmap method uint32 (line 583) | uint32* Data() { if (m_load.valid()) m_load.wait(); return m_data; } method uint32 (line 584) | const uint32* Data() const { if (m_load.valid()) m_load.wait(); retu... method v2i (line 585) | const v2i& Size() const { return m_size; } method Alpha (line 586) | bool Alpha() const { return m_alpha; } type DataPart (line 606) | struct DataPart function GetLeastError (line 682) | static size_t GetLeastError(const T* err, size_t num) function uint64 (line 695) | static uint64 FixByteOrder(uint64 d) function uint64 (line 705) | static uint64 EncodeSelectors(uint64 d, const T terr[2][8], const S ts... function Average (line 728) | void Average( const uint8* data, v4i* a ) function CalcErrorBlock (line 799) | void CalcErrorBlock( const uint8* data, uint err[4][4] ) function uint (line 883) | uint CalcError( const uint block[4], const v4i& average ) function ProcessAverages (line 893) | void ProcessAverages( v4i* a ) function EncodeAverages (line 957) | void EncodeAverages( uint64& _d, const v4i* a, size_t idx ) function uint64 (line 984) | uint64 CheckSolid( const uint8* src ) function PrepareAverages (line 1024) | void PrepareAverages( v4i a[8], const uint8* src, uint err[4] ) function FindBestFit (line 1039) | void FindBestFit( uint64 terr[2][8], uint16 tsel[16][8], v4i a[8], con... function FindBestFit (line 1137) | void FindBestFit( uint32 terr[2][8], uint16 tsel[16][8], v4i a[8], con... function convert6 (line 1189) | uint8_t convert6(float f) function convert7 (line 1195) | uint8_t convert7(float f) function Planar (line 1201) | std::pair Planar(const uint8* src) function uint64 (line 1344) | uint64 EncodeSelectors( uint64 d, const T terr[2][8], const S tsel[16]... function uint64 (line 1368) | uint64 ProcessRGB( const uint8* src ) function uint64 (line 1391) | uint64 ProcessRGB_ETC2( const uint8* src ) function NumberOfMipLevels (line 1415) | inline int NumberOfMipLevels(const v2i& size) function uint32 (line 1453) | const uint32* Bitmap::NextBlock(uint& lines, bool& done) class BitmapDownsampled (line 1465) | class BitmapDownsampled : public Bitmap function InitDither (line 1557) | void InitDither() function Dither (line 1575) | void Dither(uint8* data) function Swizzle (line 1608) | void Swizzle(const uint8* data, const ptrdiff_t pitch, uint8* output) function AdjustSizeForMipmaps (line 1620) | static int AdjustSizeForMipmaps(const v2i& size, int levels) function uint8 (line 1635) | static uint8* OpenForWriting(/*const char* fn,*/ size_t len, const v2i... function uint64 (line 1657) | static uint64 _f_rgb(uint8* ptr) function uint64 (line 1663) | static uint64 _f_rgb_avx2(uint8* ptr) function uint64 (line 1669) | static uint64 _f_rgb_dither(uint8* ptr) function uint64 (line 1676) | static uint64 _f_rgb_dither_avx2(uint8* ptr) function uint64 (line 1683) | static uint64 _f_rgb_etc2(uint8* ptr) function uint64 (line 1689) | static uint64 _f_rgb_etc2_avx2(uint8* ptr) function uint64 (line 1695) | static uint64 _f_rgb_etc2_dither(uint8* ptr) function uint64 (line 1702) | static uint64 _f_rgb_etc2_dither_avx2(uint8* ptr) type BlockColor (line 1711) | struct BlockColor type Etc2Mode (line 1717) | enum class Etc2Mode function Etc2Mode (line 1725) | Etc2Mode DecodeBlockColor(uint64 d, BlockColor& c) function int32 (line 1793) | inline int32 expand6(uint32 value) function int32 (line 1798) | inline int32 expand7(uint32 value) function DecodePlanar (line 1803) | void DecodePlanar(uint64 block, uint32** l) function DecodeBlock (line 1840) | static void DecodeBlock(uint64 d, uint32** l) { function DecodeAlphaBlock (line 1946) | static void DecodeAlphaBlock(const unsigned char* data, uint8** l) { function decode (line 1975) | void decode(const void *data, void* pixel, int pitch, int h, int blkw,... function decodeWithAlpha (line 2013) | void decodeWithAlpha(const void *data, void* pixel, int pitch, int h, ... FILE: src/core/visual/ogl/etcpak.h function namespace (line 6) | namespace ETCPacker { FILE: src/core/visual/ogl/imagepacker.cpp type ImagePacker (line 8) | namespace ImagePacker { function area (line 10) | bool area(rect_xywhf* a, rect_xywhf* b) { function perimeter (line 14) | bool perimeter(rect_xywhf* a, rect_xywhf* b) { function max_side (line 18) | bool max_side(rect_xywhf* a, rect_xywhf* b) { function max_width (line 22) | bool max_width(rect_xywhf* a, rect_xywhf* b) { function max_height (line 26) | bool max_height(rect_xywhf* a, rect_xywhf* b) { type node (line 64) | struct node { type pnode (line 65) | struct pnode { method pnode (line 69) | pnode() : fill(false), pn(0) {} method set (line 70) | void set(int l, int t, int r, int b) { method node (line 83) | node(rect_ltrb rc = rect_ltrb()) : id(false), rc(rc) {} method reset (line 85) | void reset(const rect_wh& r) { method node (line 91) | node* insert(rect_xywhf& img) { method delcheck (line 123) | void delcheck() { function rect_wh (line 134) | rect_wh _rect2D(rect_xywhf* const * v, int n, int max_s, vector& bins) { FILE: src/core/visual/ogl/imagepacker.h function namespace (line 9) | namespace ImagePacker { FILE: src/core/visual/ogl/pvr.h type PVRv3Header (line 5) | struct PVRv3Header type class (line 20) | enum class FILE: src/core/visual/ogl/pvrtc.cpp type PvrTcEncoder (line 40) | namespace PvrTcEncoder { type Data (line 79) | namespace Data { class Point2 (line 262) | class Point2 { method Point2 (line 267) | Point2(int a, int b) class BitUtility (line 273) | class BitUtility { method IsPowerOf2 (line 275) | static bool IsPowerOf2(unsigned int x) { method RotateRight (line 279) | static unsigned int RotateRight(unsigned int value, unsigned int shi... class ColorRgb (line 288) | class ColorRgb { method ColorRgb (line 295) | ColorRgb() method ColorRgb (line 301) | ColorRgb(T red, T green, T blue) method ColorRgb (line 307) | ColorRgb(const ColorRgb &x) method SetMin (line 337) | void SetMin(const ColorRgb &x) { method SetMax (line 349) | void SetMax(const ColorRgb &x) { class ColorRgba (line 363) | class ColorRgba : public ColorRgb { method ColorRgba (line 367) | ColorRgba() : method ColorRgba (line 371) | ColorRgba(T red, T green, T blue, T alpha) method ColorRgba (line 376) | ColorRgba(const ColorRgba &x) method SetMin (line 419) | void SetMin(const ColorRgba &x) { method SetMax (line 426) | void SetMax(const ColorRgba &x) { type PvrTcPacket (line 435) | struct PvrTcPacket class Bitmap (line 652) | class Bitmap { method Bitmap (line 658) | Bitmap(int w, int h, int bytesPerPixel, unsigned char * pix) method GetSize (line 668) | Point2 GetSize() const { return Point2(width, height); } method GetArea (line 670) | int GetArea() const { return width * height; } method GetBitmapWidth (line 672) | int GetBitmapWidth() const { return width; } method GetBitmapHeight (line 674) | int GetBitmapHeight() const { return height; } class RgbaBitmap (line 679) | class RgbaBitmap : public Bitmap { method RgbaBitmap (line 681) | RgbaBitmap(int w, int h, unsigned char * pix) function GetMortonNumber (line 694) | static unsigned GetMortonNumber(int x, int y) class Interval (line 701) | class Interval { method Interval (line 706) | Interval() { function CalculateBoundingBox (line 719) | static void CalculateBoundingBox(ColorRgbBoundingBox& cbb, const RgbaB... function EncodeRgb4Bpp (line 747) | void EncodeRgb4Bpp(void* result, const RgbaBitmap& bitmap) function CalculateBoundingBox (line 835) | static void CalculateBoundingBox(ColorRgbaBoundingBox& cbb, const Rgba... function EncodeRgba4Bpp (line 863) | void EncodeRgba4Bpp(void* result, const RgbaBitmap& bitmap) function EncodeRgba4Bpp (line 947) | void EncodeRgba4Bpp(const void *inBuf, void *outBuffer, unsigned int w... FILE: src/core/visual/ogl/pvrtc.h function namespace (line 3) | namespace PvrTcEncoder { FILE: src/core/visual/transhandler.h type tTVPTransType (line 27) | enum tTVPTransType type tTVPTransUpdateType (line 46) | enum tTVPTransUpdateType function class (line 87) | class iTVPScanLineProvider function class (line 121) | class iTVPSimpleOptionProvider function class (line 154) | class iTVPSimpleImageProvider function class (line 181) | class iTVPLayerUpdater type tTVPDivisibleData (line 200) | struct tTVPDivisibleData function class (line 229) | class iTVPBaseTransHandler function class (line 247) | class iTVPDivisibleTransHandler : public iTVPBaseTransHandler function class (line 289) | class iTVPGiveUpdateTransHandler : public iTVPBaseTransHandler function class (line 311) | class iTVPTransHandlerProvider FILE: src/core/visual/tvpfontstruc.h type tTVPFont (line 20) | struct tTVPFont FILE: src/core/visual/tvpgl.cpp function TVPTLG6InitLeadingZeroTable (line 71) | static void TVPTLG6InitLeadingZeroTable(void) function TVPTLG6InitGolombTable (line 89) | void TVPTLG6InitGolombTable(void) function TVPInitDitherTable (line 112) | static void TVPInitDitherTable(void) function TVPCreateTable (line 197) | static void TVPCreateTable(void) function TVPDestroyTable (line 286) | static void TVPDestroyTable(void) function TVP_GL_FUNC_DECL (line 293) | TVP_GL_FUNC_DECL(void, TVPAlphaBlend_c, (tjs_uint32 *dest, const tjs_uin... function TVP_GL_FUNC_DECL (line 361) | TVP_GL_FUNC_DECL(void, TVPAlphaBlend_HDA_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 427) | TVP_GL_FUNC_DECL(void, TVPAlphaBlend_o_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 494) | TVP_GL_FUNC_DECL(void, TVPAlphaBlend_HDA_o_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 560) | TVP_GL_FUNC_DECL(void, TVPAlphaBlend_d_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 674) | TVP_GL_FUNC_DECL(void, TVPAlphaBlend_a_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 701) | TVP_GL_FUNC_DECL(void, TVPAlphaBlend_do_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 775) | TVP_GL_FUNC_DECL(void, TVPAlphaBlend_ao_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 801) | TVP_GL_FUNC_DECL(void, TVPAlphaColorMat_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 863) | TVP_GL_FUNC_DECL(void, TVPAdditiveAlphaBlend_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 891) | TVP_GL_FUNC_DECL(void, TVPAdditiveAlphaBlend_HDA_c, (tjs_uint32 *dest, c... function TVP_GL_FUNC_DECL (line 917) | TVP_GL_FUNC_DECL(void, TVPAdditiveAlphaBlend_o_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 944) | TVP_GL_FUNC_DECL(void, TVPAdditiveAlphaBlend_HDA_o_c, (tjs_uint32 *dest,... function TVP_GL_FUNC_DECL (line 970) | TVP_GL_FUNC_DECL(void, TVPAdditiveAlphaBlend_d_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 996) | TVP_GL_FUNC_DECL(void, TVPAdditiveAlphaBlend_a_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 1022) | TVP_GL_FUNC_DECL(void, TVPAdditiveAlphaBlend_do_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 1048) | TVP_GL_FUNC_DECL(void, TVPAdditiveAlphaBlend_ao_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 1074) | TVP_GL_FUNC_DECL(void, TVPConvertAdditiveAlphaToAlpha_c, (tjs_uint32 *bu... function TVP_GL_FUNC_DECL (line 1130) | TVP_GL_FUNC_DECL(void, TVPConvertAlphaToAdditiveAlpha_c, (tjs_uint32 *bu... function TVP_GL_FUNC_DECL (line 1156) | TVP_GL_FUNC_DECL(void, TVPStretchAlphaBlend_c, (tjs_uint32 *dest, tjs_in... function TVP_GL_FUNC_DECL (line 1224) | TVP_GL_FUNC_DECL(void, TVPStretchAlphaBlend_HDA_c, (tjs_uint32 *dest, tj... function TVP_GL_FUNC_DECL (line 1290) | TVP_GL_FUNC_DECL(void, TVPStretchAlphaBlend_o_c, (tjs_uint32 *dest, tjs_... function TVP_GL_FUNC_DECL (line 1357) | TVP_GL_FUNC_DECL(void, TVPStretchAlphaBlend_HDA_o_c, (tjs_uint32 *dest, ... function TVP_GL_FUNC_DECL (line 1423) | TVP_GL_FUNC_DECL(void, TVPStretchAlphaBlend_d_c, (tjs_uint32 *dest, tjs_... function TVP_GL_FUNC_DECL (line 1497) | TVP_GL_FUNC_DECL(void, TVPStretchAlphaBlend_a_c, (tjs_uint32 *dest, tjs_... function TVP_GL_FUNC_DECL (line 1534) | TVP_GL_FUNC_DECL(void, TVPStretchAlphaBlend_do_c, (tjs_uint32 *dest, tjs... function TVP_GL_FUNC_DECL (line 1608) | TVP_GL_FUNC_DECL(void, TVPStretchAlphaBlend_ao_c, (tjs_uint32 *dest, tjs... function TVP_GL_FUNC_DECL (line 1645) | TVP_GL_FUNC_DECL(void, TVPStretchAdditiveAlphaBlend_c, (tjs_uint32 *dest... function TVP_GL_FUNC_DECL (line 1682) | TVP_GL_FUNC_DECL(void, TVPInterpStretchAdditiveAlphaBlend_c, (tjs_uint32... function TVP_GL_FUNC_DECL (line 1732) | TVP_GL_FUNC_DECL(void, TVPStretchAdditiveAlphaBlend_HDA_c, (tjs_uint32 *... function TVP_GL_FUNC_DECL (line 1769) | TVP_GL_FUNC_DECL(void, TVPStretchAdditiveAlphaBlend_o_c, (tjs_uint32 *de... function TVP_GL_FUNC_DECL (line 1806) | TVP_GL_FUNC_DECL(void, TVPInterpStretchAdditiveAlphaBlend_o_c, (tjs_uint... function TVP_GL_FUNC_DECL (line 1855) | TVP_GL_FUNC_DECL(void, TVPStretchAdditiveAlphaBlend_HDA_o_c, (tjs_uint32... function TVP_GL_FUNC_DECL (line 1892) | TVP_GL_FUNC_DECL(void, TVPStretchAdditiveAlphaBlend_d_c, (tjs_uint32 *de... function TVP_GL_FUNC_DECL (line 1929) | TVP_GL_FUNC_DECL(void, TVPStretchAdditiveAlphaBlend_a_c, (tjs_uint32 *de... function TVP_GL_FUNC_DECL (line 1966) | TVP_GL_FUNC_DECL(void, TVPStretchAdditiveAlphaBlend_do_c, (tjs_uint32 *d... function TVP_GL_FUNC_DECL (line 2003) | TVP_GL_FUNC_DECL(void, TVPStretchAdditiveAlphaBlend_ao_c, (tjs_uint32 *d... function TVP_GL_FUNC_DECL (line 2040) | TVP_GL_FUNC_DECL(void, TVPLinTransAlphaBlend_c, (tjs_uint32 *dest, tjs_i... function TVP_GL_FUNC_DECL (line 2112) | TVP_GL_FUNC_DECL(void, TVPLinTransAlphaBlend_HDA_c, (tjs_uint32 *dest, t... function TVP_GL_FUNC_DECL (line 2182) | TVP_GL_FUNC_DECL(void, TVPLinTransAlphaBlend_o_c, (tjs_uint32 *dest, tjs... function TVP_GL_FUNC_DECL (line 2253) | TVP_GL_FUNC_DECL(void, TVPLinTransAlphaBlend_HDA_o_c, (tjs_uint32 *dest,... function TVP_GL_FUNC_DECL (line 2323) | TVP_GL_FUNC_DECL(void, TVPLinTransAlphaBlend_d_c, (tjs_uint32 *dest, tjs... function TVP_GL_FUNC_DECL (line 2401) | TVP_GL_FUNC_DECL(void, TVPLinTransAlphaBlend_a_c, (tjs_uint32 *dest, tjs... function TVP_GL_FUNC_DECL (line 2446) | TVP_GL_FUNC_DECL(void, TVPLinTransAlphaBlend_do_c, (tjs_uint32 *dest, tj... function TVP_GL_FUNC_DECL (line 2524) | TVP_GL_FUNC_DECL(void, TVPLinTransAlphaBlend_ao_c, (tjs_uint32 *dest, tj... function TVP_GL_FUNC_DECL (line 2569) | TVP_GL_FUNC_DECL(void, TVPLinTransAdditiveAlphaBlend_c, (tjs_uint32 *des... function TVP_GL_FUNC_DECL (line 2614) | TVP_GL_FUNC_DECL(void, TVPInterpLinTransAdditiveAlphaBlend_c, (tjs_uint3... function TVP_GL_FUNC_DECL (line 2679) | TVP_GL_FUNC_DECL(void, TVPLinTransAdditiveAlphaBlend_HDA_c, (tjs_uint32 ... function TVP_GL_FUNC_DECL (line 2724) | TVP_GL_FUNC_DECL(void, TVPLinTransAdditiveAlphaBlend_o_c, (tjs_uint32 *d... function TVP_GL_FUNC_DECL (line 2769) | TVP_GL_FUNC_DECL(void, TVPInterpLinTransAdditiveAlphaBlend_o_c, (tjs_uin... function TVP_GL_FUNC_DECL (line 2835) | TVP_GL_FUNC_DECL(void, TVPLinTransAdditiveAlphaBlend_HDA_o_c, (tjs_uint3... function TVP_GL_FUNC_DECL (line 2880) | TVP_GL_FUNC_DECL(void, TVPLinTransAdditiveAlphaBlend_d_c, (tjs_uint32 *d... function TVP_GL_FUNC_DECL (line 2921) | TVP_GL_FUNC_DECL(void, TVPLinTransAdditiveAlphaBlend_a_c, (tjs_uint32 *d... function TVP_GL_FUNC_DECL (line 2966) | TVP_GL_FUNC_DECL(void, TVPLinTransAdditiveAlphaBlend_do_c, (tjs_uint32 *... function TVP_GL_FUNC_DECL (line 3007) | TVP_GL_FUNC_DECL(void, TVPLinTransAdditiveAlphaBlend_ao_c, (tjs_uint32 *... function TVP_GL_FUNC_DECL (line 3052) | TVP_GL_FUNC_DECL(void, TVPCopyOpaqueImage_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 3101) | TVP_GL_FUNC_DECL(void, TVPConstAlphaBlend_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 3163) | TVP_GL_FUNC_DECL(void, TVPConstAlphaBlend_HDA_c, (tjs_uint32 *dest, cons... function TVP_GL_FUNC_DECL (line 3225) | TVP_GL_FUNC_DECL(void, TVPConstAlphaBlend_d_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 3301) | TVP_GL_FUNC_DECL(void, TVPConstAlphaBlend_a_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 3328) | TVP_GL_FUNC_DECL(void, TVPStretchCopyOpaqueImage_c, (tjs_uint32 *dest, t... function TVP_GL_FUNC_DECL (line 3358) | TVP_GL_FUNC_DECL(void, TVPStretchConstAlphaBlend_c, (tjs_uint32 *dest, t... function TVP_GL_FUNC_DECL (line 3420) | TVP_GL_FUNC_DECL(void, TVPInterpStretchConstAlphaBlend_c, (tjs_uint32 *d... function TVP_GL_FUNC_DECL (line 3469) | TVP_GL_FUNC_DECL(void, TVPStretchConstAlphaBlend_HDA_c, (tjs_uint32 *des... function TVP_GL_FUNC_DECL (line 3531) | TVP_GL_FUNC_DECL(void, TVPStretchConstAlphaBlend_d_c, (tjs_uint32 *dest,... function TVP_GL_FUNC_DECL (line 3607) | TVP_GL_FUNC_DECL(void, TVPStretchConstAlphaBlend_a_c, (tjs_uint32 *dest,... function TVP_GL_FUNC_DECL (line 3645) | TVP_GL_FUNC_DECL(void, TVPLinTransCopyOpaqueImage_c, (tjs_uint32 *dest, ... function TVP_GL_FUNC_DECL (line 3680) | TVP_GL_FUNC_DECL(void, TVPLinTransConstAlphaBlend_c, (tjs_uint32 *dest, ... function TVP_GL_FUNC_DECL (line 3746) | TVP_GL_FUNC_DECL(void, TVPInterpLinTransConstAlphaBlend_c, (tjs_uint32 *... function TVP_GL_FUNC_DECL (line 3811) | TVP_GL_FUNC_DECL(void, TVPLinTransConstAlphaBlend_HDA_c, (tjs_uint32 *de... function TVP_GL_FUNC_DECL (line 3877) | TVP_GL_FUNC_DECL(void, TVPLinTransConstAlphaBlend_d_c, (tjs_uint32 *dest... function TVP_GL_FUNC_DECL (line 3957) | TVP_GL_FUNC_DECL(void, TVPLinTransConstAlphaBlend_a_c, (tjs_uint32 *dest... function TVP_GL_FUNC_DECL (line 4003) | TVP_GL_FUNC_DECL(void, TVPConstAlphaBlend_SD_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 4069) | TVP_GL_FUNC_DECL(void, TVPConstAlphaBlend_SD_a_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 4095) | TVP_GL_FUNC_DECL(void, TVPConstAlphaBlend_SD_d_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 4187) | TVP_GL_FUNC_DECL(void, TVPInitUnivTransBlendTable_c, (tjs_uint32 *table,... function TVP_GL_FUNC_DECL (line 4207) | TVP_GL_FUNC_DECL(void, TVPInitUnivTransBlendTable_d_c, (tjs_uint32 *tabl... function TVP_GL_FUNC_DECL (line 4214) | TVP_GL_FUNC_DECL(void, TVPInitUnivTransBlendTable_a_c, (tjs_uint32 *tabl... function TVP_GL_FUNC_DECL (line 4221) | TVP_GL_FUNC_DECL(void, TVPUnivTransBlend_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 4296) | TVP_GL_FUNC_DECL(void, TVPUnivTransBlend_switch_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 4427) | TVP_GL_FUNC_DECL(void, TVPUnivTransBlend_d_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 4524) | TVP_GL_FUNC_DECL(void, TVPUnivTransBlend_switch_d_c, (tjs_uint32 *dest, ... function TVP_GL_FUNC_DECL (line 4677) | TVP_GL_FUNC_DECL(void, TVPUnivTransBlend_a_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 4703) | TVP_GL_FUNC_DECL(void, TVPUnivTransBlend_switch_a_c, (tjs_uint32 *dest, ... function TVP_GL_FUNC_DECL (line 4761) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 4821) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap_o_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 4882) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap65_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 4942) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap65_o_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 5003) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap_HDA_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 5063) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap_HDA_o_c, (tjs_uint32 *dest, cons... function TVP_GL_FUNC_DECL (line 5124) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap65_HDA_c, (tjs_uint32 *dest, cons... function TVP_GL_FUNC_DECL (line 5184) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap65_HDA_o_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 5244) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap_d_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 5312) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap65_d_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 5380) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap_a_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 5443) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap65_a_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 5506) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap_do_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 5574) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap65_do_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 5642) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap_ao_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 5705) | TVP_GL_FUNC_DECL(void, TVPApplyColorMap65_ao_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 5768) | TVP_GL_FUNC_DECL(void, TVPConstColorAlphaBlend_c, (tjs_uint32 *dest, tjs... function TVP_GL_FUNC_DECL (line 5814) | TVP_GL_FUNC_DECL(void, TVPConstColorAlphaBlend_d_c, (tjs_uint32 *dest, t... function TVP_GL_FUNC_DECL (line 5879) | TVP_GL_FUNC_DECL(void, TVPConstColorAlphaBlend_a_c, (tjs_uint32 *dest, t... function TVP_GL_FUNC_DECL (line 5907) | TVP_GL_FUNC_DECL(void, TVPRemoveConstOpacity_c, (tjs_uint32 *dest, tjs_i... function TVP_GL_FUNC_DECL (line 5942) | TVP_GL_FUNC_DECL(void, TVPRemoveOpacity_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 5974) | TVP_GL_FUNC_DECL(void, TVPRemoveOpacity_o_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 6008) | TVP_GL_FUNC_DECL(void, TVPRemoveOpacity65_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 6040) | TVP_GL_FUNC_DECL(void, TVPRemoveOpacity65_o_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 6074) | TVP_GL_FUNC_DECL(void, TVPRemoveAdditiveConstOpacity_c, (tjs_uint32 *des... function TVP_GL_FUNC_DECL (line 6079) | TVP_GL_FUNC_DECL(void, TVPRemoveAdditiveOpacity_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 6084) | TVP_GL_FUNC_DECL(void, TVPRemoveAdditiveOpacity_o_c, (tjs_uint32 *dest, ... function TVP_GL_FUNC_DECL (line 6089) | TVP_GL_FUNC_DECL(void, TVPRemoveAdditiveOpacity65_c, (tjs_uint32 *dest, ... function TVP_GL_FUNC_DECL (line 6094) | TVP_GL_FUNC_DECL(void, TVPRemoveAdditiveOpacity65_o_c, (tjs_uint32 *dest... function TVP_GL_FUNC_DECL (line 6099) | TVP_GL_FUNC_DECL(void, TVPAddBlend_c, (tjs_uint32 *dest, const tjs_uint3... function TVP_GL_FUNC_DECL (line 6145) | TVP_GL_FUNC_DECL(void, TVPAddBlend_HDA_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 6191) | TVP_GL_FUNC_DECL(void, TVPAddBlend_o_c, (tjs_uint32 *dest, const tjs_uin... function TVP_GL_FUNC_DECL (line 6246) | TVP_GL_FUNC_DECL(void, TVPAddBlend_HDA_o_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 6301) | TVP_GL_FUNC_DECL(void, TVPSubBlend_c, (tjs_uint32 *dest, const tjs_uint3... function TVP_GL_FUNC_DECL (line 6347) | TVP_GL_FUNC_DECL(void, TVPSubBlend_HDA_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 6397) | TVP_GL_FUNC_DECL(void, TVPSubBlend_o_c, (tjs_uint32 *dest, const tjs_uin... function TVP_GL_FUNC_DECL (line 6456) | TVP_GL_FUNC_DECL(void, TVPSubBlend_HDA_o_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 6515) | TVP_GL_FUNC_DECL(void, TVPMulBlend_c, (tjs_uint32 *dest, const tjs_uint3... function TVP_GL_FUNC_DECL (line 6569) | TVP_GL_FUNC_DECL(void, TVPMulBlend_HDA_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 6623) | TVP_GL_FUNC_DECL(void, TVPMulBlend_o_c, (tjs_uint32 *dest, const tjs_uin... function TVP_GL_FUNC_DECL (line 6690) | TVP_GL_FUNC_DECL(void, TVPMulBlend_HDA_o_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 6757) | TVP_GL_FUNC_DECL(void, TVPColorDodgeBlend_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 6823) | TVP_GL_FUNC_DECL(void, TVPColorDodgeBlend_HDA_c, (tjs_uint32 *dest, cons... function TVP_GL_FUNC_DECL (line 6889) | TVP_GL_FUNC_DECL(void, TVPColorDodgeBlend_o_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 6959) | TVP_GL_FUNC_DECL(void, TVPColorDodgeBlend_HDA_o_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 7029) | TVP_GL_FUNC_DECL(void, TVPDarkenBlend_c, (tjs_uint32 *dest, const tjs_ui... function TVP_GL_FUNC_DECL (line 7079) | TVP_GL_FUNC_DECL(void, TVPDarkenBlend_HDA_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 7129) | TVP_GL_FUNC_DECL(void, TVPDarkenBlend_o_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 7203) | TVP_GL_FUNC_DECL(void, TVPDarkenBlend_HDA_o_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 7273) | TVP_GL_FUNC_DECL(void, TVPLightenBlend_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 7323) | TVP_GL_FUNC_DECL(void, TVPLightenBlend_HDA_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 7373) | TVP_GL_FUNC_DECL(void, TVPLightenBlend_o_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 7447) | TVP_GL_FUNC_DECL(void, TVPLightenBlend_HDA_o_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 7517) | TVP_GL_FUNC_DECL(void, TVPScreenBlend_c, (tjs_uint32 *dest, const tjs_ui... function TVP_GL_FUNC_DECL (line 7579) | TVP_GL_FUNC_DECL(void, TVPScreenBlend_HDA_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 7641) | TVP_GL_FUNC_DECL(void, TVPScreenBlend_o_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 7712) | TVP_GL_FUNC_DECL(void, TVPScreenBlend_HDA_o_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 7783) | TVP_GL_FUNC_DECL(void, TVPStretchCopy_c, (tjs_uint32 *dest, tjs_int dest... function TVP_GL_FUNC_DECL (line 7814) | TVP_GL_FUNC_DECL(void, TVPInterpStretchCopy_c, (tjs_uint32 *dest, tjs_in... function TVP_GL_FUNC_DECL (line 7864) | TVP_GL_FUNC_DECL(void, TVPFastLinearInterpH2F_c, (tjs_uint32 *dest, tjs_... function TVP_GL_FUNC_DECL (line 7888) | TVP_GL_FUNC_DECL(void, TVPFastLinearInterpH2B_c, (tjs_uint32 *dest, tjs_... function TVP_GL_FUNC_DECL (line 7912) | TVP_GL_FUNC_DECL(void, TVPFastLinearInterpV2_c, (tjs_uint32 *dest, tjs_i... function TVP_GL_FUNC_DECL (line 7941) | TVP_GL_FUNC_DECL(void, TVPStretchColorCopy_c, (tjs_uint32 *dest, tjs_int... function TVP_GL_FUNC_DECL (line 7971) | TVP_GL_FUNC_DECL(void, TVPLinTransCopy_c, (tjs_uint32 *dest, tjs_int des... function TVP_GL_FUNC_DECL (line 8002) | TVP_GL_FUNC_DECL(void, TVPInterpLinTransCopy_c, (tjs_uint32 *dest, tjs_i... function TVP_GL_FUNC_DECL (line 8065) | TVP_GL_FUNC_DECL(void, TVPLinTransColorCopy_c, (tjs_uint32 *dest, tjs_in... function TVP_GL_FUNC_DECL (line 8096) | TVP_GL_FUNC_DECL(void, TVPMakeAlphaFromKey_c, (tjs_uint32 *dest, tjs_int... function TVP_GL_FUNC_DECL (line 8145) | TVP_GL_FUNC_DECL(void, TVPCopyMask_c, (tjs_uint32 *dest, const tjs_uint3... function TVP_GL_FUNC_DECL (line 8257) | TVP_GL_FUNC_DECL(void, TVPCopyColor_c, (tjs_uint32 *dest, const tjs_uint... function TVP_GL_FUNC_DECL (line 8369) | TVP_GL_FUNC_DECL(void, TVPBindMaskToMain_c, (tjs_uint32 *main, const tjs... function TVP_GL_FUNC_DECL (line 8417) | TVP_GL_FUNC_DECL(void, TVPFillARGB_c, (tjs_uint32 *dest, tjs_int len, tj... function TVP_GL_FUNC_DECL (line 8465) | TVP_GL_FUNC_DECL(void, TVPFillARGB_NC_c, (tjs_uint32 *dest, tjs_int len,... function TVP_GL_FUNC_DECL (line 8515) | TVP_GL_FUNC_DECL(void, TVPFillColor_c, (tjs_uint32 *dest, tjs_int len, t... function TVP_GL_FUNC_DECL (line 8575) | TVP_GL_FUNC_DECL(void, TVPFillMask_c, (tjs_uint32 *dest, tjs_int len, tj... function TVP_GL_FUNC_DECL (line 8634) | TVP_GL_FUNC_DECL(void, TVPAddSubVertSum16_c, (tjs_uint16 *dest, const tj... function TVP_GL_FUNC_DECL (line 8700) | TVP_GL_FUNC_DECL(void, TVPAddSubVertSum16_d_c, (tjs_uint16 *dest, const ... function TVP_GL_FUNC_DECL (line 8781) | TVP_GL_FUNC_DECL(void, TVPAddSubVertSum32_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 8847) | TVP_GL_FUNC_DECL(void, TVPAddSubVertSum32_d_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 8928) | TVP_GL_FUNC_DECL(void, TVPDoBoxBlurAvg16_c, (tjs_uint32 *dest, tjs_uint1... function TVP_GL_FUNC_DECL (line 9011) | TVP_GL_FUNC_DECL(void, TVPDoBoxBlurAvg16_d_c, (tjs_uint32 *dest, tjs_uin... function TVP_GL_FUNC_DECL (line 9104) | TVP_GL_FUNC_DECL(void, TVPDoBoxBlurAvg32_c, (tjs_uint32 *dest, tjs_uint3... function TVP_GL_FUNC_DECL (line 9187) | TVP_GL_FUNC_DECL(void, TVPDoBoxBlurAvg32_d_c, (tjs_uint32 *dest, tjs_uin... function TVP_GL_FUNC_DECL (line 9280) | TVP_GL_FUNC_DECL(void, TVPSwapLine8_c, (tjs_uint8 *line1, tjs_uint8 *lin... function TVP_GL_FUNC_DECL (line 9298) | TVP_GL_FUNC_DECL(void, TVPSwapLine32_c, (tjs_uint32 *line1, tjs_uint32 *... function TVP_GL_FUNC_DECL (line 9347) | TVP_GL_FUNC_DECL(void, TVPReverse8_c, (tjs_uint8 *pixels, tjs_int len)) function TVP_GL_FUNC_DECL (line 9394) | TVP_GL_FUNC_DECL(void, TVPReverse32_c, (tjs_uint32 *pixels, tjs_int len)) function TVP_GL_FUNC_DECL (line 9441) | TVP_GL_FUNC_DECL(void, TVPDoGrayScale_c, (tjs_uint32 *dest, tjs_int len)) function TVP_GL_FUNC_DECL (line 9495) | TVP_GL_FUNC_DECL(void, TVPInitGammaAdjustTempData_c, (tTVPGLGammaAdjustT... function TVP_GL_FUNC_DECL (line 9540) | TVP_GL_FUNC_DECL(void, TVPUninitGammaAdjustTempData_c, (tTVPGLGammaAdjus... function TVP_GL_FUNC_DECL (line 9545) | TVP_GL_FUNC_DECL(void, TVPAdjustGamma_c, (tjs_uint32 *dest, tjs_int len,... function TVP_GL_FUNC_DECL (line 9627) | TVP_GL_FUNC_DECL(void, TVPAdjustGamma_a_c, (tjs_uint32 *dest, tjs_int le... function TVP_GL_FUNC_DECL (line 9694) | TVP_GL_FUNC_DECL(void, TVPChBlurMulCopy65_c, (tjs_uint8 *dest, const tjs... function TVP_GL_FUNC_DECL (line 9732) | TVP_GL_FUNC_DECL(void, TVPChBlurAddMulCopy65_c, (tjs_uint8 *dest, const ... function tjs_uint (line 9770) | tjs_uint fast_int_hypot(tjs_int lx, tjs_int ly) function TVP_GL_FUNC_DECL (line 9804) | TVP_GL_FUNC_DECL(void, TVPChBlurCopy65_c, (tjs_uint8 *dest, tjs_int dest... function TVP_GL_FUNC_DECL (line 9853) | TVP_GL_FUNC_DECL(void, TVPBLExpand1BitTo8BitPal_c, (tjs_uint8 *dest, con... function TVP_GL_FUNC_DECL (line 9883) | TVP_GL_FUNC_DECL(void, TVPBLExpand1BitTo8Bit_c, (tjs_uint8 *dest, const ... function TVP_GL_FUNC_DECL (line 9911) | TVP_GL_FUNC_DECL(void, TVPBLExpand1BitTo32BitPal_c, (tjs_uint32 *dest, c... function TVP_GL_FUNC_DECL (line 9941) | TVP_GL_FUNC_DECL(void, TVPBLExpand4BitTo8BitPal_c, (tjs_uint8 *dest, con... function TVP_GL_FUNC_DECL (line 9961) | TVP_GL_FUNC_DECL(void, TVPBLExpand4BitTo8Bit_c, (tjs_uint8 *dest, const ... function TVP_GL_FUNC_DECL (line 9981) | TVP_GL_FUNC_DECL(void, TVPBLExpand4BitTo32BitPal_c, (tjs_uint32 *dest, c... function TVP_GL_FUNC_DECL (line 10001) | TVP_GL_FUNC_DECL(void, TVPBLExpand8BitTo8BitPal_c, (tjs_uint8 *dest, con... function TVP_GL_FUNC_DECL (line 10037) | TVP_GL_FUNC_DECL(void, TVPBLExpand8BitTo32BitPal_c, (tjs_uint32 *dest, c... function TVP_GL_FUNC_DECL (line 10085) | TVP_GL_FUNC_DECL(void, TVPExpand8BitTo32BitGray_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 10125) | TVP_GL_FUNC_DECL(void, TVPBLConvert15BitTo8Bit_c, (tjs_uint8 *dest, cons... function TVP_GL_FUNC_DECL (line 10191) | TVP_GL_FUNC_DECL(void, TVPBLConvert15BitTo32Bit_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 10283) | TVP_GL_FUNC_DECL(void, TVPBLConvert24BitTo8Bit_c, (tjs_uint8 *dest, cons... function TVP_GL_FUNC_DECL (line 10305) | TVP_GL_FUNC_DECL(void, TVPBLConvert24BitTo32Bit_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 10350) | TVP_GL_FUNC_DECL(void, TVPConvert24BitTo32Bit_c, (tjs_uint32 *dest, cons... function TVP_GL_FUNC_DECL (line 10377) | TVP_GL_FUNC_DECL(void, TVPReverseRGB_c, (tjs_uint32 *dest, const tjs_uin... function TVP_GL_FUNC_DECL (line 10431) | TVP_GL_FUNC_DECL(void, TVPUpscale65_255_c, (tjs_uint8 *dest, tjs_int len... function TVP_GL_FUNC_DECL (line 10454) | TVP_GL_FUNC_DECL(void, TVPBLConvert32BitTo8Bit_c, (tjs_uint8 *dest, cons... function TVP_GL_FUNC_DECL (line 10521) | TVP_GL_FUNC_DECL(void, TVPBLConvert32BitTo32Bit_NoneAlpha_c, (tjs_uint32... function TVP_GL_FUNC_DECL (line 10589) | TVP_GL_FUNC_DECL(void, TVPBLConvert32BitTo32Bit_MulAddAlpha_c, (tjs_uint... function TVP_GL_FUNC_DECL (line 10657) | TVP_GL_FUNC_DECL(void, TVPBLConvert32BitTo32Bit_AddAlpha_c, (tjs_uint32 ... function TVP_GL_FUNC_DECL (line 10735) | TVP_GL_FUNC_DECL(void, TVPDither32BitTo16Bit565_c, (tjs_uint16 *dest, co... function TVP_GL_FUNC_DECL (line 10808) | TVP_GL_FUNC_DECL(void, TVPDither32BitTo16Bit555_c, (tjs_uint16 *dest, co... function TVP_GL_FUNC_DECL (line 10881) | TVP_GL_FUNC_DECL(void, TVPDither32BitTo8Bit_c, (tjs_uint8 *dest, const t... function TVP_GL_FUNC_DECL (line 10955) | TVP_GL_FUNC_DECL(void, TVPTLG5ComposeColors3To4_c, (tjs_uint8 *outp, con... function TVP_GL_FUNC_DECL (line 10978) | TVP_GL_FUNC_DECL(void, TVPTLG5ComposeColors4To4_c, (tjs_uint8 *outp, con... function TVP_GL_FUNC_DECL (line 11101) | TVP_GL_FUNC_DECL(void, TVPTLG6DecodeGolombValuesForFirst_c, (tjs_int8 *p... function TVP_GL_FUNC_DECL (line 11224) | TVP_GL_FUNC_DECL(void, TVPTLG6DecodeGolombValues_c, (tjs_int8 *pixelbuf,... function TVP_INLINE_FUNC (line 11344) | static TVP_INLINE_FUNC tjs_uint32 make_gt_mask(tjs_uint32 a, tjs_uint32 b){ function TVP_INLINE_FUNC (line 11350) | static TVP_INLINE_FUNC tjs_uint32 packed_bytes_add(tjs_uint32 a, tjs_uin... function TVP_INLINE_FUNC (line 11355) | static TVP_INLINE_FUNC tjs_uint32 med2(tjs_uint32 a, tjs_uint32 b, tjs_u... function TVP_INLINE_FUNC (line 11366) | static TVP_INLINE_FUNC tjs_uint32 med(tjs_uint32 a, tjs_uint32 b, tjs_ui... function TVP_INLINE_FUNC (line 11373) | static TVP_INLINE_FUNC tjs_uint32 avg(tjs_uint32 a, tjs_uint32 b, tjs_ui... function TVP_GL_FUNC_DECL (line 11405) | TVP_GL_FUNC_DECL(void, TVPTLG6DecodeLineGeneric_c, (tjs_uint32 *prevline... function TVP_GL_FUNC_DECL (line 11473) | TVP_GL_FUNC_DECL(void, TVPTLG6DecodeLine_c, (tjs_uint32 *prevline, tjs_u... function TVPPsMakeTable (line 11691) | void TVPPsMakeTable(void) function TVP_GL_FUNC_DECL (line 11826) | TVP_GL_FUNC_DECL(void, TVPPsAlphaBlend_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 11829) | TVP_GL_FUNC_DECL(void, TVPPsAlphaBlend_o_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 11832) | TVP_GL_FUNC_DECL(void, TVPPsAlphaBlend_HDA_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 11835) | TVP_GL_FUNC_DECL(void, TVPPsAlphaBlend_HDA_o_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 11838) | TVP_GL_FUNC_DECL(void, TVPPsAddBlend_c, (tjs_uint32 *dest, const tjs_uin... function TVP_GL_FUNC_DECL (line 11841) | TVP_GL_FUNC_DECL(void, TVPPsAddBlend_o_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 11844) | TVP_GL_FUNC_DECL(void, TVPPsAddBlend_HDA_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 11847) | TVP_GL_FUNC_DECL(void, TVPPsAddBlend_HDA_o_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 11850) | TVP_GL_FUNC_DECL(void, TVPPsSubBlend_c, (tjs_uint32 *dest, const tjs_uin... function TVP_GL_FUNC_DECL (line 11853) | TVP_GL_FUNC_DECL(void, TVPPsSubBlend_o_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 11856) | TVP_GL_FUNC_DECL(void, TVPPsSubBlend_HDA_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 11859) | TVP_GL_FUNC_DECL(void, TVPPsSubBlend_HDA_o_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 11862) | TVP_GL_FUNC_DECL(void, TVPPsMulBlend_c, (tjs_uint32 *dest, const tjs_uin... function TVP_GL_FUNC_DECL (line 11865) | TVP_GL_FUNC_DECL(void, TVPPsMulBlend_o_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 11868) | TVP_GL_FUNC_DECL(void, TVPPsMulBlend_HDA_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 11871) | TVP_GL_FUNC_DECL(void, TVPPsMulBlend_HDA_o_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 11874) | TVP_GL_FUNC_DECL(void, TVPPsScreenBlend_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 11877) | TVP_GL_FUNC_DECL(void, TVPPsScreenBlend_o_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 11880) | TVP_GL_FUNC_DECL(void, TVPPsScreenBlend_HDA_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 11883) | TVP_GL_FUNC_DECL(void, TVPPsScreenBlend_HDA_o_c, (tjs_uint32 *dest, cons... function TVP_GL_FUNC_DECL (line 11886) | TVP_GL_FUNC_DECL(void, TVPPsOverlayBlend_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 11889) | TVP_GL_FUNC_DECL(void, TVPPsOverlayBlend_o_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 11892) | TVP_GL_FUNC_DECL(void, TVPPsOverlayBlend_HDA_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 11895) | TVP_GL_FUNC_DECL(void, TVPPsOverlayBlend_HDA_o_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 11898) | TVP_GL_FUNC_DECL(void, TVPPsHardLightBlend_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 11901) | TVP_GL_FUNC_DECL(void, TVPPsHardLightBlend_o_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 11904) | TVP_GL_FUNC_DECL(void, TVPPsHardLightBlend_HDA_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 11907) | TVP_GL_FUNC_DECL(void, TVPPsHardLightBlend_HDA_o_c, (tjs_uint32 *dest, c... function TVP_GL_FUNC_DECL (line 11910) | TVP_GL_FUNC_DECL(void, TVPPsSoftLightBlend_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 11913) | TVP_GL_FUNC_DECL(void, TVPPsSoftLightBlend_o_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 11916) | TVP_GL_FUNC_DECL(void, TVPPsSoftLightBlend_HDA_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 11919) | TVP_GL_FUNC_DECL(void, TVPPsSoftLightBlend_HDA_o_c, (tjs_uint32 *dest, c... function TVP_GL_FUNC_DECL (line 11922) | TVP_GL_FUNC_DECL(void, TVPPsColorDodgeBlend_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 11925) | TVP_GL_FUNC_DECL(void, TVPPsColorDodgeBlend_o_c, (tjs_uint32 *dest, cons... function TVP_GL_FUNC_DECL (line 11928) | TVP_GL_FUNC_DECL(void, TVPPsColorDodgeBlend_HDA_c, (tjs_uint32 *dest, co... function TVP_GL_FUNC_DECL (line 11931) | TVP_GL_FUNC_DECL(void, TVPPsColorDodgeBlend_HDA_o_c, (tjs_uint32 *dest, ... function TVP_GL_FUNC_DECL (line 11934) | TVP_GL_FUNC_DECL(void, TVPPsColorDodge5Blend_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 11937) | TVP_GL_FUNC_DECL(void, TVPPsColorDodge5Blend_o_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 11940) | TVP_GL_FUNC_DECL(void, TVPPsColorDodge5Blend_HDA_c, (tjs_uint32 *dest, c... function TVP_GL_FUNC_DECL (line 11943) | TVP_GL_FUNC_DECL(void, TVPPsColorDodge5Blend_HDA_o_c, (tjs_uint32 *dest,... function TVP_GL_FUNC_DECL (line 11946) | TVP_GL_FUNC_DECL(void, TVPPsColorBurnBlend_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 11949) | TVP_GL_FUNC_DECL(void, TVPPsColorBurnBlend_o_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 11952) | TVP_GL_FUNC_DECL(void, TVPPsColorBurnBlend_HDA_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 11955) | TVP_GL_FUNC_DECL(void, TVPPsColorBurnBlend_HDA_o_c, (tjs_uint32 *dest, c... function TVP_GL_FUNC_DECL (line 11958) | TVP_GL_FUNC_DECL(void, TVPPsLightenBlend_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 11961) | TVP_GL_FUNC_DECL(void, TVPPsLightenBlend_o_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 11964) | TVP_GL_FUNC_DECL(void, TVPPsLightenBlend_HDA_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 11967) | TVP_GL_FUNC_DECL(void, TVPPsLightenBlend_HDA_o_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 11970) | TVP_GL_FUNC_DECL(void, TVPPsDarkenBlend_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 11973) | TVP_GL_FUNC_DECL(void, TVPPsDarkenBlend_o_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 11976) | TVP_GL_FUNC_DECL(void, TVPPsDarkenBlend_HDA_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 11979) | TVP_GL_FUNC_DECL(void, TVPPsDarkenBlend_HDA_o_c, (tjs_uint32 *dest, cons... function TVP_GL_FUNC_DECL (line 11982) | TVP_GL_FUNC_DECL(void, TVPPsDiffBlend_c, (tjs_uint32 *dest, const tjs_ui... function TVP_GL_FUNC_DECL (line 11985) | TVP_GL_FUNC_DECL(void, TVPPsDiffBlend_o_c, (tjs_uint32 *dest, const tjs_... function TVP_GL_FUNC_DECL (line 11988) | TVP_GL_FUNC_DECL(void, TVPPsDiffBlend_HDA_c, (tjs_uint32 *dest, const tj... function TVP_GL_FUNC_DECL (line 11991) | TVP_GL_FUNC_DECL(void, TVPPsDiffBlend_HDA_o_c, (tjs_uint32 *dest, const ... function TVP_GL_FUNC_DECL (line 11994) | TVP_GL_FUNC_DECL(void, TVPPsDiff5Blend_c, (tjs_uint32 *dest, const tjs_u... function TVP_GL_FUNC_DECL (line 11997) | TVP_GL_FUNC_DECL(void, TVPPsDiff5Blend_o_c, (tjs_uint32 *dest, const tjs... function TVP_GL_FUNC_DECL (line 12000) | TVP_GL_FUNC_DECL(void, TVPPsDiff5Blend_HDA_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 12003) | TVP_GL_FUNC_DECL(void, TVPPsDiff5Blend_HDA_o_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 12006) | TVP_GL_FUNC_DECL(void, TVPPsExclusionBlend_c, (tjs_uint32 *dest, const t... function TVP_GL_FUNC_DECL (line 12009) | TVP_GL_FUNC_DECL(void, TVPPsExclusionBlend_o_c, (tjs_uint32 *dest, const... function TVP_GL_FUNC_DECL (line 12012) | TVP_GL_FUNC_DECL(void, TVPPsExclusionBlend_HDA_c, (tjs_uint32 *dest, con... function TVP_GL_FUNC_DECL (line 12015) | TVP_GL_FUNC_DECL(void, TVPPsExclusionBlend_HDA_o_c, (tjs_uint32 *dest, c... function TVP_GL_FUNC_DECL (line 12020) | TVP_GL_FUNC_DECL(void, TVPConvert32BitTo24Bit_c, (tjs_uint8 *dest, const... function TVP_GL_FUNC_DECL (line 12315) | TVP_GL_FUNC_DECL(void, TVPInitTVPGL, ()) function TVP_GL_FUNC_DECL (line 12604) | TVP_GL_FUNC_DECL(void, TVPUninitTVPGL, ()) FILE: src/core/visual/tvpgl.h type tTVPGLGammaAdjustData (line 31) | typedef struct function tjs_uint32 (line 74) | static tjs_uint32 TVP_INLINE_FUNC TVPSaturatedAdd(tjs_uint32 a, tjs_uint... function tjs_uint32 (line 88) | static tjs_uint32 TVP_INLINE_FUNC TVPAddAlphaBlend_n_a(tjs_uint32 dest, ... function tjs_uint32 (line 95) | static tjs_uint32 TVP_INLINE_FUNC TVPAddAlphaBlend_HDA_n_a(tjs_uint32 de... function tjs_uint32 (line 100) | static tjs_uint32 TVP_INLINE_FUNC TVPAddAlphaBlend_n_a_o(tjs_uint32 dest... function tjs_uint32 (line 106) | static tjs_uint32 TVP_INLINE_FUNC TVPAddAlphaBlend_HDA_n_a_o(tjs_uint32 ... function tjs_uint32 (line 111) | static tjs_uint32 TVP_INLINE_FUNC TVPAddAlphaBlend_a_a(tjs_uint32 dest, ... function tjs_uint32 (line 129) | static tjs_uint32 TVP_INLINE_FUNC TVPAddAlphaBlend_a_ca(tjs_uint32 dest,... function tjs_uint32 (line 144) | static tjs_uint32 TVP_INLINE_FUNC TVPAddAlphaBlend_a_a_o(tjs_uint32 dest... function tjs_uint32 (line 150) | static tjs_uint32 TVP_INLINE_FUNC TVPMulColor(tjs_uint32 color, tjs_uint... function tjs_uint32 (line 156) | static tjs_uint32 TVP_INLINE_FUNC TVPAlphaAndColorToAdditiveAlpha(tjs_ui... function tjs_uint32 (line 162) | static tjs_uint32 TVP_INLINE_FUNC TVPAlphaToAdditiveAlpha(tjs_uint32 a) function tjs_uint32 (line 167) | static tjs_uint32 TVP_INLINE_FUNC TVPAddAlphaBlend_a_d(tjs_uint32 dest, ... function tjs_uint32 (line 172) | static tjs_uint32 TVP_INLINE_FUNC TVPAddAlphaBlend_a_d_o(tjs_uint32 dest... function tjs_uint32 (line 181) | static tjs_uint32 TVP_INLINE_FUNC TVPBlendARGB(tjs_uint32 b, tjs_uint32 ... type tTVPGLGammaAdjustTempData (line 198) | typedef struct FILE: src/core/visual/tvphal.h type SDL_Renderer (line 5) | struct SDL_Renderer type SDL_Window (line 6) | struct SDL_Window type tTVPRect (line 7) | struct tTVPRect type texRect (line 9) | struct texRect function getTexCoordAttr (line 164) | int getTexCoordAttr(int idx) const {return -1;} type tTVPGLGammaAdjustData (line 243) | struct tTVPGLGammaAdjustData FILE: src/core/visual/tvpinputdefs.h type tTVPMouseButton (line 20) | enum tTVPMouseButton type tTVPImeMode (line 34) | enum tTVPImeMode function TVPIsAnyMouseButtonPressedInShiftStateFlags (line 64) | inline bool TVPIsAnyMouseButtonPressedInShiftStateFlags(tjs_uint32 state) FILE: src/core/visual/voMode.h type tTVPVideoOverlayMode (line 21) | enum tTVPVideoOverlayMode { FILE: src/core/visual/win32/BasicDrawDevice.cpp function TVPInitBasicDrawDeviceOptions (line 27) | static void TVPInitBasicDrawDeviceOptions() function HRESULT (line 176) | HRESULT tTVPBasicDrawDevice::InitializeDirect3DState() { function UINT (line 220) | UINT tTVPBasicDrawDevice::GetMonitorNumber( HWND window ) function HRESULT (line 235) | HRESULT tTVPBasicDrawDevice::DecideD3DPresentParameters() { type tVertices (line 726) | struct tVertices type CAutoEndSceneCall (line 775) | struct CAutoEndSceneCall { method CAutoEndSceneCall (line 777) | CAutoEndSceneCall( IDirect3DDevice9* device ) : m_Device(device) {} function TJS_DECL_EMPTY_FINALIZE_METHOD (line 879) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 890) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/recreate) function TJS_BEGIN_NATIVE_PROP_DECL (line 907) | TJS_BEGIN_NATIVE_PROP_DECL(interface) function TJS_BEGIN_NATIVE_PROP_DECL (line 940) | TJS_BEGIN_NATIVE_PROP_DECL(preferredDrawer) function TJS_END_NATIVE_PROP_GETTER (line 948) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 956) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 968) | TJS_END_NATIVE_PROP_GETTER function tjs_error (line 997) | tjs_error TJS_INTF_METHOD FILE: src/core/visual/win32/BasicDrawDevice.h type tTVPDrawDevice (line 13) | typedef tTVPDrawDevice inherited; function IsTargetWindowActive (line 47) | bool IsTargetWindowActive() const; type tDrawerType (line 66) | enum tDrawerType function SetPreferredDrawerType (line 75) | void SetPreferredDrawerType(tDrawerType type) { PreferredDrawerType = ty... function class (line 114) | class tTJSNI_BasicDrawDevice : function class (line 140) | class tTJSNC_BasicDrawDevice : public tTJSNativeClass FILE: src/core/visual/win32/BitmapBitsAlloc.cpp class BasicAllocator (line 10) | class BasicAllocator : public iTVPMemoryAllocator method BasicAllocator (line 13) | BasicAllocator() { method free (line 17) | void free( void* mem ) { ::free( mem ); } class GlobalAllocAllocator (line 20) | class GlobalAllocAllocator : public iTVPMemoryAllocator method GlobalAllocAllocator (line 23) | GlobalAllocAllocator() { method free (line 27) | void free( void* mem ) { GlobalFree((HGLOBAL)mem ); } class HeapAllocAllocator (line 29) | class HeapAllocAllocator : public iTVPMemoryAllocator method HeapAllocAllocator (line 35) | HeapAllocAllocator() : HeapHandle(NULL) { method free (line 95) | void free( void* mem ) { FILE: src/core/visual/win32/BitmapBitsAlloc.h function class (line 8) | class iTVPMemoryAllocator { function class (line 17) | class tTVPBitmapBitsAlloc { FILE: src/core/visual/win32/BitmapInfomation.h type TVPRGBQUAD (line 6) | struct TVPRGBQUAD { type TVPBITMAPINFOHEADER (line 13) | struct TVPBITMAPINFOHEADER{ type TVPBITMAPINFO (line 27) | struct TVPBITMAPINFO { function class (line 32) | class BitmapInfomation { FILE: src/core/visual/win32/DInputMgn.cpp type tTVPDIWheelData (line 44) | struct tTVPDIWheelData { LONG delta; } function tTVPPadKeyFlag (line 151) | static tTVPPadKeyFlag TVPVirtualKeyToPadCode(WORD vk) function tjs_int (line 223) | tjs_int tTVPKeyRepeatEmulator::GetRepeatCount() function IDirectInput (line 254) | IDirectInput * TVPAddRefDirectInput() function TVPReleaseDirectInput (line 298) | void TVPReleaseDirectInput() function tjs_int (line 396) | tjs_int tTVPWheelDirectInputDevice::GetWheelDelta() function tjs_uint32 (line 633) | tjs_uint32 tTVPPadDirectInputDevice::GetState() function tjs_uint32 (line 694) | tjs_uint32 tTVPPadDirectInputDevice::GetGlobalPadState() function TVPUninitDirectInput (line 738) | static void TVPUninitDirectInput() function TVPGetJoyPadAsyncState (line 757) | bool TVPGetJoyPadAsyncState(tjs_uint keycode, bool getcurrent) FILE: src/core/visual/win32/DInputMgn.h type tTVPWheelDetectionType (line 28) | enum tTVPWheelDetectionType { wdtNone, wdtDirectInput, wdtWindowMessage } type tTVPJoyPadDetectionType (line 29) | enum tTVPJoyPadDetectionType { jdtNone, jdtDirectInput } type tTVPPadKeyFlag (line 30) | enum tTVPPadKeyFlag { function class (line 59) | class tTVPKeyRepeatEmulator type IDirectInputDevice2 (line 99) | struct IDirectInputDevice2 function class (line 100) | class tTVPDirectInputDevice function class (line 120) | class tTVPWheelDirectInputDevice : public tTVPDirectInputDevice function class (line 134) | class tTVPPadDirectInputDevice : public tTVPDirectInputDevice FILE: src/core/visual/win32/DrawDevice.h function class (line 25) | class iTVPDrawDevice function class (line 421) | class tTVPDrawDevice : public iTVPDrawDevice FILE: src/core/visual/win32/GDIFontRasterizer.cpp function tjs_int (line 116) | tjs_int GDIFontRasterizer::GetAscentHeight() { function tTVPCharacterData (line 119) | tTVPCharacterData* GDIFontRasterizer::GetBitmap( const tTVPFontAndCharac... FILE: src/core/visual/win32/GDIFontRasterizer.h function class (line 9) | class GDIFontRasterizer : public FontRasterizer { FILE: src/core/visual/win32/GraphicsLoaderImpl.cpp class tTVPSusiePicturePlugin (line 200) | class tTVPSusiePicturePlugin : public tTVPSusiePlugin method tTVPBMPAlphaType (line 207) | tTVPBMPAlphaType GetAlphaType() const { return AlphaType; } function TVPDestroySusiePluginList (line 334) | static void TVPDestroySusiePluginList() function TVPLoadViaSusiePlugin (line 352) | static void TVPLoadViaSusiePlugin(void* formatdata, void *callbackdata, function TVPLoadPictureSPI (line 372) | void TVPLoadPictureSPI(HINSTANCE inst, tTVPBMPAlphaType alphatype) function TVPUnloadPictureSPI (line 387) | void TVPUnloadPictureSPI(HINSTANCE inst) FILE: src/core/visual/win32/GraphicsLoaderImpl.h function class (line 20) | class tTVPSusiePlugin FILE: src/core/visual/win32/LayerBitmapImpl.cpp function TVPInializeFontRasterizers (line 70) | void TVPInializeFontRasterizers() { function TVPUninitializeFontRasterizers (line 79) | void TVPUninitializeFontRasterizers() { function TVPSetFontRasterizer (line 94) | void TVPSetFontRasterizer( tjs_int index ) { function tjs_int (line 101) | tjs_int TVPGetFontRasterizer() { function FontRasterizer (line 104) | FontRasterizer* GetCurrentRasterizer() { type tTVPPrerenderedFontMap (line 128) | struct tTVPPrerenderedFontMap function TVPMapPrerenderedFont (line 135) | void TVPMapPrerenderedFont(const tTVPFont & font, const ttstr & storage) function TVPUnmapPrerenderedFont (line 184) | void TVPUnmapPrerenderedFont(const tTVPFont & font) function TVPUnmapAllPrerenderedFonts (line 204) | static void TVPUnmapAllPrerenderedFonts() function tTVPPrerenderedFont (line 220) | static tTVPPrerenderedFont * TVPGetPrerenderedMappedFont(const tTVPFont ... function TVPSetFontCacheForLowMem (line 250) | void TVPSetFontCacheForLowMem() function TVPClearFontCache (line 256) | void TVPClearFontCache() type tTVPClearFontCacheCallback (line 261) | struct tTVPClearFontCacheCallback : public tTVPCompactEventCallbackIntf method OnCompact (line 263) | OnCompact(tjs_int level) function tTVPCharacterData (line 274) | static tTVPCharacterData * TVPGetCharacter(const tTVPFontAndCharacterDat... function tjs_uint (line 542) | tjs_uint tTVPNativeBaseBitmap::GetWidth() const function tjs_uint (line 552) | tjs_uint tTVPNativeBaseBitmap::GetHeight() const function tjs_uint (line 613) | tjs_uint tTVPNativeBaseBitmap::GetBPP() const function tjs_int (line 701) | tjs_int tTVPNativeBaseBitmap::GetPitchBytes() const function tjs_uint (line 743) | tjs_uint tTVPNativeBaseBitmap::GetPalette( tjs_uint index ) const { type tTVPDrawTextData (line 823) | struct tTVPDrawTextData type tTVPCharacterDrawData (line 1281) | struct tTVPCharacterDrawData method tTVPCharacterDrawData (line 1289) | tTVPCharacterDrawData( method tTVPCharacterDrawData (line 1310) | tTVPCharacterDrawData(const tTVPCharacterDrawData & rhs) function tjs_int (line 1554) | tjs_int tTVPNativeBaseBitmap::GetTextWidth(const ttstr & text) function tjs_int (line 1560) | tjs_int tTVPNativeBaseBitmap::GetTextHeight(const ttstr & text) type tTVPRect (line 1590) | struct tTVPRect function iTVPTexture2D (line 1595) | iTVPTexture2D * tTVPNativeBaseBitmap::GetTextureForRender(bool isBlendTa... FILE: src/core/visual/win32/LayerBitmapImpl.h function class (line 28) | class tTVPBitmap type tTVPDrawTextData (line 110) | struct tTVPDrawTextData function class (line 112) | class tTVPNativeBaseBitmap FILE: src/core/visual/win32/LayerImpl.cpp function tjs_uint32 (line 21) | tjs_uint32 TVPToActualColor(tjs_uint32 color) function tjs_uint32 (line 36) | tjs_uint32 TVPFromActualColor(tjs_uint32 color) function tjs_error (line 58) | tjs_error TJS_INTF_METHOD function HRGN (line 73) | HRGN tTJSNI_Layer::CreateMaskRgn(tjs_uint threshold) function tTJSNativeInstance (line 189) | tTJSNativeInstance *tTJSNC_Layer::CreateNativeInstance() function tTJSNativeClass (line 201) | tTJSNativeClass * TVPCreateNativeClass_Layer() function tTJSNI_Layer (line 208) | tTJSNI_Layer* tTJSNI_Layer::FromVariant(const tTJSVariant& var) { function tTJSNI_Layer (line 212) | tTJSNI_Layer* tTJSNI_Layer::FromObject(iTJSDispatch2* obj) FILE: src/core/visual/win32/LayerImpl.h function class (line 19) | class tTJSNI_Layer : public tTJSNI_BaseLayer FILE: src/core/visual/win32/MenuItemImpl.cpp function AddMenuDispatch (line 25) | static void AddMenuDispatch(tTVInteger hWnd, iTJSDispatch2* menu) { function iTJSDispatch2 (line 28) | iTJSDispatch2* TVPGetMenuDispatch(tTVInteger hWnd) { function DelMenuDispatch (line 35) | static void DelMenuDispatch(tTVInteger hWnd) { function _IsWindow (line 38) | static bool _IsWindow(tTVInteger hWnd) { function UpdateMenuList (line 47) | static void UpdateMenuList() { class WindowMenuProperty (line 66) | class WindowMenuProperty : public tTJSDispatch { method PropGet (line 67) | PropGet(tjs_uint32 flag, const tjs_char * membername, tjs_uint32 *hint... method PropSet (line 82) | PropSet(tjs_uint32 flag, const tjs_char *membername, tjs_uint32 *hint,... function tjs_error (line 100) | tjs_error TJS_INTF_METHOD tTJSNI_MenuItem::Construct(tjs_int numparams, function tjs_int (line 205) | tjs_int tTJSNI_MenuItem::GetIndex() const function tjs_int (line 277) | tjs_int tTJSNI_MenuItem::GetGroup() const function tjs_int (line 327) | tjs_int tTJSNI_MenuItem::TrackPopup(tjs_uint32 flags, tjs_int x, tjs_int... function SetShortCutKeyCode (line 367) | static bool SetShortCutKeyCode(ttstr text, int key, bool force) { function CreateShortCutKeyCodeTable (line 382) | static void CreateShortCutKeyCodeTable() { function tTJSNativeInstance (line 413) | tTJSNativeInstance *tTJSNC_MenuItem::CreateNativeInstance() function tTJSNativeClass (line 423) | tTJSNativeClass * TVPCreateNativeClass_MenuItem() function TJS_BEGIN_NATIVE_PROP_DECL (line 444) | TJS_BEGIN_NATIVE_PROP_DECL(textToKeycode) function TJS_END_NATIVE_PROP_GETTER (line 451) | TJS_END_NATIVE_PROP_GETTER FILE: src/core/visual/win32/MenuItemImpl.h function class (line 21) | class tTJSNI_MenuItem : public tTJSNI_BaseMenuItem FILE: src/core/visual/win32/NativeFreeTypeFace.cpp function FT_Face (line 240) | FT_Face tNativeFreeTypeFace::GetFTFace() const function tjs_char (line 250) | tjs_char tNativeFreeTypeFace::GetDefaultChar() const FILE: src/core/visual/win32/NativeFreeTypeFace.h function class (line 34) | class tNativeFreeTypeFace : public tBaseFreeTypeFace FILE: src/core/visual/win32/PassThroughDrawDevice.cpp function TVPInitPassThroughOptions (line 70) | static void TVPInitPassThroughOptions() class tTVPDrawer (line 88) | class tTVPDrawer method tTVPDrawer (line 101) | tTVPDrawer(tTVPPassThroughDrawDevice * device) method SetDestPos (line 115) | virtual bool SetDestPos(tjs_int left, tjs_int top) method SetDestSize (line 117) | virtual bool SetDestSize(tjs_int width, tjs_int height) method GetDestSize (line 119) | void GetDestSize(tjs_int &width, tjs_int &height) const method NotifyLayerResize (line 121) | virtual bool NotifyLayerResize(tjs_int w, tjs_int h) method GetSrcSize (line 123) | void GetSrcSize(tjs_int &w, tjs_int &h) const method SetDestSizeAndNotifyLayerResize (line 125) | virtual bool SetDestSizeAndNotifyLayerResize(tjs_int width, tjs_int he... method SetTargetWindow (line 131) | virtual void SetTargetWindow(int wnd) method Show (line 140) | virtual void Show() {;} method SetShowUpdateRect (line 141) | virtual void SetShowUpdateRect(bool b) { DrawUpdateRectangle = b; } method GetInterpolationCapability (line 142) | virtual int GetInterpolationCapability() { return 3; } method InitTimings (line 145) | virtual void InitTimings() {;} method ReportTimings (line 146) | virtual void ReportTimings() {;} class tTVPDrawer_Software (line 152) | class tTVPDrawer_Software : public tTVPDrawer method tTVPDrawer_Software (line 155) | tTVPDrawer_Software(tTVPPassThroughDrawDevice * device) : tTVPDrawer(d... method ttstr (line 159) | virtual ttstr GetName() { return TJS_W("Software rendering"); } method StartBitmapCompletion (line 161) | virtual void StartBitmapCompletion() method EndBitmapCompletion (line 169) | virtual void EndBitmapCompletion(iTVPBaseBitmap *_bmp) method Show (line 179) | virtual void Show() method Clear (line 184) | virtual void Clear() function TJS_DECL_EMPTY_FINALIZE_METHOD (line 514) | TJS_DECL_EMPTY_FINALIZE_METHOD function TJS_BEGIN_NATIVE_METHOD_DECL (line 525) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/recreate) function TJS_BEGIN_NATIVE_METHOD_DECL (line 534) | TJS_BEGIN_NATIVE_METHOD_DECL(/*func. name*/lockTouchSize) function TJS_BEGIN_NATIVE_PROP_DECL (line 549) | TJS_BEGIN_NATIVE_PROP_DECL(interface) function TJS_BEGIN_NATIVE_PROP_DECL (line 582) | TJS_BEGIN_NATIVE_PROP_DECL(preferredDrawer) function TJS_END_NATIVE_PROP_GETTER (line 590) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 598) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 610) | TJS_END_NATIVE_PROP_GETTER function tjs_error (line 645) | tjs_error TJS_INTF_METHOD FILE: src/core/visual/win32/PassThroughDrawDevice.h function class (line 20) | class tTVPPassThroughDrawDevice : public tTVPDrawDevice function SetPreferredDrawerType (line 61) | void SetPreferredDrawerType(tDrawerType type) { PreferredDrawerType = ty... function class (line 92) | class tTJSNI_PassThroughDrawDevice : function class (line 118) | class tTJSNC_PassThroughDrawDevice : public tTJSNativeClass FILE: src/core/visual/win32/TVPScreen.h function class (line 4) | class tTVPScreen { FILE: src/core/visual/win32/TVPSysFont.cpp function tjs_char (line 16) | const tjs_char *TVPGetDefaultFontName() { type tTVPFSEnumFontsProcData (line 173) | struct tTVPFSEnumFontsProcData { method tTVPFSEnumFontsProcData (line 177) | tTVPFSEnumFontsProcData(std::vector & list, tjs_uint32 flags, B... function TVPFSFEnumFontsProc (line 187) | static int CALLBACK TVPFSFEnumFontsProc( ENUMLOGFONTEX *lpelfe, NEWTEXTM... function TVPFSFEnumCurFaceFontsProc (line 222) | static int CALLBACK TVPFSFEnumCurFaceFontsProc( ENUMLOGFONTEX *lpelfe, N... function SetDefaultLogFont (line 228) | static void SetDefaultLogFont( LOGFONT& l, const tjs_char* face ) { function TVPGetFontList (line 247) | void TVPGetFontList(std::vector & list, tjs_uint32 flags, const t... function tjs_uint8 (line 262) | tjs_uint8 TVPGetCharSetFromFaceName( const tjs_char* face ) { function TVPFSFEnumDefaultCharProc (line 272) | static int CALLBACK TVPFSFEnumDefaultCharProc( ENUMLOGFONTEX *lpelfe, NE... function tjs_char (line 278) | tjs_char TVPGetDefaultCharFromFaceName( const tjs_char* face ) { function EnumAllFontsProc (line 288) | static int CALLBACK EnumAllFontsProc( LOGFONT *lplf, TEXTMETRIC *lptm, D... function TVPGetAllFontList (line 293) | void TVPGetAllFontList(std::vector& list) { FILE: src/core/visual/win32/TVPSysFont.h function class (line 4) | class tTVPSysFont { FILE: src/core/visual/win32/VSyncTimingThread.h function class (line 11) | class tTVPVSyncTimingThread : public tTVPThread FILE: src/core/visual/win32/VideoOvlImpl.cpp type IStream (line 32) | struct IStream class iTVPVideoOverlay (line 33) | class iTVPVideoOverlay type IStream (line 36) | struct IStream class iTVPVideoOverlay (line 37) | class iTVPVideoOverlay type IStream (line 40) | struct IStream class iTVPVideoOverlay (line 41) | class iTVPVideoOverlay type IStream (line 44) | struct IStream class iTVPVideoOverlay (line 45) | class iTVPVideoOverlay function TVPAddVideOverlay (line 50) | static void TVPAddVideOverlay(tTJSNI_VideoOverlay *ovl) function TVPRemoveVideoOverlay (line 55) | static void TVPRemoveVideoOverlay(tTJSNI_VideoOverlay *ovl) function TVPShutdownVideoOverlay (line 63) | static void TVPShutdownVideoOverlay() function tjs_error (line 110) | tjs_error TJS_INTF_METHOD function tjs_uint64 (line 727) | tjs_uint64 tTJSNI_VideoOverlay::GetTimePosition() function tjs_int (line 746) | tjs_int tTJSNI_VideoOverlay::GetFrame() function tjs_int (line 769) | tjs_int tTJSNI_VideoOverlay::GetStopFrame() function tjs_real (line 778) | tjs_real tTJSNI_VideoOverlay::GetFPS() function tjs_int (line 787) | tjs_int tTJSNI_VideoOverlay::GetNumberOfFrame() function tjs_int64 (line 796) | tjs_int64 tTJSNI_VideoOverlay::GetTotalTime() function tjs_real (line 832) | tjs_real tTJSNI_VideoOverlay::GetPlayRate() function tjs_int (line 849) | tjs_int tTJSNI_VideoOverlay::GetAudioBalance() function tjs_int (line 865) | tjs_int tTJSNI_VideoOverlay::GetAudioVolume() function tjs_uint (line 881) | tjs_uint tTJSNI_VideoOverlay::GetNumberOfAudioStream() function tjs_int (line 897) | tjs_int tTJSNI_VideoOverlay::GetEnabledAudioStream() function tjs_uint (line 914) | tjs_uint tTJSNI_VideoOverlay::GetNumberOfVideoStream() function tjs_int (line 930) | tjs_int tTJSNI_VideoOverlay::GetEnabledVideoStream() function tjs_real (line 1000) | tjs_real tTJSNI_VideoOverlay::GetMixingMovieAlpha() function tjs_uint (line 1016) | tjs_uint tTJSNI_VideoOverlay::GetMixingMovieBGColor() function tjs_real (line 1028) | tjs_real tTJSNI_VideoOverlay::GetContrastRangeMin() function tjs_real (line 1037) | tjs_real tTJSNI_VideoOverlay::GetContrastRangeMax() function tjs_real (line 1046) | tjs_real tTJSNI_VideoOverlay::GetContrastDefaultValue() function tjs_real (line 1055) | tjs_real tTJSNI_VideoOverlay::GetContrastStepSize() function tjs_real (line 1064) | tjs_real tTJSNI_VideoOverlay::GetContrast() function tjs_real (line 1080) | tjs_real tTJSNI_VideoOverlay::GetBrightnessRangeMin() function tjs_real (line 1089) | tjs_real tTJSNI_VideoOverlay::GetBrightnessRangeMax() function tjs_real (line 1098) | tjs_real tTJSNI_VideoOverlay::GetBrightnessDefaultValue() function tjs_real (line 1107) | tjs_real tTJSNI_VideoOverlay::GetBrightnessStepSize() function tjs_real (line 1116) | tjs_real tTJSNI_VideoOverlay::GetBrightness() function tjs_real (line 1133) | tjs_real tTJSNI_VideoOverlay::GetHueRangeMin() function tjs_real (line 1142) | tjs_real tTJSNI_VideoOverlay::GetHueRangeMax() function tjs_real (line 1151) | tjs_real tTJSNI_VideoOverlay::GetHueDefaultValue() function tjs_real (line 1160) | tjs_real tTJSNI_VideoOverlay::GetHueStepSize() function tjs_real (line 1169) | tjs_real tTJSNI_VideoOverlay::GetHue() function tjs_real (line 1186) | tjs_real tTJSNI_VideoOverlay::GetSaturationRangeMin() function tjs_real (line 1195) | tjs_real tTJSNI_VideoOverlay::GetSaturationRangeMax() function tjs_real (line 1204) | tjs_real tTJSNI_VideoOverlay::GetSaturationDefaultValue() function tjs_real (line 1213) | tjs_real tTJSNI_VideoOverlay::GetSaturationStepSize() function tjs_real (line 1222) | tjs_real tTJSNI_VideoOverlay::GetSaturation() function tjs_int (line 1239) | tjs_int tTJSNI_VideoOverlay::GetOriginalWidth() function tjs_int (line 1250) | tjs_int tTJSNI_VideoOverlay::GetOriginalHeight() function tTJSNativeInstance (line 1299) | tTJSNativeInstance *tTJSNC_VideoOverlay::CreateNativeInstance() function tTJSNativeClass (line 1309) | tTJSNativeClass * TVPCreateNativeClass_VideoOverlay() FILE: src/core/visual/win32/VideoOvlImpl.h function class (line 30) | class tTJSNI_VideoOverlay : public tTJSNI_BaseVideoOverlay FILE: src/core/visual/win32/WindowImpl.cpp function tjs_uint32 (line 41) | tjs_uint32 TVP_TShiftState_To_uint32(tjs_uint32 state) { function tjs_uint32 (line 54) | tjs_uint32 TVP_TShiftState_From_uint32(tjs_uint32 state){ function tjs_int (line 72) | tjs_int TVPGetCursor(const ttstr & name) type tTVPFullScreenResolutionMode (line 108) | enum tTVPFullScreenResolutionMode type tTVPFullScreenUsingEngineZoomMode (line 132) | enum tTVPFullScreenUsingEngineZoomMode function tjs_int (line 145) | static tjs_int TVPGetDisplayColorFormat() function TVPInitFullScreenOptions (line 239) | static void TVPInitFullScreenOptions() function TVPDumpDirect3DDriverInformation (line 292) | void TVPDumpDirect3DDriverInformation() function TVPInitDirect3D (line 422) | static void TVPInitDirect3D() function TVPUninitDirect3D (line 456) | static void TVPUninitDirect3D() function TVPUnloadDirect3D (line 461) | static void TVPUnloadDirect3D() function TVPEnsureDirect3DObject (line 470) | void TVPEnsureDirect3DObject() function IDirect3D9 (line 481) | IDirect3D9 * TVPGetDirect3DObjectNoAddRef() function ttstr (line 497) | static ttstr TVPGetGetFullScreenResolutionModeString(tTVPFullScreenResol... function TVPDoReductionNumerAndDenom (line 511) | static void TVPDoReductionNumerAndDenom(tjs_int &n, tjs_int &d) function TVPGetOriginalScreenMetrics (line 525) | static void TVPGetOriginalScreenMetrics() function TVPEnumerateAllDisplayModes (line 536) | void TVPEnumerateAllDisplayModes(std::vector & modes) function TVPMakeFullScreenModeCandidates (line 615) | static void TVPMakeFullScreenModeCandidates( function tjs_uint (line 868) | tjs_uint TVPGetMonitorNumber( HWND window ) function TVPSwitchToFullScreen (line 884) | void TVPSwitchToFullScreen(HWND window, tjs_int w, tjs_int h, iTVPDrawDe... function TVPRecalcFullScreen (line 948) | void TVPRecalcFullScreen( tjs_int w, tjs_int h ) function TVPRevertFromFullScreen (line 970) | void TVPRevertFromFullScreen(HWND window,tjs_uint w,tjs_uint h, iTVPDraw... function TVPMinimizeFullScreenWindowAtInactivation (line 1022) | void TVPMinimizeFullScreenWindowAtInactivation() function TVPRestoreFullScreenWindowAtActivation (line 1035) | void TVPRestoreFullScreenWindowAtActivation() function TVPRestoreDisplayMode (line 1060) | static void TVPRestoreDisplayMode() function HWND (line 1090) | HWND TVPGetModalWindowOwnerHandle() function tjs_error (line 1111) | tjs_error TJS_INTF_METHOD type tEventType (line 1207) | enum tEventType function tTVPImeMode (line 1374) | tTVPImeMode tTJSNI_Window::GetDefaultImeMode() const function HWND (line 1397) | HWND tTJSNI_Window::GetSurfaceWindowHandle() function HWND (line 1413) | HWND tTJSNI_Window::GetWindowHandle() function HWND (line 1483) | HWND tTJSNI_Window::GetWindowHandleForPlugin() function tjs_int (line 1569) | tjs_int tTJSNI_Window::GetWidth() const function tjs_int (line 1581) | tjs_int tTJSNI_Window::GetHeight() const function tjs_int (line 1593) | tjs_int tTJSNI_Window::GetLeft() const function tjs_int (line 1605) | tjs_int tTJSNI_Window::GetTop() const function tjs_int (line 1685) | tjs_int tTJSNI_Window::GetLayerLeft() const function tjs_int (line 1696) | tjs_int tTJSNI_Window::GetLayerTop() const function tjs_int (line 1726) | tjs_int tTJSNI_Window::GetInnerWidth() const function tjs_int (line 1738) | tjs_int tTJSNI_Window::GetInnerHeight() const function tTVPBorderStyle (line 1756) | tTVPBorderStyle tTJSNI_Window::GetBorderStyle() const function tTVPMouseCursorState (line 1845) | tTVPMouseCursorState tTJSNI_Window::GetMouseCursorState() const function tjs_int (line 1875) | tjs_int tTJSNI_Window::GetZoomNumer() const function tjs_int (line 1887) | tjs_int tTJSNI_Window::GetZoomDenom() const function tjs_real (line 1898) | tjs_real tTJSNI_Window::GetTouchScaleThreshold() const { function tjs_real (line 1908) | tjs_real tTJSNI_Window::GetTouchRotateThreshold() const { function tjs_real (line 1913) | tjs_real tTJSNI_Window::GetTouchPointStartX( tjs_int index ) { function tjs_real (line 1918) | tjs_real tTJSNI_Window::GetTouchPointStartY( tjs_int index ) { function tjs_real (line 1923) | tjs_real tTJSNI_Window::GetTouchPointX( tjs_int index ) { function tjs_real (line 1928) | tjs_real tTJSNI_Window::GetTouchPointY( tjs_int index ) { function tjs_real (line 1933) | tjs_real tTJSNI_Window::GetTouchPointID( tjs_int index ) { function tjs_int (line 1938) | tjs_int tTJSNI_Window::GetTouchPointCount() { function tjs_int (line 1964) | tjs_int tTJSNI_Window::GetHintDelay() const class iTVPLayerManager (line 2021) | class iTVPLayerManager class iTVPLayerManager (line 2038) | class iTVPLayerManager class iTVPLayerManager (line 2048) | class iTVPLayerManager class iTVPLayerManager (line 2053) | class iTVPLayerManager class iTVPLayerManager (line 2058) | class iTVPLayerManager class iTVPLayerManager (line 2063) | class iTVPLayerManager class iTVPLayerManager (line 2068) | class iTVPLayerManager class iTVPLayerManager (line 2073) | class iTVPLayerManager class iTVPLayerManager (line 2078) | class iTVPLayerManager class iTVPLayerManager (line 2083) | class iTVPLayerManager class iTVPLayerManager (line 2088) | class iTVPLayerManager class iTVPLayerManager (line 2093) | class iTVPLayerManager function tTJSNativeInstance (line 2111) | tTJSNativeInstance *tTJSNC_Window::CreateNativeInstance() function tTJSNativeClass (line 2123) | tTJSNativeClass * TVPCreateNativeClass_Window() function TJS_BEGIN_NATIVE_PROP_DECL (line 2285) | TJS_BEGIN_NATIVE_PROP_DECL(drawDevice) function TJS_END_NATIVE_PROP_GETTER (line 2293) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 2301) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 2313) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 2321) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 2333) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 2341) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 2353) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_GETTER (line 2367) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 2375) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 2387) | TJS_END_NATIVE_PROP_GETTER function TJS_END_NATIVE_PROP_SETTER (line 2395) | TJS_END_NATIVE_PROP_SETTER function TJS_END_NATIVE_PROP_GETTER (line 2407) | TJS_END_NATIVE_PROP_GETTER FILE: src/core/visual/win32/WindowImpl.h type tTVPWindowMessage (line 25) | struct tTVPWindowMessage function DumpHeightAndWidth (line 136) | struct tTVPScreenMode function tTVPScreenMode (line 171) | struct tTVPScreenModeCandidate : tTVPScreenMode type IDirect3D9 (line 203) | struct IDirect3D9 type IDirect3D9 (line 216) | struct IDirect3D9 type iWindowLayer (line 238) | typedef iWindowLayer TTVPWindowForm; function class (line 241) | class tTJSNI_Window : public tTJSNI_BaseWindow FILE: src/core/visual/win32/krmovie.h type tTVPVideoStatus (line 19) | enum tTVPVideoStatus { vsStopped, vsPlaying, vsPaused, vsProcessing, vsE... function class (line 26) | class iTVPVideoOverlay // this is not a COM object FILE: src/plugins/InternalPlugins.cpp function TVPLoadInternalPlugins (line 4) | void TVPLoadInternalPlugins() function TVPUnloadInternalPlugins (line 11) | void TVPUnloadInternalPlugins() function TVPLoadInternalPlugin (line 16) | bool TVPLoadInternalPlugin(const ttstr &_name) FILE: src/plugins/LayerExBase.cpp function tjs_int64 (line 77) | static tjs_int64 getPropValue(iTJSDispatch2 *dispatch, iTJSDispatch2 *la... function NI_LayerExBase (line 112) | NI_LayerExBase * FILE: src/plugins/LayerExBase.h function class (line 11) | class NI_LayerExBase : public tTJSNativeInstance FILE: src/plugins/addFont.cpp type FontEx (line 9) | struct FontEx method addFont (line 17) | addFont(tTJSVariant *result, function NCB_ATTACH_CLASS (line 36) | NCB_ATTACH_CLASS(FontEx, System) { FILE: src/plugins/csvParser.cpp class IFile (line 15) | class IFile { class IFileStr (line 21) | class IFileStr : public IFile { method IFileStr (line 27) | IFileStr(const ttstr &str) { method getc (line 32) | int getc() { method ungetc (line 36) | void ungetc() { method eof (line 42) | bool eof() { method endOfLine (line 49) | bool endOfLine(tjs_char c) { method addNextLine (line 60) | bool addNextLine(ttstr &str) { function addMember (line 77) | static void function iTJSDispatch2 (line 91) | static iTJSDispatch2* function isValidMember (line 107) | static bool function delMember (line 116) | static void class NI_CSVParser (line 141) | class NI_CSVParser : public tTJSNativeInstance // lCeBuCX^X method addline (line 157) | bool addline() { method find (line 162) | int find(ttstr &line, tjs_char ch, int start) { method split (line 173) | void split(iTJSDispatch2 *fields) { method NI_CSVParser (line 226) | NI_CSVParser() { method Construct (line 244) | Construct(tjs_int numparams, tTJSVariant **param, iTJSDispatch2 *tjs_o... method clear (line 260) | void clear() { method Invalidate (line 270) | Invalidate() { method init (line 281) | void init(tTJSVariantString *text) { method initStorage (line 290) | void initStorage(tTJSVariantString *filename, bool utf8=false) { method getNextLine (line 313) | bool getNextLine(tTJSVariant *result = NULL) { method tjs_int32 (line 337) | tjs_int32 getLineNumber() { method parse (line 344) | void parse(iTJSDispatch2 *objthis) { function iTJSNativeInstance (line 363) | static iTJSNativeInstance * TJS_INTF_METHOD Create_NI_CSVParser() function iTJSDispatch2 (line 368) | static iTJSDispatch2 * Create_NC_CSVParser() function InitPlugin_CSVParser (line 456) | void InitPlugin_CSVParser() { FILE: src/plugins/dirlist.cpp class tGetDirListFunction (line 14) | class tGetDirListFunction : public tTJSDispatch method FuncCall (line 16) | FuncCall( function PostRegistCallback (line 61) | static void PostRegistCallback() FILE: src/plugins/fftgraph.cpp function InitPlugin (line 5) | static void InitPlugin() FILE: src/plugins/getSample.cpp function tjs_error (line 15) | tjs_error class WaveSoundBufferAdd (line 57) | class WaveSoundBufferAdd { method WaveSoundBufferAdd (line 67) | WaveSoundBufferAdd(iTJSDispatch2 *objthis) method getSampleValue (line 100) | double getSampleValue() { method getSampleCount (line 125) | int getSampleCount() const { return counts; } method setSampleCount (line 126) | void setSampleCount(int cnt) { method getSampleAhead (line 133) | int getSampleAhead() const { return aheads; } method setSampleAhead (line 134) | void setSampleAhead(int ahd) { method setDefaultCounts (line 143) | static void setDefaultCounts(int cnt) { defaultCounts = cnt; } method setDefaultAheads (line 144) | static void setDefaultAheads(int ahd) { defaultAheads = ahd; } function NCB_GET_INSTANCE_HOOK (line 151) | NCB_GET_INSTANCE_HOOK(WaveSoundBufferAdd) function NCB_ATTACH_CLASS_WITH_HOOK (line 164) | NCB_ATTACH_CLASS_WITH_HOOK(WaveSoundBufferAdd, WaveSoundBuffer) { FILE: src/plugins/layerExBase.hpp type ObjectCache (line 11) | struct ObjectCache method ObjectCache (line 19) | ObjectCache(DispatchT obj, NameT name) : _obj(obj), _cache(0), _name(n... method VariantT (line 32) | inline VariantT GetValue() const { method VariantT (line 41) | inline VariantT operator ()(int numparams, VariantT **param) { method SetValue (line 48) | inline void SetValue(int n) const { method _Exception (line 58) | void _Exception(NameT mes) const { type layerExBase (line 66) | struct layerExBase method layerExBase (line 78) | layerExBase(DispatchT obj) method redraw (line 101) | virtual void redraw() { method reset (line 110) | virtual void reset() { type layerExBase_GL (line 133) | struct layerExBase_GL method layerExBase_GL (line 151) | layerExBase_GL(DispatchT obj) method reset (line 163) | virtual void reset() { method redraw (line 175) | virtual void redraw() { FILE: src/plugins/layerExMovie.cpp type layerExMovie (line 22) | struct layerExMovie : public layerExBase_GL, tTVPContinuousEventCallback... class VideoLayer (line 25) | class VideoLayer : public KRMovie::VideoPresentLayer { method VideoLayer (line 29) | VideoLayer(const std::function &func) : ... method BuildGraph (line 30) | void BuildGraph(IStream *stream, const tjs_char * streamname, const ... method OnPlayEvent (line 35) | virtual void OnPlayEvent(KRMovieEvent msg, void *p) override { class tTVPBaseTexture (line 45) | class tTVPBaseTexture function NCB_GET_INSTANCE_HOOK (line 313) | NCB_GET_INSTANCE_HOOK(layerExMovie) function NCB_ATTACH_CLASS_WITH_HOOK (line 332) | NCB_ATTACH_CLASS_WITH_HOOK(layerExMovie, Layer) { FILE: src/plugins/layerExPerspective.cpp class tPerspectiveCopy (line 43) | class tPerspectiveCopy : public tTJSDispatch method FuncCall (line 47) | FuncCall( function tjs_error (line 148) | static tjs_error PerspectiveCopy_GL( tTJSVariant *result, function addMethod (line 214) | static void function delMethod (line 228) | static void function InitPlugin_Perspective (line 240) | void InitPlugin_Perspective() FILE: src/plugins/ncbind/ncb_invoke.hpp type MethodCaller (line 4) | struct MethodCaller { type tMethodTraits (line 8) | struct tMethodTraits type tMethodResolver (line 10) | struct tMethodResolver type tTypeTag (line 13) | struct tTypeTag { typedef TypeT Type; } type tNumTag (line 14) | struct tNumTag { enum { Number = N }; } type tArgsExtract (line 17) | struct tArgsExtract type tArgsSelect (line 18) | struct tArgsSelect type ResultAndParamsHolderExample (line 21) | struct ResultAndParamsHolderExample { type tMethodCallerImpl (line 54) | struct tMethodCallerImpl type tInstanceFactoryImpl (line 55) | struct tInstanceFactoryImpl type tMethodHasResult (line 57) | struct tMethodHasResult method Invoke (line 91) | static bool Invoke(FncT io, MethodT const &m) { method invokeSelect (line 96) | static inline bool invokeSelect(FncT io, MethodT const &m, void*&) ... method invokeSelect (line 97) | static inline bool invokeSelect(FncT io, MethodT const &m, ClassT *ins... method Invoke (line 100) | static bool Invoke(FncT io, MethodT const &m, typename tMethodTraits::ResultType Factory(FncT io, Me... method ClassT (line 122) | static ClassT* Factory(FncT io, tTypeTag, tTypeTag) { type MC::tMethodHasResult (line 130) | struct MC::tMethodHasResult { enum { HasResult = true }; } type MC::tMethodHasResult (line 131) | struct MC::tMethodHasResult { enum { HasResult = false }; } function cnst (line 156) | struct MC::tMethodTraits< ResultT (cls ## _REF ... function T (line 301) | static inline T method_cast(T method) { return method; } FILE: src/plugins/ncbind/ncbind.hpp type ncbTypedefs (line 30) | struct ncbTypedefs { type Tag (line 40) | struct Tag { typedef T Type; } type NumTag (line 43) | struct NumTag { enum { n = N }; } type BoolTag (line 44) | struct BoolTag { enum { b = B }; } method tTJSVariantType (line 47) | static inline tTJSVariantType GetVariantType(tTJSVariant const &var) {... type CallbackWithInstance (line 55) | struct CallbackWithInstance { type TypeEqual (line 59) | struct TypeEqual { enum { NotEqual, Result = false }; } type TypeEqual (line 60) | struct TypeEqual { enum { Equal, Result = true }; } type IntSelect (line 61) | struct IntSelect { enum { Result = B }; } type IntSelect< true, A, B> (line 62) | struct IntSelect< true, A, B> { enum { Result = A }; } type TypeSelect (line 63) | struct TypeSelect { typedef B Result; } type TypeSelect (line 64) | struct TypeSelect { typedef A Result; } type TypeAssert (line 65) | struct TypeAssert { typedef void Result; } type TypeAssert (line 66) | struct TypeAssert { typedef typename ERR::CompileError Resu... type ncbSubClassCheck (line 71) | struct ncbSubClassCheck { enum { IsSubClass = false }; } type ncbClassInfo (line 76) | struct ncbClassInfo { method NameT (line 84) | static inline NameT GetName() { return _info.name; } method IdentT (line 85) | static inline IdentT GetID() { return _info.id; } method ClassObjectT (line 86) | static inline ClassObjectT *GetClassObject() { return _info.obj; } method IsSubClass (line 87) | static inline bool IsSubClass() { return ncbSubClassCheck... method Set (line 90) | static inline bool Set(NameT name, IdentT id, ClassObjectT *obj) { method Clear (line 98) | static inline void Clear() { type info (line 105) | struct info { method info (line 106) | info() : initialized(false), name(0), id(0), obj(0) {} type ncbClassInfo (line 115) | struct ncbClassInfo {} type ncbInstanceAdaptor (line 122) | struct ncbInstanceAdaptor : public tTJSNativeInstance { method ncbInstanceAdaptor (line 127) | ncbInstanceAdaptor() : _instance(0), _sticky(false) {} method Invalidate (line 136) | Invalidate() { _deleteInstance(); } method _deleteInstance (line 146) | void _deleteInstance() { method setSticky (line 153) | void setSticky() { _sticky = true; } method AdaptorT (line 159) | static AdaptorT *GetAdaptor(iTJSDispatch2 *obj, bool err = false) { method NativeClassT (line 173) | static NativeClassT *GetNativeInstance(iTJSDispatch2 *obj, bool err = ... method SetNativeInstance (line 179) | static bool SetNativeInstance(iTJSDispatch2 *obj, NativeClassT *instan... method SetAdaptorWithNativeInstance (line 187) | static bool SetAdaptorWithNativeInstance(iTJSDispatch2 *obj, NativeCla... method iTJSDispatch2 (line 205) | static iTJSDispatch2* CreateAdaptor(NativeClassT *inst, bool sticky = ... method CreateEmptyAdaptor (line 231) | CreateEmptyAdaptor() { type ncbTypeConvertor (line 238) | struct ncbTypeConvertor { type Conversion (line 242) | struct Conversion { type Conversion (line 255) | struct Conversion { enum { Exists = true, Same = true }; } type Conversion (line 256) | struct Conversion { enum { Exists = false, Same = false }; } type Conversion (line 257) | struct Conversion { enum { Exists = false, Same = false }; } type Stripper (line 263) | struct Stripper { typedef T Type; } type Stripper (line 264) | struct Stripper { typedef typename Stripper::Type Type; } type Stripper (line 265) | struct Stripper { typedef typename Stripper::Type Type; } type Stripper (line 266) | struct Stripper { typedef typename Stripper::Type Type; } type ToPointer (line 270) | struct ToPointer { static T* Get(T &t) { return &t; } } method T (line 270) | static T* Get(T &t) { return &t; } type ToPointer (line 271) | struct ToPointer { static T* Get(T &t) { return &t; } } method T (line 271) | static T* Get(T &t) { return &t; } type ToPointer (line 272) | struct ToPointer { static T* Get(T* t) { return t; } } method T (line 272) | static T* Get(T* t) { return t; } type ToPointer (line 273) | struct ToPointer { static T* Get(T const &t) { return const... method T (line 273) | static T* Get(T const &t) { return const_cast(&t); } type ToPointer (line 274) | struct ToPointer { static T* Get(T const *t) { return const... method T (line 274) | static T* Get(T const *t) { return const_cast( t); } type ToTarget (line 277) | struct ToTarget { static T& Get(T *t) { return *t; } } method T (line 277) | static T& Get(T *t) { return *t; } type ToTarget (line 278) | struct ToTarget { static T& Get(T *t) { return *t; } } method T (line 278) | static T& Get(T *t) { return *t; } type ToTarget (line 279) | struct ToTarget { static T* Get(T *t) { return t; } } method T (line 279) | static T* Get(T *t) { return t; } type NonConst (line 282) | struct NonConst { typedef T Type; } type NonConst (line 283) | struct NonConst { typedef T Type; } type NonConst (line 284) | struct NonConst { typedef T& Type; } type NonConst (line 285) | struct NonConst { typedef T* Type; } type NonReference (line 288) | struct NonReference { typedef T Type; } type NonReference (line 289) | struct NonReference { typedef T Type; } type DirectCopy (line 292) | struct DirectCopy { type CastCopy (line 299) | struct CastCopy { type SpecialMap (line 306) | struct SpecialMap { type NCB_COMPILE_ERROR_NoImplement (line 312) | struct NCB_COMPILE_ERROR_NoImplement type SelectConvertorTypeBase (line 315) | struct SelectConvertorTypeBase { type ifelse (line 318) | struct ifelse { typedef ELSE Type; } type ifelse (line 319) | struct ifelse { typedef THEN Type; } type hasSpecial (line 323) | struct hasSpecial { type wrap (line 336) | struct wrap { typedef T Type; } type directSelect (line 339) | struct directSelect { type SelectConvertorType (line 346) | struct SelectConvertorType : public SelectConvertorTypeBase { type specialSelect (line 351) | struct specialSelect { type ncbStrictResultConvertor (line 367) | struct ncbStrictResultConvertor {} type ncbNarrowCharConvertor (line 409) | struct ncbNarrowCharConvertor { type ToNChar (line 411) | struct ToNChar { method ToNChar (line 413) | ToNChar() : _nstr(0) {} type ToVariant (line 437) | struct ToVariant { type ncbWideCharConvertor (line 456) | struct ncbWideCharConvertor { type ToWChar (line 457) | struct ToWChar { type ncbStringConvertor (line 474) | struct ncbStringConvertor { method set (line 491) | inline void set(tTJSString const &str, DefsT::NumTag... type ncbNativeObjectBoxing (line 509) | struct ncbNativeObjectBoxing { type Boxing (line 513) | struct Boxing : public ncbStrictResultConvertor { type box (line 514) | struct box { static T* Get(T const &t) { return ... method T (line 514) | static T* Get(T const &t) { return new T(t); } type box (line 515) | struct box { static T* Get(T &t) { return ... method T (line 515) | static T* Get(T &t) { return &t ; } type box (line 516) | struct box { static T* Get(T const &t) { return const_cas... method T (line 516) | static T* Get(T const &t) { return const_cast(&t); } type box (line 517) | struct box { static T* Get(T *t) { return ... method T (line 517) | static T* Get(T *t) { return t ; } type box (line 518) | struct box { static T* Get(T const *t) { return const_cas... method T (line 518) | static T* Get(T const *t) { return const_cast( t); } type Unboxing (line 541) | struct Unboxing { type ncbDispatchConvertor (line 577) | struct ncbDispatchConvertor { type ncbPropAccessor (line 607) | struct ncbPropAccessor { method ncbPropAccessor (line 619) | ncbPropAccessor(iTJSDispatch2 *obj, bool addref = true) : _obj(obj) { method ncbPropAccessor (line 622) | ncbPropAccessor(ncbPropAccessor const &ref) : _obj(ref._obj) { _obj->A... method ncbPropAccessor (line 623) | ncbPropAccessor(tTJSVariant var) : _obj(var.AsObject()) { method ncbPropAccessor (line 626) | ncbPropAccessor(NameT name) { method CountT (line 639) | CountT GetCount() const { method CountT (line 644) | CountT GetArrayCount() const { method TargetT (line 650) | TargetT GetValue(IndexT ofs, DefsT::Tag const &tag, FlagsT f ... method TargetT (line 656) | TargetT GetValue(iTJSDispatch2 *obj, IndexT ofs, DefsT::Tag c... method tjs_int (line 661) | tjs_int getIntValue(IndexT ofs, tjs_int defaultValue=0) { method tjs_real (line 668) | tjs_real getRealValue(IndexT ofs, tjs_real defaultValue=0) { method ttstr (line 675) | ttstr getStrValue(IndexT ofs, ttstr const &defaultValue=ttstr("")) { method TargetT (line 683) | TargetT GetValue(KeyT key, DefsT::Tag const &tag, FlagsT f = ... method TargetT (line 689) | TargetT GetValue(iTJSDispatch2* obj, KeyT key, DefsT::Tag con... method tjs_int (line 694) | tjs_int getIntValue(KeyT key, tjs_int defaultValue=0) { method tjs_real (line 701) | tjs_real getRealValue(KeyT key, tjs_real defaultValue=0) { method ttstr (line 708) | ttstr getStrValue(KeyT key, ttstr const &defaultValue=ttstr("")) { method checkVariant (line 715) | bool checkVariant(IndexT ofs, VariantT &var) { method checkVariant (line 718) | bool checkVariant(KeyT key, VariantT &var) { method HasValue (line 721) | bool HasValue(IndexT ofs, tTJSVariantType *type = 0) { method HasValue (line 727) | bool HasValue(iTJSDispatch2 *obj, IndexT ofs, tTJSVariantType *type = ... method HasValue (line 733) | bool HasValue(KeyT key, HintT hint = 0, tTJSVariantType *type = 0) { method HasValue (line 739) | bool HasValue(iTJSDispatch2 *obj, KeyT key, HintT hint = 0, tTJSVarian... method SetValue (line 746) | bool SetValue(IndexT ofs, TargetT const &val, FlagsT f = TJS_MEMBERENS... method SetValue (line 752) | bool SetValue(iTJSDispatch2 *obj, IndexT ofs, TargetT const &val, Flag... method SetValue (line 758) | bool SetValue(KeyT key, TargetT const &val, FlagsT f = TJS_MEMBERENSUR... method SetValue (line 764) | bool SetValue(iTJSDispatch2 *obj, KeyT key, TargetT const &val, FlagsT... method IsValid (line 769) | bool IsValid() const { return _obj != 0; } method iTJSDispatch2 (line 770) | iTJSDispatch2* GetDispatch() const { return _obj; } method FuncCall (line 797) | FuncCall(tjs_uint32 flag, const tjs_char *membername, tjs_uint32 *hint... method FuncCall (line 800) | FuncCall(iTJSDispatch2 *obj, tjs_uint32 flag, const tjs_char *memberna... method TargetT (line 807) | TargetT _toTarget(VariantT &v, DefsT::Tag const&) { method _toVariant (line 815) | void _toVariant(VariantT &v, TargetT const &r) { method VariantT (line 820) | VariantT _toTarget( VariantT &v, DefsT::Tag const&) { return... method _toVariant (line 821) | void _toVariant(VariantT &v, VariantT const &r) { v = r; } method iTJSDispatch2 (line 822) | iTJSDispatch2* _toTarget( VariantT &v, DefsT::Tag cons... method _toVariant (line 823) | void _toVariant(VariantT &v, iTJSDispatch2* const &r) { v =... method _toVariant (line 824) | void _toVariant(VariantT &v, ncbPropAccessor const &r) { _t... method _toVariant (line 825) | void _toVariant(VariantT &v, ncbPropAccessor* const &r) { _t... type ncbArrayAccessor (line 828) | struct ncbArrayAccessor : public ncbPropAccessor { method ncbArrayAccessor (line 829) | ncbArrayAccessor() : ncbPropAccessor(TJSCreateArrayObject(), false) {} type ncbDictionaryAccessor (line 833) | struct ncbDictionaryAccessor : public ncbPropAccessor { method ncbDictionaryAccessor (line 834) | ncbDictionaryAccessor() : ncbPropAccessor(TJSCreateDictionaryObject(),... type ncbIMethodObject (line 842) | struct ncbIMethodObject { type ncbNativeClassMethodBase (line 856) | struct ncbNativeClassMethodBase : public tTJSDispatch { method ncbNativeClassMethodBase (line 867) | ncbNativeClassMethodBase(MethodTypeT t) : _type(t), _name(0) { method IsInstanceOf (line 879) | IsInstanceOf( method TypesT (line 897) | virtual TypesT GetType() const { return _type; } method FlagsT (line 900) | virtual FlagsT GetFlags() const { return 0; } type iMethod (line 903) | struct iMethod : public ncbIMethodObject { method DispatchT (line 906) | DispatchT GetDispatch() const { return static_cast(_this); } method FlagsT (line 907) | FlagsT GetFlags() const { return _this->GetFlags(); } method TypesT (line 908) | TypesT GetType() const { return _this->GetType(); } method Release (line 909) | void Release() const {} method iMethodT (line 916) | iMethodT GetIMethod() const { return &_imethod; } type traits (line 924) | struct traits { type paramsFunctor (line 936) | struct paramsFunctor { type TypeWrap (line 948) | struct TypeWrap { typedef T Type; static inline T ... method T (line 948) | static inline T Restore(Type t) { return t; } type TypeWrap (line 949) | struct TypeWrap { typedef T* Type; static inline T& ... method T (line 949) | static inline T& Restore(Type t) { return *t; } type TypeWrap (line 950) | struct TypeWrap { typedef T const* Type; static inline T c... method T (line 950) | static inline T const& Restore(Type t) { return *t; } type ArgsExtor (line 952) | struct ArgsExtor { typedef typename ConvT::SelectConvertorType const& /*index*/, CallerT::... method SetResult (line 986) | inline bool SetResult(ResultT r, DefsT::Tag const&, DefsT::... method SetResult (line 993) | inline bool SetResult(ResultT r, DefsT::Tag const &tag, Def... method SetResult (line 1004) | inline bool SetResult(ResultT &r, DefsT::Tag const &tag, D... type paramsFunctorWithInstance (line 1022) | struct paramsFunctorWithInstance : public FUNCT { method paramsFunctorWithInstance (line 1026) | paramsFunctorWithInstance(VariantT *r, tjs_int n, VariantT const *co... method T (line 1027) | inline T operator ()(CallerT::tNumTag const &idx, CallerT::tTypeT... method T (line 1028) | inline T operator ()(CallerT::tNumTag<1> const &, CallerT::tTypeT... type nativeInstanceGetterBase (line 1041) | struct nativeInstanceGetterBase { method nativeInstanceGetterBase (line 1047) | nativeInstanceGetterBase() : _error(TJS_S_OK) {} method ClassT (line 1049) | inline ClassT *GetNativeInstance(DispatchT objthis) { method SetNativeInstance (line 1054) | inline bool SetNativeInstance(DispatchT objthis, ClassT *obj) { method ErrorT (line 1058) | inline ErrorT GetError() const { return _error; } method SetError (line 1059) | inline void SetError(ErrorT e) { _error = e; } method ClassT (line 1062) | inline ClassT* Get(DispatchT objthis) { return GetNativeInstance(obj... type nativeInstanceGetter (line 1069) | struct nativeInstanceGetter : public nativeInstanceGetterBase {} type bridgeInstanceGetter (line 1073) | struct bridgeInstanceGetter : public nativeInstanceGetterBase { method TO (line 1075) | inline TO* Get(typename BaseT::DispatchT objthis) { type dummyGetter (line 1084) | struct dummyGetter { dummyGetter() {} } method dummyGetter (line 1084) | dummyGetter() {} type invokeHookAll (line 1089) | struct invokeHookAll { template static inline typename ... method Do (line 1089) | static inline typename T::ResultT Do(T &t) { return t(); } type invokeHookClass (line 1090) | struct invokeHookClass { template static inline typename ... method Do (line 1090) | static inline typename T::ResultT Do(T &t) { return invokeHookAll > (line 1239) | struct InvokeCommand > { type InvokeCommand > (line 1255) | struct InvokeCommand > : publi... type InvokeCommand< REFCLASS, METHOD, ivtProxy< ivtBridge > > (line 1268) | struct InvokeCommand< REFCLASS, METHOD, ivtProxy< ivtBridge (line 1280) | struct InvokeCommand { type InvokeCommand (line 1294) | struct InvokeCommand { type NoInstanceReturn (line 1306) | struct NoInstanceReturn {} type NoStaticMethod (line 1312) | struct NoStaticMethod {} type PropertyCommand (line 1320) | struct PropertyCommand { type ncbNativeClassMethod (line 1334) | struct ncbNativeClassMethod : public ncbNativeClassMethodBase { method ncbNativeClassMethod (line 1339) | ncbNativeClassMethod(MethodT m) : ncbNativeClassMethodBase(nitMethod),... method FuncCall (line 1344) | FuncCall( method iMethodT (line 1358) | static iMethodT Create(MethodT m, bool create = true) { return !create... method FlagsT (line 1365) | FlagsT GetFlags() const { return CommandT::Flags; } type ncbNativeClassConstructor (line 1371) | struct ncbNativeClassConstructor : public ncbNativeClassMethodBase { method ncbNativeClassConstructor (line 1376) | ncbNativeClassConstructor(MethodT m) : ncbNativeClassMethodBase(nitMet... method FuncCall (line 1382) | FuncCall( method iMethodT (line 1399) | static iMethodT Create(MethodT m, bool create = true) { return !create... type ncbNativeClassFactory (line 1406) | struct ncbNativeClassFactory : public ncbNativeClassMethodBase { method ncbNativeClassFactory (line 1411) | ncbNativeClassFactory(MethodT m) : ncbNativeClassMethodBase(nitMethod)... method FuncCall (line 1416) | FuncCall( method iMethodT (line 1440) | static iMethodT Create(MethodT m, bool create = true) { return !create... type ncbNativeClassProperty (line 1450) | struct ncbNativeClassProperty : public ncbNativeClassMethodBase { method ncbNativeClassProperty (line 1458) | ncbNativeClassProperty(GetterT get, SetterT set) : ncbNativeClassMetho... method PropGet (line 1461) | PropGet( method PropSet (line 1477) | PropSet( method iMethodT (line 1494) | static iMethodT Create(GetterT g, SetterT s, bool create = true) { ret... method FlagsT (line 1498) | FlagsT GetFlags() const { return GetCommandT::Flags; } type ncbRawCallbackMethod (line 1509) | struct ncbRawCallbackMethod type ncbRawCallbackMethod< /* */tjs_error (TJS_INTF_METHOD * )(tTJSVariant *result, tjs_int numparams, tTJSVariant **param, T *nativeInstance) > (line 1513) | struct ncbRawCallbackMethod< method ncbRawCallbackMethod (line 1522) | ncbRawCallbackMethod(CallbackT m, FlagsT f) method FuncCall (line 1530) | FuncCall( method iMethodT (line 1554) | static iMethodT Create(CallbackT cb, FlagsT f, bool create = true) { r... method FlagsT (line 1561) | FlagsT GetFlags() const { return _flag; } type ncbRawCallbackMethod (line 1566) | struct ncbRawCallbackMethod : public ncbI... method ncbRawCallbackMethod (line 1571) | ncbRawCallbackMethod(CallbackT m, FlagsT f) : _dispatch(TJSCreateNativ... method DispatchT (line 1573) | DispatchT GetDispatch() const { return _dispatch; } method FlagsT (line 1574) | FlagsT GetFlags() const { return _flags; } method TypesT (line 1575) | TypesT GetType() const { return nitMethod; } method Release (line 1576) | void Release() const { delete this; } method FuncCall (line 1579) | FuncCall( method iMethodT (line 1587) | static iMethodT Create(CallbackT cb, FlagsT f, bool create = true) { r... type ncbRawCallbackPropertySelector (line 1599) | struct ncbRawCallbackPropertySelector { type ncbRawCallbackPropertySelector (line 1603) | struct ncbRawCallbackPropertySelector { type AccessDenied (line 1604) | struct AccessDenied { method AccessDenied (line 1605) | AccessDenied(int, ncbNativeClassMethodBase::FlagsT) {} method FuncCall (line 1606) | FuncCall( type ncbRawCallbackProperty (line 1617) | struct ncbRawCallbackProperty : public ncbNativeClassMethodBase { method ncbRawCallbackProperty (line 1625) | ncbRawCallbackProperty(GetCallbackT get, SetCallbackT set, FlagsT f) method PropGet (line 1630) | PropGet( method PropSet (line 1641) | PropSet( method FlagsT (line 1653) | FlagsT GetFlags() const { return _flag; } method iMethodT (line 1656) | static iMethodT Create(GetCallbackT get, SetCallbackT set, FlagsT f, b... type ncbSubClassItem (line 1666) | struct ncbSubClassItem method DispatchT (line 1992) | DispatchT GetDispatch() const { return static_cast(ClassInf... method FlagsT (line 1993) | FlagsT GetFlags() const { return TJS_STATICMEMBER; } method TypesT (line 1994) | TypesT GetType() const { return nitClass; } method Release (line 1995) | void Release() const { delete this; } method iMethodT (line 1998) | static iMethodT Create(bool create = true) { return !create ? 0 : (new... method Setup (line 2000) | static bool Setup(ncbTypedefs::NameT name, bool isRegist) { type ncbRegistClass (line 1673) | struct ncbRegistClass : public ncbNativeClassMethodBase::InvokeType { method ncbRegistClass (line 1682) | ncbRegistClass(_ImplementT &d, bool r) : _impl(d), _isRegist(r), Norma... type Bridge (line 1692) | struct Bridge { typedef BRIDGE BridgeT; } type ProxyBridge (line 1693) | struct ProxyBridge { typedef BRIDGE BridgeT; } type BridgeProxy (line 1694) | struct BridgeProxy { typedef BRIDGE BridgeT; } method getBridgeType (line 1695) | ivtBridge getBridgeType(METHOD) const { return ... method getProxyBridgeType (line 1696) | ivtProxy > getProxyBridgeType(METHOD) const { return... type MethodType (line 1704) | struct MethodType { type TypeWrap (line 1712) | struct TypeWrap { typedef T Type; } method _NameT (line 1713) | _NameT GetName() const { return _impl.GetName(); } method _NameT (line 1714) | _NameT GetName(_NameT n) const { return n; } method _StringT (line 1716) | _StringT GetName(OTHER s) const { return _StringT(s); } method Begin (line 1717) | void Begin() { if (_isRegist) _impl.RegistBegin(); els... method End (line 1718) | void End() { if (_isRegist) _impl.RegistEnd(); else... method DoItem (line 1719) | void DoItem(_NameT n, _ItemT t) { if (_isRegist) _impl.RegistItem(n,... method DoItem (line 1720) | void DoItem(_StringT s, _ItemT t) { if (_isRegist) _impl.RegistItem(s.... method Method (line 1724) | void Method(NAME n, MethodT m, IVT const&) { method Property (line 1730) | void Property(NAME n, GetterT g, SetterT s, IVT const&) { method Property (line 1735) | void Property(NAME n, GetterT g, int, IVT const &tag) { Property(n, g,... method Property (line 1736) | void Property(NAME n, int, SetterT s, IVT const &tag) { Property(n, st... method Method (line 1739) | void Method( NAME n, MethodT m) { Method( n, m, Normal... method Property (line 1740) | void Property(NAME n, GetterT g, SetterT s) { Property(n, g, s, Normal... method Method (line 1743) | void Method( N n, M m, Bridge const&) { Method( n, m, ... method Method (line 1744) | void Method( N n, M m, ProxyBridge const&) { Method( n, m, ... method Method (line 1745) | void Method( N n, M m, BridgeProxy const&) { Method( n, m, ... method Property (line 1746) | void Property(N n, G g, S s, Bridge const&) { Property(n, g, s... method Property (line 1747) | void Property(N n, G g, S s, ProxyBridge const&) { Property(n, g, s... method Property (line 1748) | void Property(N n, G g, S s, BridgeProxy const&) { Property(n, g, s... method Constructor (line 1752) | void Constructor(TypeWrap) { method Constructor (line 1756) | void Constructor(int dummy = 0) { Constructor(TypeWrap::MethodT m) { Fa... function Factory (line 1782) | void Factory( typename ncbNativeClassFactory::MethodT m) { function RawCallback (line 1788) | void RawCallback(NAME n, MethodT m, _FlagsT flags) { function RawCallback (line 1794) | void RawCallback(NAME n, GetterT g, SetterT s, _FlagsT flags) { function SubClass (line 1800) | void SubClass(NAME n, TypeWrap) { function Variant (line 1809) | void Variant(NAME n, VALUE const v, _FlagsT flag = TJS_STATICMEMBER) { type ncbRegistNativeClassBase (line 1827) | struct ncbRegistNativeClassBase { method ncbRegistNativeClassBase (line 1832) | ncbRegistNativeClassBase(NameT name) : _className(name) {} method RegistBegin (line 1834) | void RegistBegin() {} method RegistItem (line 1835) | void RegistItem(NameT, ItemT) {} method RegistEnd (line 1836) | void RegistEnd() {} method UnregistBegin (line 1837) | void UnregistBegin() {} method UnregistItem (line 1838) | void UnregistItem(NameT) {} method UnregistEnd (line 1839) | void UnregistEnd() {} method RegistVariant (line 1840) | void RegistVariant(NameT, tTJSVariant const &, FlagsT) {} method NameT (line 1842) | NameT GetName() const {return _className; } type ncbRegistNativeClass (line 1848) | struct ncbRegistNativeClass : public ncbRegistNativeClassBase { method ncbRegistNativeClass (line 1857) | ncbRegistNativeClass(NameT n) : BaseT(n), _classobj(0), _hasCtor(false... method RegistBegin (line 1859) | void RegistBegin() { method RegistVariant (line 1881) | void RegistVariant(NameT name, tTJSVariant const &val, FlagsT flg) { method RegistItem (line 1885) | void RegistItem(NameT name, ItemT item) { method RegistEnd (line 1897) | void RegistEnd() { method UnregistEnd (line 1936) | void UnregistEnd() { method UnregistBegin (line 1945) | void UnregistBegin() { method EmptyCallback (line 1954) | EmptyCallback( tTJSVariant *, tjs_int, tTJSVariant **, iTJSDispatch2 ... method NotImplCallback (line 1957) | NotImplCallback(tTJSVariant *, tjs_int, tTJSVariant **, iTJSDispatch2 ... method _AddDummyConstructor (line 1960) | void _AddDummyConstructor() const { method _RemoveClassInfo (line 1965) | void _RemoveClassInfo() const { type ncbRegistSubClass (line 1973) | struct ncbRegistSubClass : public ncbRegistNativeClass { method ncbRegistSubClass (line 1975) | ncbRegistSubClass(typename BaseT::NameT n) : BaseT(n) {} method RegistEnd (line 1976) | void RegistEnd() { method UnregistEnd (line 1980) | void UnregistEnd() { type ncbSubClassItem (line 1987) | struct ncbSubClassItem : public ncbIMethodObject { method DispatchT (line 1992) | DispatchT GetDispatch() const { return static_cast(ClassInf... method FlagsT (line 1993) | FlagsT GetFlags() const { return TJS_STATICMEMBER; } method TypesT (line 1994) | TypesT GetType() const { return nitClass; } method Release (line 1995) | void Release() const { delete this; } method iMethodT (line 1998) | static iMethodT Create(bool create = true) { return !create ? 0 : (new... method Setup (line 2000) | static bool Setup(ncbTypedefs::NameT name, bool isRegist) { type ncbAttachTJS2Class (line 2019) | struct ncbAttachTJS2Class : public ncbRegistNativeClassBase { method ncbAttachTJS2Class (line 2026) | ncbAttachTJS2Class(NameT nativeClass, NameT tjs2Class) : BaseT(nativeC... method RegistBegin (line 2028) | void RegistBegin() { method RegistVariant (line 2045) | void RegistVariant(NameT name, tTJSVariant const &val, FlagsT flg) { method RegistItem (line 2049) | void RegistItem(NameT name, ItemT item) { method RegistEnd (line 2063) | void RegistEnd() { method UnregistBegin (line 2070) | void UnregistBegin() { method UnregistItem (line 2081) | void UnregistItem(NameT name) { method UnregistEnd (line 2087) | void UnregistEnd() { method iTJSDispatch2 (line 2098) | static iTJSDispatch2* GetGlobalObject(NameT name, iTJSDispatch2 *globa... type ncbAutoRegister (line 2115) | struct ncbAutoRegister { type LineT (line 2123) | enum LineT { method ncbAutoRegister (line 2130) | ncbAutoRegister(NameT name, LineT line) : modulename(name), _next(_top... method AllRegist (line 2132) | static void AllRegist( LineT line) { method AllUnregist (line 2142) | static void AllUnregist(LineT line) { method AllRegist (line 2150) | static void AllRegist() { for (int line = 0; line < LINE_COUNT; line... method AllUnregist (line 2151) | static void AllUnregist() { for (int line = 0; line < LINE_COUNT; line... type INTERNAL_PLUGIN_LISTS (line 2161) | struct INTERNAL_PLUGIN_LISTS { type ncbNativeClassAutoRegister (line 2170) | struct ncbNativeClassAutoRegister : public ncbAutoRegister { method ncbNativeClassAutoRegister (line 2171) | ncbNativeClassAutoRegister(NameT modulename, NameT n) : ncbAutoRegiste... method Regist (line 2178) | void Regist() const { DelegateT d(_name); { RegistT r(d, true); r.R... method Unregist (line 2179) | void Unregist() const { DelegateT d(_name); { RegistT r(d, false); r.R... type ncbAttachTJS2ClassAutoRegister (line 2208) | struct ncbAttachTJS2ClassAutoRegister : public ncbAutoRegister { method ncbAttachTJS2ClassAutoRegister (line 2209) | ncbAttachTJS2ClassAutoRegister(NameT modulename, NameT ncn, NameT tjsc... method Regist (line 2214) | void Regist() const { DelegateT d(_nativeClassName, _tjs2ClassName);... method Unregist (line 2215) | void Unregist() const { DelegateT d(_nativeClassName, _tjs2ClassName);... type ncbRequireClassAutoRegister (line 2223) | struct ncbRequireClassAutoRegister : public ncbAutoRegister { method ncbRequireClassAutoRegister (line 2224) | ncbRequireClassAutoRegister(NameT modulename, NameT name, NameT sub = ... method Regist (line 2228) | void Regist() const { method Unregist (line 2241) | void Unregist() const {} type ncbNativeFunctionAutoRegister (line 2313) | struct ncbNativeFunctionAutoRegister : public ncbAutoRegister { method ncbNativeFunctionAutoRegister (line 2314) | ncbNativeFunctionAutoRegister(NameT name) : ncbAutoRegister(name, Clas... method RegistFunction (line 2317) | static void RegistFunction(NameT name, NameT attach, MethodT m) { method RegistFunction (line 2324) | static void RegistFunction(NameT name, NameT attach, ncbTypedefs::Call... method RegistItem (line 2330) | static inline void RegistItem(iTJSDispatch2 *dsp, NameT name, T *mobj) { method UnregistFunction (line 2339) | static void UnregistFunction(NameT name, NameT attach) { method iTJSDispatch2 (line 2347) | static iTJSDispatch2* GetDispatch(NameT attach) { type ncbNativeFunctionAutoRegisterTempl (line 2371) | struct ncbNativeFunctionAutoRegisterTempl type ncbCallbackAutoRegister (line 2390) | struct ncbCallbackAutoRegister : public ncbAutoRegister { method ncbCallbackAutoRegister (line 2393) | ncbCallbackAutoRegister(NameT name, LineT line, CallbackT init, Callba... method Regist (line 2396) | void Regist() const { if (_init) _init(); } method Unregist (line 2397) | void Unregist() const { if (_term) _term(); } FILE: src/plugins/saveStruct.cpp class tTVPStringStream (line 5) | class tTVPStringStream function quoteString (line 46) | static void function quoteOctet (line 68) | static void quoteOctet(tTJSVariantOctet *octet, tTVPStringStream *writer) class DictMemberDispCaller (line 86) | class DictMemberDispCaller : public tTJSDispatch /** EnumMembers p */ method DictMemberDispCaller (line 92) | DictMemberDispCaller(tTVPStringStream *writer) : writer(writer) { firs... method FuncCall (line 93) | FuncCall( // function invocation function getDictString (line 124) | static void getDictString(iTJSDispatch2 *dict, tTVPStringStream *writer) function getArrayString (line 139) | static void getArrayString(iTJSDispatch2 *array, tTVPStringStream *writer) function getVariantString (line 164) | static void class ArrayAdd (line 215) | class ArrayAdd { method ArrayAdd (line 218) | ArrayAdd(){} method save2 (line 227) | save2(tTJSVariant *result, method saveStruct2 (line 267) | saveStruct2(tTJSVariant *result, method toStructString (line 292) | toStructString(tTJSVariant *result, function NCB_ATTACH_CLASS (line 306) | NCB_ATTACH_CLASS(ArrayAdd, Array) { class DictAdd (line 315) | class DictAdd { method DictAdd (line 318) | DictAdd(){} method saveStruct2 (line 327) | saveStruct2(tTJSVariant *result, method toStructString (line 347) | toStructString(tTJSVariant *result, function NCB_ATTACH_CLASS (line 362) | NCB_ATTACH_CLASS(DictAdd, Dictionary) { function PostRegistCallback (line 370) | static void PostRegistCallback() function PreUnregistCallback (line 392) | static void PreUnregistCallback() FILE: src/plugins/varfile.cpp function isDirectory (line 10) | static bool isDirectory(tTJSVariant &base) { function isFile (line 15) | static bool isFile(const tTJSVariant &file) { class VariantStream (line 22) | class VariantStream : public tTJSBinaryStream { method VariantStream (line 28) | VariantStream(tTJSVariant &parent) : refCount(1), parent(parent), stre... method open (line 40) | bool open(const ttstr &name, tjs_uint32 flags) { method Read (line 65) | Read(void *pv, tjs_uint cb) { method Write (line 84) | Write(const void *pv, tjs_uint cb) { method Seek (line 93) | Seek(tjs_int64 dlibMove, tjs_int dwOrigin) { method GetSize (line 113) | GetSize() { method close (line 126) | void close() { method tjs_uint8 (line 136) | const tjs_uint8 *getBase() { method getSize (line 141) | getSize() { class GetLister (line 157) | class GetLister : public tTJSDispatch /** EnumMembers 用 */ method GetLister (line 162) | GetLister(iTVPStorageLister *lister) : lister(lister) {} method FuncCall (line 168) | FuncCall( // function invocation class VarStorage (line 197) | class VarStorage : public iTVPStorageMedia method VarStorage (line 204) | VarStorage() : refCount(1) { method AddRef (line 211) | AddRef() { method Release (line 215) | Release() { method GetName (line 224) | GetName(ttstr &name) { method NormalizeDomainName (line 232) | NormalizeDomainName(ttstr &name) { method NormalizePathName (line 237) | NormalizePathName(ttstr &name) { method CheckExistentStorage (line 242) | CheckExistentStorage(const ttstr &name) { method Open (line 249) | Open(const ttstr & name, tjs_uint32 flags) { method GetListAt (line 268) | GetListAt(const ttstr &name, iTVPStorageLister * lister) { method GetLocallyAccessibleName (line 280) | GetLocallyAccessibleName(ttstr &name) { method tTJSVariant (line 298) | tTJSVariant getParentName(const ttstr &name, ttstr &fname) { method tTJSVariant (line 349) | tTJSVariant getFile(const ttstr &name) { function PreRegistCallback (line 373) | static void PreRegistCallback() function PostUnregistCallback (line 384) | static void PostUnregistCallback() FILE: src/plugins/win32dialog.cpp function InitPlugin_WIN32Dialog (line 6) | static void InitPlugin_WIN32Dialog() FILE: src/plugins/wutcwf.cpp type TTCWFHeader (line 13) | struct TTCWFHeader type TTCWUnexpectedPeak (line 23) | struct TTCWUnexpectedPeak type TTCWBlockHeader (line 28) | struct TTCWBlockHeader // ブロックヘッダ ( ステレオの場合はブロックが右・左の順に2つ続く) class TCWFDecoder (line 71) | class TCWFDecoder : public tTVPWaveDecoder class TCWFWaveDecoderCreator (line 99) | class TCWFWaveDecoderCreator : public tTVPWaveDecoderCreator method tTVPWaveDecoder (line 102) | tTVPWaveDecoder * Create(const ttstr & storagename, const ttstr & exte... function _init (line 372) | static void _init() FILE: src/plugins/xp3filter.cpp function tjs_error (line 16) | tjs_error TJS_INTF_METHOD CBinaryAccessor::OperationByNum( /* operation ... function tjs_error (line 45) | tjs_error TJS_INTF_METHOD CBinaryAccessor::Operation( /* operation with ... function tjs_error (line 79) | tjs_error TJS_INTF_METHOD CBinaryAccessor::IsValid( /* get validation, r... function tjs_error (line 84) | tjs_error TJS_INTF_METHOD CBinaryAccessor::Invalidate( /* invalidation *... function tjs_error (line 90) | tjs_error TJS_INTF_METHOD CBinaryAccessor::GetCount( /* get member count... function tjs_error (line 97) | tjs_error TJS_INTF_METHOD CBinaryAccessor::PropSetByNum( /* property set... function tjs_error (line 105) | tjs_error TJS_INTF_METHOD CBinaryAccessor::PropSet( /* property set */ t... function tjs_error (line 115) | tjs_error TJS_INTF_METHOD CBinaryAccessor::PropGetByNum( /* property get... function tjs_error (line 123) | tjs_error TJS_INTF_METHOD CBinaryAccessor::PropGet( /* property get */ t... function tjs_error (line 136) | tjs_error TJS_INTF_METHOD CBinaryAccessor::FuncCall( /* function invocat... function tjs_error (line 160) | tjs_error CBinaryAccessor::FuncAdd(tjs_int numparams, tTJSVariant **param) function tjs_error (line 177) | tjs_error CBinaryAccessor::FuncXor(tjs_int numparams, tTJSVariant **param) type XP3FilterDecoder (line 212) | struct XP3FilterDecoder { method XP3FilterDecoder (line 216) | XP3FilterDecoder() : ManagedDecoder(nullptr), ManagedFilter(nullptr) { } class XP3FilterRegister (line 226) | class XP3FilterRegister : public tTJSDispatch method XP3FilterRegister (line 233) | XP3FilterRegister(XP3FilterDecoder *decoder) { method IsInstanceOf (line 242) | IsInstanceOf(tjs_uint32 flag, const tjs_char *membername, tjs_uint32 *... method FuncCall (line 254) | FuncCall(tjs_uint32 flag, const tjs_char * membername, tjs_uint32 *hint, class XP3ContentFilterRegister (line 272) | class XP3ContentFilterRegister : public XP3FilterRegister { method XP3ContentFilterRegister (line 275) | XP3ContentFilterRegister(XP3FilterDecoder *decoder) : XP3FilterRegiste... method FuncCall (line 277) | FuncCall(tjs_uint32 flag, const tjs_char * membername, tjs_uint32 *hint, function XP3FilterDecoder (line 295) | static XP3FilterDecoder* AddXP3Decoder() { method XP3FilterDecoder (line 216) | XP3FilterDecoder() : ManagedDecoder(nullptr), ManagedFilter(nullptr) { } function XP3FilterDecoder (line 326) | static XP3FilterDecoder *FetchXP3Decoder() { method XP3FilterDecoder (line 216) | XP3FilterDecoder() : ManagedDecoder(nullptr), ManagedFilter(nullptr) { } function XP3FilterDecoder (line 356) | static XP3FilterDecoder *FetchXP3Decoder() { method XP3FilterDecoder (line 216) | XP3FilterDecoder() : ManagedDecoder(nullptr), ManagedFilter(nullptr) { } function tjs_int (line 362) | tjs_int TVPXP3ArchiveContentFilterWrapper(const ttstr &filepath, const t... function TVPSetXP3FilterScript (line 421) | void TVPSetXP3FilterScript(ttstr content) { function PostRegistCallback (line 438) | static void PostRegistCallback() FILE: src/plugins/xp3filter.h function class (line 4) | class CBinaryAccessor : public tTJSDispatch FILE: thirdparty/patch/cocos2d-x/android_CCFileUtils-android.cpp function FileUtils (line 65) | FileUtils* FileUtils::getInstance() type stat (line 227) | struct stat function string (line 407) | string FileUtilsAndroid::getWritablePath() const FILE: thirdparty/patch/cocos2d-x/android_CCFileUtils-android.h function AAssetManager (line 64) | static AAssetManager* getAssetManager() { return assetmanager; } function ZipFile (line 65) | static ZipFile* getObbFile() { return obbfile; } FILE: thirdparty/patch/cocos2d-x/android_Java_org_cocos2dx_lib_Cocos2dxHelper.cpp function JNIEXPORT (line 55) | JNIEXPORT void JNICALL Java_org_cocos2dx_lib_Cocos2dxHelper_nativeSetCon... function JNIEXPORT (line 60) | JNIEXPORT void JNICALL Java_org_cocos2dx_lib_Cocos2dxHelper_nativeSetAud... function JNIEXPORT (line 66) | JNIEXPORT void JNICALL Java_org_cocos2dx_lib_Cocos2dxHelper_nativeSetEdi... function getPackageNameJNI (line 96) | std::string getPackageNameJNI() { function getObbAssetFileDescriptorJNI (line 100) | int getObbAssetFileDescriptorJNI(const char* path, long* startOffset, lo... function getDeviceSampleRate (line 125) | int getDeviceSampleRate() function getDeviceAudioBufferSizeInFrames (line 130) | int getDeviceAudioBufferSizeInFrames() function conversionEncodingJNI (line 135) | void conversionEncodingJNI(const char* src, int byteSize, const char* fr... function removeDirectoryJNI (line 159) | bool removeDirectoryJNI(const char* path) FILE: thirdparty/patch/opus/opusfile.h type OpusHead (line 128) | typedef struct OpusHead OpusHead; type OpusTags (line 129) | typedef struct OpusTags OpusTags; type OpusPictureTag (line 130) | typedef struct OpusPictureTag OpusPictureTag; type OpusServerInfo (line 131) | typedef struct OpusServerInfo OpusServerInfo; type OpusFileCallbacks (line 132) | typedef struct OpusFileCallbacks OpusFileCallbacks; type OggOpusFile (line 133) | typedef struct OggOpusFile OggOpusFile; type OpusHead (line 215) | struct OpusHead{ type OpusTags (line 301) | struct OpusTags{ type OpusPictureTag (line 331) | struct OpusPictureTag{ type OpusServerInfo (line 712) | struct OpusServerInfo{ type opus_int64 (line 884) | typedef opus_int64 (*op_tell_func)(void *_stream); type OpusFileCallbacks (line 901) | struct OpusFileCallbacks{ FILE: thirdparty/patch/p7zip/7z.h type CSzData (line 16) | typedef struct type CSzCoderInfo (line 24) | typedef struct type CSzBond (line 32) | typedef struct type CSzFolder (line 42) | typedef struct type CNtfsFileTime (line 56) | typedef struct type CSzBitUi32s (line 62) | typedef struct type CSzBitUi64s (line 68) | typedef struct type CSzAr (line 79) | typedef struct type CSzArEx (line 103) | typedef struct FILE: thirdparty/patch/p7zip/7zArcIn.c type EIdEnum (line 26) | enum EIdEnum function SRes (line 63) | static SRes SzBitUi32s_Alloc(CSzBitUi32s *p, size_t num, ISzAlloc *alloc) function SzBitUi32s_Free (line 78) | void SzBitUi32s_Free(CSzBitUi32s *p, ISzAlloc *alloc) function SzBitUi64s_Free (line 86) | void SzBitUi64s_Free(CSzBitUi64s *p, ISzAlloc *alloc) function SzAr_Init (line 93) | static void SzAr_Init(CSzAr *p) function SzAr_Free (line 110) | static void SzAr_Free(CSzAr *p, ISzAlloc *alloc) function SzArEx_Init (line 127) | void SzArEx_Init(CSzArEx *p) function SzArEx_Free (line 150) | void SzArEx_Free(CSzArEx *p, ISzAlloc *alloc) function TestSignatureCandidate (line 172) | static int TestSignatureCandidate(const Byte *testBytes) function MY_NO_INLINE (line 193) | static MY_NO_INLINE SRes ReadNumber(CSzData *sd, UInt64 *value) function MY_NO_INLINE (line 231) | static MY_NO_INLINE SRes SzReadNumber32(CSzData *sd, UInt32 *value) function SRes (line 256) | static SRes SkipData(CSzData *sd) function SRes (line 266) | static SRes WaitId(CSzData *sd, UInt32 id) function SRes (line 280) | static SRes RememberBitVector(CSzData *sd, UInt32 numItems, const Byte **v) function UInt32 (line 290) | static UInt32 CountDefinedBits(const Byte *bits, UInt32 numItems) function MY_NO_INLINE (line 308) | static MY_NO_INLINE SRes ReadBitVector(CSzData *sd, UInt32 numItems, Byt... function MY_NO_INLINE (line 336) | static MY_NO_INLINE SRes ReadUi32s(CSzData *sd2, UInt32 numItems, CSzBit... function SRes (line 357) | static SRes ReadBitUi32s(CSzData *sd, UInt32 numItems, CSzBitUi32s *crcs... function SRes (line 364) | static SRes SkipBitUi32s(CSzData *sd, UInt32 numItems) function SRes (line 383) | static SRes ReadPackInfo(CSzAr *p, CSzData *sd, ISzAlloc *alloc) function SRes (line 432) | SRes SzGetNextFolderItem(CSzFolder *f, CSzData *sd) function MY_NO_INLINE (line 599) | static MY_NO_INLINE SRes SkipNumbers(CSzData *sd2, UInt32 num) function SRes (line 634) | static SRes ReadUnpackInfo(CSzAr *p, function UInt64 (line 843) | UInt64 SzAr_GetFolderUnpackSize(const CSzAr *p, UInt32 folderIndex) type CSubStreamInfo (line 849) | typedef struct function SRes (line 859) | static SRes ReadSubStreamsInfo(CSzAr *p, CSzData *sd, CSubStreamInfo *ssi) function SRes (line 932) | static SRes SzReadStreamsInfo(CSzAr *p, function SRes (line 972) | static SRes SzReadAndDecodePackedStreams( function SRes (line 1014) | static SRes SzReadFileNames(const Byte *data, size_t size, UInt32 numFil... function MY_NO_INLINE (line 1043) | static MY_NO_INLINE SRes ReadTime(CSzBitUi64s *p, UInt32 num, function SRes (line 1094) | static SRes SzReadHeader2( function SRes (line 1471) | static SRes SzReadHeader( function SRes (line 1501) | static SRes SzArEx_Open2( function SRes (line 1625) | SRes SzArEx_Open(CSzArEx *p, ILookInStream *inStream, function SRes (line 1635) | SRes SzArEx_Extract( function SzArEx_GetFileNameUtf16 (line 1712) | size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt1... FILE: thirdparty/patch/p7zip/7zBuf.c function Buf_Init (line 8) | void Buf_Init(CBuf *p) function Buf_Create (line 14) | int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc) function Buf_Free (line 31) | void Buf_Free(CBuf *p, ISzAlloc *alloc) FILE: thirdparty/patch/p7zip/7zDec.c type CByteInToLook (line 40) | typedef struct function Byte (line 52) | static Byte ReadByte(void *pp) function SRes (line 73) | static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 i... function SRes (line 134) | static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 i... function SRes (line 194) | static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 ... function SRes (line 253) | static SRes SzDecodeCopy(UInt64 inSize, ILookInStream *inStream, Byte *o... function Bool (line 272) | static Bool IS_MAIN_METHOD(UInt32 m) function Bool (line 289) | static Bool IS_SUPPORTED_CODER(const CSzCoderInfo *c) function SRes (line 299) | static SRes CheckSupportedFolder(const CSzFolder *f) function SRes (line 370) | static SRes SzFolder_Decode2(const CSzFolder *folder, function SRes (line 549) | SRes SzAr_DecodeFolder(const CSzAr *p, UInt32 folderIndex, FILE: thirdparty/patch/p7zip/7zFile.h function EXTERN_C_BEGIN (line 19) | EXTERN_C_BEGIN type CFileSeqInStream (line 55) | typedef struct type CFileInStream (line 64) | typedef struct type CFileOutStream (line 73) | typedef struct FILE: thirdparty/patch/sdl2/android_SDL_android.c function Android_JNI_SetEnv (line 395) | static int function JNIEnv (line 405) | JNIEnv* Android_JNI_GetEnv(void) function Android_JNI_SetupThread (line 437) | int Android_JNI_SetupThread(void) function Android_JNI_ThreadDestroyed (line 465) | static void function Android_JNI_CreateKey (line 477) | static void function Android_JNI_CreateKey_once (line 486) | static void function register_methods (line 495) | static void function checkJNIReady (line 524) | void checkJNIReady(void) function JNICALL (line 535) | JNICALL SDL_JAVA_INTERFACE(nativeSetupJNI)(JNIEnv *env, jclass cls) function JNICALL (line 642) | JNICALL SDL_JAVA_AUDIO_INTERFACE(nativeSetupJNI)(JNIEnv *env, jclass cls) function JNICALL (line 680) | JNICALL SDL_JAVA_CONTROLLER_INTERFACE(nativeSetupJNI)(JNIEnv *env, jclas... function JNICALL (line 706) | JNICALL SDL_JAVA_INTERFACE(nativeRunMain)(JNIEnv *env, jclass cls, jstri... function JNICALL (line 803) | JNICALL SDL_JAVA_INTERFACE(onNativeDropFile)( function Android_ActivityMutex_Lock (line 814) | void Android_ActivityMutex_Lock() { function Android_ActivityMutex_Unlock (line 818) | void Android_ActivityMutex_Unlock() { function Android_ActivityMutex_Lock_Running (line 823) | void Android_ActivityMutex_Lock_Running() { function JNICALL (line 842) | JNICALL SDL_JAVA_INTERFACE(nativeSetScreenResolution)( function JNICALL (line 855) | JNICALL SDL_JAVA_INTERFACE(onNativeResize)( function JNICALL (line 868) | JNICALL SDL_JAVA_INTERFACE(onNativeOrientationChanged)( function JNICALL (line 885) | JNICALL SDL_JAVA_INTERFACE(nativeAddTouch)( function JNICALL (line 896) | JNICALL SDL_JAVA_INTERFACE(nativePermissionResult)( function JNICALL (line 905) | JNICALL SDL_JAVA_CONTROLLER_INTERFACE(onNativePadDown)( function JNICALL (line 913) | JNICALL SDL_JAVA_CONTROLLER_INTERFACE(onNativePadUp)( function JNICALL (line 921) | JNICALL SDL_JAVA_CONTROLLER_INTERFACE(onNativeJoy)( function JNICALL (line 929) | JNICALL SDL_JAVA_CONTROLLER_INTERFACE(onNativeHat)( function JNICALL (line 937) | JNICALL SDL_JAVA_CONTROLLER_INTERFACE(nativeAddJoystick)( function JNICALL (line 955) | JNICALL SDL_JAVA_CONTROLLER_INTERFACE(nativeRemoveJoystick)( function JNICALL (line 962) | JNICALL SDL_JAVA_CONTROLLER_INTERFACE(nativeAddHaptic)( function JNICALL (line 975) | JNICALL SDL_JAVA_CONTROLLER_INTERFACE(nativeRemoveHaptic)( function JNICALL (line 982) | JNICALL SDL_JAVA_INTERFACE(onNativeSurfaceCreated)(JNIEnv *env, jclass j... function JNICALL (line 1000) | JNICALL SDL_JAVA_INTERFACE(onNativeSurfaceChanged)(JNIEnv *env, jclass j... function JNICALL (line 1021) | JNICALL SDL_JAVA_INTERFACE(onNativeSurfaceDestroyed)(JNIEnv *env, jclass... function JNICALL (line 1063) | JNICALL SDL_JAVA_INTERFACE(onNativeKeyDown)( function JNICALL (line 1071) | JNICALL SDL_JAVA_INTERFACE(onNativeKeyUp)( function JNICALL (line 1079) | JNICALL SDL_JAVA_INTERFACE(onNativeSoftReturnKey)( function JNICALL (line 1090) | JNICALL SDL_JAVA_INTERFACE(onNativeKeyboardFocusLost)( function JNICALL (line 1099) | JNICALL SDL_JAVA_INTERFACE(onNativeTouch)( function JNICALL (line 1112) | JNICALL SDL_JAVA_INTERFACE(onNativeMouse)( function JNICALL (line 1124) | JNICALL SDL_JAVA_INTERFACE(onNativeAccel)( function JNICALL (line 1135) | JNICALL SDL_JAVA_INTERFACE(onNativeClipboardChanged)( function JNICALL (line 1142) | JNICALL SDL_JAVA_INTERFACE(nativeLowMemory)( function JNICALL (line 1150) | JNICALL SDL_JAVA_INTERFACE(onNativeLocaleChanged)( function JNICALL (line 1158) | JNICALL SDL_JAVA_INTERFACE(nativeSendQuit)( function JNICALL (line 1178) | JNICALL SDL_JAVA_INTERFACE(nativeQuit)( function JNICALL (line 1209) | JNICALL SDL_JAVA_INTERFACE(nativePause)( function JNICALL (line 1220) | JNICALL SDL_JAVA_INTERFACE(nativeResume)( function JNICALL (line 1232) | JNICALL SDL_JAVA_INTERFACE(nativeFocusChanged)( function JNICALL (line 1245) | JNICALL SDL_JAVA_INTERFACE_INPUT_CONNECTION(nativeCommitText)( function JNICALL (line 1256) | JNICALL SDL_JAVA_INTERFACE_INPUT_CONNECTION(nativeGenerateScancodeForUni... function JNICALL (line 1285) | JNICALL SDL_JAVA_INTERFACE_INPUT_CONNECTION(nativeSetComposingText)( function JNICALL (line 1296) | JNICALL SDL_JAVA_INTERFACE(nativeGetHint)( function JNICALL (line 1309) | JNICALL SDL_JAVA_INTERFACE(nativeSetenv)( type LocalReferenceHolder (line 1328) | struct LocalReferenceHolder function LocalReferenceHolder_Setup (line 1334) | static struct LocalReferenceHolder LocalReferenceHolder_Setup(const char... function SDL_bool (line 1345) | static SDL_bool LocalReferenceHolder_Init(struct LocalReferenceHolder *r... function LocalReferenceHolder_Cleanup (line 1357) | static void LocalReferenceHolder_Cleanup(struct LocalReferenceHolder *re... function ANativeWindow (line 1369) | ANativeWindow* Android_JNI_GetNativeWindow(void) function Android_JNI_SetSurfaceViewFormat (line 1384) | void Android_JNI_SetSurfaceViewFormat(int format) function Android_JNI_SetActivityTitle (line 1404) | void Android_JNI_SetActivityTitle(const char *title) function Android_JNI_SetWindowStyle (line 1413) | void Android_JNI_SetWindowStyle(SDL_bool fullscreen) function Android_JNI_SetOrientation (line 1419) | void Android_JNI_SetOrientation(int w, int h, int resizable, const char ... function Android_JNI_MinizeWindow (line 1428) | void Android_JNI_MinizeWindow() function SDL_bool (line 1434) | SDL_bool Android_JNI_ShouldMinimizeOnFocusLoss() function SDL_bool (line 1440) | SDL_bool Android_JNI_GetAccelerometerValues(float values[3]) function Android_JNI_OpenAudioDevice (line 1465) | int Android_JNI_OpenAudioDevice(int iscapture, SDL_AudioSpec *spec) function SDL_DisplayOrientation (line 1593) | SDL_DisplayOrientation Android_JNI_GetDisplayOrientation(void) function Android_JNI_GetDisplayDPI (line 1598) | int Android_JNI_GetDisplayDPI(float *ddpi, float *xdpi, float *ydpi) function Android_JNI_WriteAudioBuffer (line 1635) | void Android_JNI_WriteAudioBuffer(void) function Android_JNI_CaptureAudioBuffer (line 1660) | int Android_JNI_CaptureAudioBuffer(void *buffer, int buflen) function Android_JNI_FlushCapturedAudio (line 1703) | void Android_JNI_FlushCapturedAudio(void) function Android_JNI_CloseAudioDevice (line 1748) | void Android_JNI_CloseAudioDevice(const int iscapture) function Android_JNI_AudioSetThreadPriority (line 1768) | void Android_JNI_AudioSetThreadPriority(int iscapture, int device_id) function SDL_bool (line 1776) | static SDL_bool Android_JNI_ExceptionOccurred(SDL_bool silent) function Internal_Android_Create_AssetManager (line 1822) | static void Internal_Android_Create_AssetManager() { function Internal_Android_Destroy_AssetManager (line 1860) | static void Internal_Android_Destroy_AssetManager() { function Android_JNI_FileOpen (line 1869) | int Android_JNI_FileOpen(SDL_RWops *ctx, function Android_JNI_FileRead (line 1893) | size_t Android_JNI_FileRead(SDL_RWops* ctx, void* buffer, function Android_JNI_FileWrite (line 1909) | size_t Android_JNI_FileWrite(SDL_RWops *ctx, const void *buffer, function Sint64 (line 1916) | Sint64 Android_JNI_FileSize(SDL_RWops *ctx) function Sint64 (line 1924) | Sint64 Android_JNI_FileSeek(SDL_RWops* ctx, Sint64 offset, int whence) function Android_JNI_FileClose (line 1932) | int Android_JNI_FileClose(SDL_RWops *ctx) function Android_JNI_SetClipboardText (line 1939) | int Android_JNI_SetClipboardText(const char *text) function SDL_bool (line 1967) | SDL_bool Android_JNI_HasClipboardText(void) function Android_JNI_GetPowerInfo (line 1978) | int Android_JNI_GetPowerInfo(int *plugged, int *charged, int *battery, i... function Android_JNI_InitTouch (line 2096) | void Android_JNI_InitTouch() { function Android_JNI_PollInputDevices (line 2101) | void Android_JNI_PollInputDevices(void) function Android_JNI_PollHapticDevices (line 2107) | void Android_JNI_PollHapticDevices(void) function Android_JNI_HapticRun (line 2113) | void Android_JNI_HapticRun(int device_id, float intensity, int length) function Android_JNI_HapticStop (line 2119) | void Android_JNI_HapticStop(int device_id) function Android_JNI_SendMessage (line 2129) | int Android_JNI_SendMessage(int command, int param) function Android_JNI_SuspendScreenSaver (line 2137) | void Android_JNI_SuspendScreenSaver(SDL_bool suspend) function Android_JNI_ShowTextInput (line 2142) | void Android_JNI_ShowTextInput(SDL_Rect *inputRect) function Android_JNI_HideTextInput (line 2152) | void Android_JNI_HideTextInput(void) function SDL_bool (line 2159) | SDL_bool Android_JNI_IsScreenKeyboardShown(void) function Android_JNI_ShowMessageBox (line 2168) | int Android_JNI_ShowMessageBox(const SDL_MessageBoxData *messageboxdata,... function SDL_GetAndroidSDKVersion (line 2286) | int SDL_GetAndroidSDKVersion(void) function SDL_bool (line 2298) | SDL_bool SDL_IsAndroidTablet(void) function SDL_bool (line 2304) | SDL_bool SDL_IsAndroidTV(void) function SDL_bool (line 2310) | SDL_bool SDL_IsChromebook(void) function SDL_bool (line 2316) | SDL_bool SDL_IsDeXMode(void) function SDL_AndroidBackButton (line 2322) | void SDL_AndroidBackButton(void) type LocalReferenceHolder (line 2333) | struct LocalReferenceHolder function SDL_AndroidGetExternalStorageState (line 2382) | int SDL_AndroidGetExternalStorageState(void) type LocalReferenceHolder (line 2426) | struct LocalReferenceHolder function SDL_bool (line 2466) | SDL_bool SDL_AndroidRequestPermission(const char *permission) function Android_JNI_GetManifestEnvironmentVariables (line 2471) | void Android_JNI_GetManifestEnvironmentVariables(void) function Android_JNI_CreateCustomCursor (line 2487) | int Android_JNI_CreateCustomCursor(SDL_Surface *surface, int hot_x, int ... function SDL_bool (line 2504) | SDL_bool Android_JNI_SetCustomCursor(int cursorID) function SDL_bool (line 2510) | SDL_bool Android_JNI_SetSystemCursor(int cursorID) function SDL_bool (line 2516) | SDL_bool Android_JNI_SupportsRelativeMouse(void) function SDL_bool (line 2522) | SDL_bool Android_JNI_SetRelativeMouseEnabled(SDL_bool enabled) function SDL_bool (line 2528) | SDL_bool Android_JNI_RequestPermission(const char *permission) function Android_JNI_GetLocale (line 2550) | int Android_JNI_GetLocale(char *buf, size_t buflen) function Android_JNI_OpenURL (line 2608) | int FILE: thirdparty/patch/unrar/android_ulinks.cpp function UnixSymlink (line 3) | static bool UnixSymlink(CommandData *Cmd,const char *Target,const wchar ... function IsFullPath (line 47) | static bool IsFullPath(const char *PathA) // Unix ASCII version. function ExtractUnixLink30 (line 53) | bool ExtractUnixLink30(CommandData *Cmd,ComprDataIO &DataIO,Archive &Arc... function ExtractUnixLink50 (line 89) | bool ExtractUnixLink50(CommandData *Cmd,const wchar *Name,FileHeader *hd)