SYMBOL INDEX (1203 symbols across 141 files) FILE: patch/add_dll_ref.hpp class add_dll_ref_t (line 22) | class add_dll_ref_t { method dllmain_if_break (line 25) | bool dllmain_if_break() noexcept { method add_ref (line 29) | void add_ref() noexcept { FILE: patch/config.hpp class Config2 (line 28) | class Config2 { method load (line 32) | void load(std::wstring_view path) { method store (line 300) | void store(std::wstring_view path) { FILE: patch/config_rw.hpp type config_type (line 33) | namespace config_type { type ColorBGR (line 35) | struct ColorBGR { method ColorBGR (line 43) | ColorBGR() : val{} {} method ColorBGR (line 45) | ColorBGR(uint32_t x) : val(x) { method ColorBGR (line 49) | ColorBGR(int b, int g, int r) :b(b), g(g), r(r), valid(1) {} method ColorBGR (line 50) | ColorBGR(std::string_view x) { method ColorBGR (line 63) | inline static ColorBGR from_rgb(uint32_t x) { method to_col (line 72) | constexpr uint32_t to_col() const noexcept { method to_col_rgb (line 75) | constexpr uint32_t to_col_rgb() const noexcept { method to_string (line 83) | std::string to_string() const { method to_jsonstring (line 86) | std::string to_jsonstring() const { method is_valid (line 90) | constexpr bool is_valid() const noexcept { type ColorBGR2_Opt (line 104) | struct ColorBGR2_Opt { method ColorBGR2_Opt (line 106) | ColorBGR2_Opt() : ary{} {} method ColorBGR2_Opt (line 107) | ColorBGR2_Opt(ColorBGR c1, ColorBGR c2) : ary{ c1,c2 } {} method load (line 109) | inline void load(json_value_s* value) { method to_jsonstring (line 142) | std::string to_jsonstring() const { method has_value (line 152) | constexpr bool has_value() const { method count (line 156) | constexpr int count() const { type ColorBGR2 (line 163) | struct ColorBGR2 { method ColorBGR2 (line 165) | ColorBGR2() : ary{} {} method ColorBGR2 (line 166) | ColorBGR2(ColorBGR c1, ColorBGR c2) : ary{ c1,c2 } {} method load (line 168) | inline void load(json_value_s* value) { method to_jsonstring (line 188) | std::string to_jsonstring() const { method has_value (line 194) | constexpr bool has_value() const { method count (line 198) | constexpr int count() const { type ColorBGR3 (line 204) | struct ColorBGR3 { method ColorBGR3 (line 206) | ColorBGR3() : ary{} {} method ColorBGR3 (line 207) | ColorBGR3(ColorBGR c1, ColorBGR c2, ColorBGR c3) : ary{ c1,c2,c3 } {} method load (line 209) | inline void load(json_value_s* value) { method has_value (line 228) | constexpr bool has_value() const { method to_jsonstring (line 231) | std::string to_jsonstring() const { function mytostring (line 245) | inline std::string mytostring(int x) { function mytostring (line 252) | inline std::string mytostring(double x) { class ConfigWriter (line 269) | class ConfigWriter { type KeyAndValue (line 272) | struct KeyAndValue { method WriteLevel (line 280) | inline static void WriteLevel(std::stringstream& ss, int level) { method WriteBlockBegin (line 284) | inline static void WriteBlockBegin(std::stringstream& ss) { method WriteBlockEnd (line 288) | inline static void WriteBlockEnd(std::stringstream& ss) { method WriteKey (line 292) | inline static void WriteKey(std::stringstream& ss, std::string_view ke... method WriteReturn (line 296) | inline static void WriteReturn(std::stringstream& ss) { method ConfigWriter (line 302) | ConfigWriter(int level) : level(level) {} method append (line 304) | void append(std::string_view key, std::string_view value) { method append (line 309) | void append(std::string_view key, const T& value) { method append (line 314) | void append(std::string_view key, bool value) { method append (line 318) | void append(std::string_view key, const RECT& value) { method append (line 323) | void append(std::string_view key, const std::array& value) { method append (line 340) | void append(std::string_view key, const T& value) { method append (line 345) | void append(std::string_view key, const std::optional& value) { method write (line 351) | void write(std::stringstream& ss) const { method get_level (line 372) | int get_level() const { return level; } class ConfigReader (line 375) | class ConfigReader { method ConfigReader (line 385) | ConfigReader(json_value_s* value) : value(value) {} method load (line 387) | void load() { method regist (line 399) | void regist(const std::string& str, T func) { method load_variable (line 404) | inline static bool load_variable(json_value_s* jv, bool& value) { method load_variable (line 417) | inline static bool load_variable(json_value_s* jv, Int& value) { method load_variable (line 428) | inline static bool load_variable(json_value_s* jv, Float& value) { method load_variable (line 438) | inline static void load_variable(json_value_s* jv, config_type::ColorB... method load_variable (line 447) | inline static void load_variable(json_value_s* jv, std::optional... method load_variable (line 478) | inline static void load_variable(json_value_s* jv, std::optional& v... FILE: patch/cryptostring.hpp class cryptostring (line 27) | class cryptostring { type KeyV (line 28) | struct KeyV {} type KeyV (line 29) | struct KeyV { inline static constexpr char value = 0b00101101i8; } type KeyV (line 30) | struct KeyV { inline static constexpr wchar_t value = 0b10010... method T (line 33) | [[nodiscard]] constexpr static T bit_rotate_l(const T x, size_t a) { method T (line 39) | [[nodiscard]] constexpr static T bit_rotate_r(const T x, size_t a) { method cryptostring (line 47) | constexpr cryptostring(const CharT(&str)[N]) { method CharT (line 51) | [[nodiscard]] CharT* get() { method re_encrypt (line 59) | void re_encrypt() { function make_cryptostring (line 68) | inline constexpr cryptostring make_cryptostring(const CharT(&s... FILE: patch/debug_log.hpp class debug_log_t (line 22) | class debug_log_t { FILE: patch/gate.hpp class Gate (line 20) | class Gate { method Gate (line 26) | Gate() :mtx{}, cond{}, flag{} {} method Gate (line 28) | Gate(bool opened) :mtx{}, cond{}, flag{opened} {} method open (line 30) | void open() { method wait (line 39) | void wait() { FILE: patch/global.hpp type GLOBAL (line 24) | namespace GLOBAL { FILE: patch/global_minimum.hpp type GLOBAL (line 21) | namespace GLOBAL { function init_minimum (line 26) | inline void init_minimum(HINSTANCE patch_hmod) { FILE: patch/hash.hpp type SHA256 (line 26) | struct SHA256 { method Sigma0 (line 41) | static uint32_t Sigma0(uint32_t x) { method Sigma1 (line 45) | static uint32_t Sigma1(uint32_t x) { method sigma0 (line 49) | static uint32_t sigma0(uint32_t x) { method sigma1 (line 53) | static uint32_t sigma1(uint32_t x) { method Ch (line 57) | static uint32_t Ch(uint32_t x, uint32_t y, uint32_t z) { method Maj (line 61) | static uint32_t Maj(uint32_t x, uint32_t y, uint32_t z) { method SHA256 (line 69) | SHA256(std::string_view filename) { method SHA256 (line 166) | constexpr SHA256(T&&... list) noexcept : data{ static_cast(... method make_opt (line 168) | static std::optional make_opt(std::string_view filename) { method tostring (line 177) | std::string tostring() const { FILE: patch/init.cpp function BOOL (line 306) | BOOL WINAPI init_t::EnumResourceLanguagesA_Wrap(HMODULE hModule, LPCSTR ... function HMODULE (line 314) | HMODULE WINAPI init_t::LoadLibraryAWrap(LPCSTR lpLibFileName) { function BOOL (line 402) | BOOL __cdecl init_t::func_WndProcWrap(HWND hwnd, UINT message, WPARAM wp... function BOOL (line 423) | BOOL __cdecl init_t::func_initWrap(AviUtl::FilterPlugin* fp) { function BOOL (line 450) | BOOL __cdecl init_t::func_procWrap(AviUtl::FilterPlugin* fp, AviUtl::Fil... function HMODULE (line 459) | HMODULE WINAPI init_t::Boost_GetModuleHandleA_Wrap(LPCSTR lpModuleName) { function HMODULE (line 467) | HMODULE WINAPI init_t::Boost_GetModuleHandleW_Wrap(LPCWSTR lpModuleName) { function HMODULE (line 475) | HMODULE WINAPI init_t::Boost_LoadLibraryA_Wrap(LPCSTR lpLibFileName) { function HMODULE (line 483) | HMODULE WINAPI init_t::Boost_LoadLibraryW_Wrap(LPCWSTR lpLibFileName) { function BOOL (line 491) | BOOL WINAPI init_t::Boost_Module32First_Wrap(HANDLE hSnapshot, LPMODULEE... function BOOL (line 499) | BOOL WINAPI init_t::Boost_Module32FirstW_Wrap(HANDLE hSnapshot, LPMODULE... function BOOL (line 507) | BOOL WINAPI init_t::Boost_Module32Next_Wrap(HANDLE hSnapshot, LPMODULEEN... function BOOL (line 515) | BOOL WINAPI init_t::Boost_Module32NextW_Wrap(HANDLE hSnapshot, LPMODULEE... FILE: patch/init.hpp class init_t (line 33) | class init_t { FILE: patch/json.h type json_value_s (line 64) | struct json_value_s type json_parse_result_s (line 65) | struct json_parse_result_s type json_parse_flags_e (line 67) | enum json_parse_flags_e { type json_parse_result_s (line 155) | struct json_parse_result_s type json_value_s (line 161) | struct json_value_s type json_value_s (line 167) | struct json_value_s type json_value_s (line 175) | struct json_value_s type json_value_s (line 187) | struct json_value_s type json_value_s (line 194) | struct json_value_s type json_value_s (line 199) | struct json_value_s type json_value_s (line 204) | struct json_value_s type json_value_s (line 209) | struct json_value_s type json_value_s (line 212) | struct json_value_s type json_value_s (line 215) | struct json_value_s type json_value_s (line 218) | struct json_value_s type json_type_e (line 221) | enum json_type_e { type json_string_s (line 232) | struct json_string_s { type json_string_ex_s (line 240) | struct json_string_ex_s { type json_number_s (line 255) | struct json_number_s { type json_object_element_s (line 263) | struct json_object_element_s { type json_object_s (line 273) | struct json_object_s { type json_array_element_s (line 281) | struct json_array_element_s { type json_array_s (line 289) | struct json_array_s { type json_value_s (line 297) | struct json_value_s { type json_value_ex_s (line 310) | struct json_value_ex_s { type json_parse_error_e (line 325) | enum json_parse_error_e { type json_parse_result_s (line 367) | struct json_parse_result_s { type json_parse_state_s (line 445) | struct json_parse_state_s { function json_hexadecimal_digit (line 461) | int json_hexadecimal_digit(const char c) { function json_hexadecimal_value (line 476) | int json_hexadecimal_value(const char *c, const unsigned long size, type json_parse_state_s (line 497) | struct json_parse_state_s function json_skip_whitespace (line 498) | int json_skip_whitespace(struct json_parse_state_s *state) { type json_parse_state_s (line 539) | struct json_parse_state_s function json_skip_c_style_comments (line 540) | int json_skip_c_style_comments(struct json_parse_state_s *state) { type json_parse_state_s (line 602) | struct json_parse_state_s function json_skip_all_skippables (line 603) | int json_skip_all_skippables(struct json_parse_state_s *state) { type json_parse_state_s (line 649) | struct json_parse_state_s type json_parse_state_s (line 652) | struct json_parse_state_s function json_get_string_size (line 654) | int json_get_string_size(struct json_parse_state_s *state, size_t is_key) { function is_valid_unquoted_key_char (line 835) | int is_valid_unquoted_key_char(const char c) { type json_parse_state_s (line 840) | struct json_parse_state_s function json_get_key_size (line 841) | int json_get_key_size(struct json_parse_state_s *state) { type json_parse_state_s (line 887) | struct json_parse_state_s function json_get_object_size (line 889) | int json_get_object_size(struct json_parse_state_s *state, type json_parse_state_s (line 1025) | struct json_parse_state_s function json_get_array_size (line 1026) | int json_get_array_size(struct json_parse_state_s *state) { type json_parse_state_s (line 1098) | struct json_parse_state_s function json_get_number_size (line 1099) | int json_get_number_size(struct json_parse_state_s *state) { type json_parse_state_s (line 1295) | struct json_parse_state_s function json_get_value_size (line 1297) | int json_get_value_size(struct json_parse_state_s *state, type json_parse_state_s (line 1402) | struct json_parse_state_s type json_value_s (line 1404) | struct json_value_s type json_parse_state_s (line 1406) | struct json_parse_state_s type json_string_s (line 1407) | struct json_string_s function json_parse_string (line 1408) | void json_parse_string(struct json_parse_state_s *state, type json_parse_state_s (line 1538) | struct json_parse_state_s type json_string_s (line 1539) | struct json_string_s function json_parse_key (line 1540) | void json_parse_key(struct json_parse_state_s *state, type json_parse_state_s (line 1578) | struct json_parse_state_s type json_object_s (line 1580) | struct json_object_s function json_parse_object (line 1581) | void json_parse_object(struct json_parse_state_s *state, int is_global_o... type json_parse_state_s (line 1716) | struct json_parse_state_s type json_array_s (line 1717) | struct json_array_s function json_parse_array (line 1718) | void json_parse_array(struct json_parse_state_s *state, type json_parse_state_s (line 1806) | struct json_parse_state_s type json_number_s (line 1807) | struct json_number_s function json_parse_number (line 1808) | void json_parse_number(struct json_parse_state_s *state, type json_parse_state_s (line 1899) | struct json_parse_state_s type json_value_s (line 1901) | struct json_value_s function json_parse_value (line 1902) | void json_parse_value(struct json_parse_state_s *state, int is_global_ob... type json_value_s (line 2002) | struct json_value_s type json_parse_result_s (line 2005) | struct json_parse_result_s type json_parse_state_s (line 2006) | struct json_parse_state_s type json_value_s (line 2008) | struct json_value_s type json_value_ex_s (line 2094) | struct json_value_ex_s type json_value_ex_s (line 2094) | struct json_value_ex_s type json_value_ex_s (line 2095) | struct json_value_ex_s type json_value_s (line 2103) | struct json_value_s type json_value_s (line 2104) | struct json_value_s type json_value_s (line 2111) | struct json_value_s type json_value_s (line 2114) | struct json_value_s type json_extract_result_s (line 2119) | struct json_extract_result_s { type json_value_s (line 2124) | struct json_value_s type json_value_s (line 2124) | struct json_value_s type json_number_s (line 2129) | struct json_number_s type json_string_s (line 2131) | struct json_string_s type json_object_s (line 2133) | struct json_object_s type json_array_s (line 2135) | struct json_array_s type json_value_s (line 2137) | struct json_value_s function json_extract_get_number_size (line 2139) | struct json_extract_result_s function json_extract_get_string_size (line 2147) | struct json_extract_result_s function json_extract_get_object_size (line 2155) | struct json_extract_result_s function json_extract_get_array_size (line 2183) | struct json_extract_result_s function json_extract_get_value_size (line 2206) | struct json_extract_result_s type json_extract_state_s (line 2236) | struct json_extract_state_s { type json_extract_state_s (line 2241) | struct json_extract_state_s type json_value_s (line 2242) | struct json_value_s function json_extract_copy_value (line 2243) | void json_extract_copy_value(struct json_extract_state_s *const state, type json_value_s (line 2345) | struct json_value_s type json_value_s (line 2345) | struct json_value_s type json_extract_result_s (line 2350) | struct json_extract_result_s type json_extract_state_s (line 2351) | struct json_extract_state_s type json_value_s (line 2373) | struct json_value_s type json_string_s (line 2376) | struct json_string_s type json_value_s (line 2376) | struct json_value_s type json_string_s (line 2381) | struct json_string_s type json_number_s (line 2384) | struct json_number_s type json_value_s (line 2384) | struct json_value_s type json_number_s (line 2389) | struct json_number_s type json_object_s (line 2392) | struct json_object_s type json_value_s (line 2392) | struct json_value_s type json_object_s (line 2397) | struct json_object_s type json_array_s (line 2400) | struct json_array_s type json_value_s (line 2400) | struct json_value_s type json_array_s (line 2405) | struct json_array_s function json_value_is_true (line 2408) | int json_value_is_true(const struct json_value_s *const value) { function json_value_is_false (line 2412) | int json_value_is_false(const struct json_value_s *const value) { function json_value_is_null (line 2416) | int json_value_is_null(const struct json_value_s *const value) { type json_value_s (line 2421) | struct json_value_s type json_number_s (line 2424) | struct json_number_s function json_write_get_number_size (line 2426) | int json_write_get_number_size(const struct json_number_s *number, type json_string_s (line 2548) | struct json_string_s function json_write_get_string_size (line 2550) | int json_write_get_string_size(const struct json_string_s *string, type json_array_s (line 2576) | struct json_array_s function json_write_minified_get_array_size (line 2578) | int json_write_minified_get_array_size(const struct json_array_s *array, type json_object_s (line 2599) | struct json_object_s function json_write_minified_get_object_size (line 2601) | int json_write_minified_get_object_size(const struct json_object_s *object, type json_value_s (line 2629) | struct json_value_s function json_write_minified_get_value_size (line 2631) | int json_write_minified_get_value_size(const struct json_value_s *value, type json_value_s (line 2661) | struct json_value_s type json_number_s (line 2664) | struct json_number_s type json_number_s (line 2666) | struct json_number_s type json_string_s (line 2847) | struct json_string_s type json_string_s (line 2849) | struct json_string_s type json_array_s (line 2895) | struct json_array_s type json_array_s (line 2897) | struct json_array_s type json_array_element_s (line 2898) | struct json_array_element_s type json_object_s (line 2920) | struct json_object_s type json_object_s (line 2922) | struct json_object_s type json_object_element_s (line 2924) | struct json_object_element_s type json_value_s (line 2955) | struct json_value_s type json_value_s (line 2957) | struct json_value_s type json_number_s (line 2963) | struct json_number_s type json_string_s (line 2965) | struct json_string_s type json_array_s (line 2967) | struct json_array_s type json_object_s (line 2970) | struct json_object_s type json_value_s (line 2994) | struct json_value_s type json_value_s (line 3035) | struct json_value_s type json_array_s (line 3040) | struct json_array_s function json_write_pretty_get_array_size (line 3044) | int json_write_pretty_get_array_size(const struct json_array_s *array, type json_object_s (line 3084) | struct json_object_s function json_write_pretty_get_object_size (line 3087) | int json_write_pretty_get_object_size(const struct json_object_s *object, type json_value_s (line 3127) | struct json_value_s function json_write_pretty_get_value_size (line 3131) | int json_write_pretty_get_value_size(const struct json_value_s *value, type json_value_s (line 3164) | struct json_value_s type json_array_s (line 3168) | struct json_array_s type json_array_s (line 3171) | struct json_array_s type json_array_element_s (line 3175) | struct json_array_element_s type json_object_s (line 3225) | struct json_object_s type json_object_s (line 3228) | struct json_object_s type json_object_element_s (line 3232) | struct json_object_element_s type json_value_s (line 3294) | struct json_value_s type json_value_s (line 3297) | struct json_value_s type json_number_s (line 3305) | struct json_number_s type json_string_s (line 3307) | struct json_string_s type json_array_s (line 3309) | struct json_array_s type json_object_s (line 3312) | struct json_object_s type json_value_s (line 3336) | struct json_value_s FILE: patch/moduledata.hpp type ModulesDataEntry (line 32) | struct ModulesDataEntry { function getModulesData (line 39) | inline static std::pair, std::string_view>... class ModulesData (line 74) | class ModulesData { method update (line 81) | static void update() { FILE: patch/multi_threading.hpp function init (line 26) | static void init() { function get_thread_num (line 39) | auto get_thread_num() const { FILE: patch/mylua.hpp type lua_State (line 23) | struct lua_State function lua_upvalueindex (line 33) | constexpr auto lua_upvalueindex(int i) { return LUA_GLOBALSINDEX - i; } type luaL_Reg (line 56) | struct luaL_Reg { function lua_isfunction (line 104) | inline bool lua_isfunction(lua_State* L, int index) { return lua_type(L,... function lua_istable (line 105) | inline bool lua_istable(lua_State* L, int index) { return lua_type(L, in... function lua_islightuserdata (line 106) | inline bool lua_islightuserdata(lua_State* L, int index) { return lua_ty... function lua_isnil (line 107) | inline bool lua_isnil(lua_State* L, int index) { return lua_type(L, inde... function lua_isboolean (line 108) | inline bool lua_isboolean(lua_State* L, int index) { return lua_type(L, ... function lua_isthread (line 109) | inline bool lua_isthread(lua_State* L, int index) { return lua_type(L, i... function lua_isnone (line 110) | inline bool lua_isnone(lua_State* L, int index) { return lua_type(L, ind... function lua_isnoneornil (line 111) | inline bool lua_isnoneornil(lua_State* L, int index) { return lua_type(L... function lua_tostring (line 114) | inline auto lua_tostring(lua_State* L, int i) { return lua_tolstring(L, ... function luaL_checkstring (line 115) | inline auto luaL_checkstring(lua_State* L, int i) { return luaL_checklst... function lua_pushcfunction (line 116) | inline auto lua_pushcfunction(lua_State* L, lua_CFunction f) { return lu... function lua_pop (line 117) | inline auto lua_pop(lua_State* L, int n) { return lua_settop(L, -n - 1); } function lua_setglobal (line 118) | inline auto lua_setglobal(lua_State* L, const char* s) { return lua_setf... function lua_getglobal (line 119) | inline auto lua_getglobal(lua_State* L, const char* s) { return lua_getf... function lua_newtable (line 120) | inline auto lua_newtable(lua_State* L) { return lua_createtable(L, 0, 0); } function luaL_getmetatable (line 122) | inline auto luaL_getmetatable(lua_State* L, const char* tname) { return ... FILE: patch/mywindow.hpp class mywindow_t (line 27) | class mywindow_t { method LRESULT (line 31) | inline static LRESULT CALLBACK wndproc(HWND hwnd, UINT message, WPARAM... method init (line 53) | void init() { method init (line 65) | void init() {} FILE: patch/offset_address.hpp type OFS (line 19) | namespace OFS { type AviUtl (line 20) | namespace AviUtl { type ExEdit (line 34) | namespace ExEdit { FILE: patch/overwrite_resource.cpp function HRSRC (line 22) | HRSRC WINAPI overwrite_resource_t::FindResourceA_Wrap(HMODULE hModule, L... function HCURSOR (line 29) | HCURSOR WINAPI overwrite_resource_t::LoadCursorA_Wrap(HINSTANCE hInstanc... function HICON (line 36) | HICON WINAPI overwrite_resource_t::LoadIconA_Wrap(HINSTANCE hInstance, L... function HANDLE (line 43) | HANDLE WINAPI overwrite_resource_t::LoadImageA_Wrap(HINSTANCE hInst, LPC... function HMENU (line 49) | HMENU WINAPI overwrite_resource_t::LoadMenuA_Wrap(HINSTANCE hInstance, L... function INT_PTR (line 76) | INT_PTR WINAPI overwrite_resource_t::DialogBoxParamA_Wrap(HINSTANCE hIns... function HWND (line 84) | HWND WINAPI overwrite_resource_t::CreateDialogParamA_Wrap(HINSTANCE hIns... function BOOL (line 92) | BOOL APIENTRY overwrite_resource_t::GetSaveFileNameA_Wrap(LPOPENFILENAME... function BOOL (line 102) | BOOL APIENTRY overwrite_resource_t::GetOpenFileNameA_Wrap(LPOPENFILENAME... FILE: patch/overwrite_resource.hpp class overwrite_resource_t (line 25) | class overwrite_resource_t { method InitAtResourceLoaded (line 66) | static void InitAtResourceLoaded() { FILE: patch/patch.cpp function BOOL (line 24) | BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserv... FILE: patch/patch_access_key.hpp type patch (line 23) | namespace patch { class access_key_t (line 27) | class access_key_t { type Menu (line 29) | struct Menu { method find_menu (line 63) | inline static bool find_menu(HMENU hMenu, UINT id) { method switching (line 87) | void switching(bool flag) { method is_enabled (line 91) | bool is_enabled() { return enabled; } method is_enabled_i (line 92) | bool is_enabled_i() { return enabled_i; } method init (line 94) | void init() { method switch_load (line 98) | void switch_load(ConfigReader& cr) { method switch_store (line 104) | void switch_store(ConfigWriter& cw) { method HMENU (line 109) | HMENU modify(LPCSTR key, HMENU hMenu) { FILE: patch/patch_add_extension.cpp type patch (line 19) | namespace patch { FILE: patch/patch_add_extension.hpp type patch (line 31) | namespace patch { class add_extension_t (line 34) | class add_extension_t { method init (line 47) | void init() { method switching (line 81) | void switching(bool flag) { method is_enabled (line 85) | bool is_enabled() { return enabled; } method is_enabled_i (line 86) | bool is_enabled_i() { return enabled_i; } method switch_load (line 88) | void switch_load(ConfigReader& cr) { method switch_store (line 94) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_alpha_bg.hpp type patch (line 23) | namespace patch { class alpha_bg_t (line 27) | class alpha_bg_t { method BOOL (line 34) | static BOOL func_proc(AviUtl::FilterPlugin* fp, AviUtl::FilterProcIn... method is_enabled (line 64) | bool is_enabled() { return enabled; } method is_enabled_i (line 65) | bool is_enabled_i() { return enabled_i; } method init (line 67) | bool init() { method switch_load (line 71) | void switch_load(ConfigReader& cr) { method switch_store (line 77) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_aup_layer_setting.hpp type patch (line 27) | namespace patch { class aup_layer_setting_t (line 36) | class aup_layer_setting_t { method init (line 45) | void init() { method switching (line 159) | void switching(bool flag) { method is_enabled (line 163) | bool is_enabled() { return enabled; } method is_enabled_i (line 164) | bool is_enabled_i() { return enabled_i; } method switch_load (line 166) | void switch_load(ConfigReader& cr) { method switch_store (line 172) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_aup_scene_setting.hpp type patch (line 27) | namespace patch { class aup_scene_setting_t (line 30) | class aup_scene_setting_t { method init (line 40) | void init() { method switching (line 87) | void switching(bool flag) { method is_enabled (line 91) | bool is_enabled() { return enabled; } method is_enabled_i (line 92) | bool is_enabled_i() { return enabled_i; } method switch_load (line 94) | void switch_load(ConfigReader& cr) { method switch_store (line 100) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_aviutl_wndproc_override.cpp type patch (line 18) | namespace patch { function LRESULT (line 19) | LRESULT CALLBACK aviutl_wndproc_override_t::wrap(HWND hwnd, UINT messa... FILE: patch/patch_aviutl_wndproc_override.hpp type patch (line 32) | namespace patch { class aviutl_wndproc_override_t (line 35) | class aviutl_wndproc_override_t { method go (line 45) | inline void go() { FILE: patch/patch_base.hpp type patch (line 18) | namespace patch { class patch_base1 (line 19) | class patch_base1 { method switch_true_to_false (line 25) | void switch_true_to_false() {} method switch_false_to_true (line 27) | void switch_false_to_true() {} method switch_enabled (line 29) | void switch_enabled(bool flag) { class patch_base2 (line 40) | class patch_base2 : public patch_base1 { method switch_enabled (line 46) | void switch_enabled(bool flag) { method init (line 50) | void init(bool flag) { FILE: patch/patch_blend.cpp type patch (line 19) | namespace patch { FILE: patch/patch_blend.hpp type patch (line 31) | namespace patch { class blend_t (line 34) | class blend_t { method init (line 58) | void init() { method switching (line 198) | void switching(bool flag) { method is_enabled (line 202) | bool is_enabled() { return enabled; } method is_enabled_i (line 203) | bool is_enabled_i() { return enabled_i; } method switch_load (line 205) | void switch_load(ConfigReader& cr) { method switch_store (line 211) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_colorpalette_cache.hpp type patch (line 24) | namespace patch { class colorpalette_cache_t (line 27) | class colorpalette_cache_t { method fix_size_2a6a (line 30) | inline static int __cdecl fix_size_2a6a(uintptr_t avi_file_handle) { method switching (line 59) | void switching(bool flag) { method is_enabled (line 63) | bool is_enabled() { return enabled; } method is_enabled_i (line 64) | bool is_enabled_i() { return enabled_i; } method init (line 66) | void init() { method switch_load (line 101) | void switch_load(ConfigReader& cr) { method switch_store (line 107) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_console.cpp type patch (line 23) | namespace patch { FILE: patch/patch_console.hpp type patch (line 31) | namespace patch { class console_t (line 34) | class console_t { method exit (line 69) | void exit() { method init (line 74) | void init() { method init_at_exedit_init (line 115) | void init_at_exedit_init() { method switching (line 126) | void switching(bool flag) { method is_enabled (line 130) | bool is_enabled() { return enabled; } method is_enabled_i (line 131) | bool is_enabled_i() { return enabled_i; } method config_load (line 133) | void config_load(ConfigReader& cr) { method config_store (line 138) | void config_store(ConfigWriter& cw) { method switch_load (line 149) | void switch_load(ConfigReader& cr) { method switch_store (line 167) | void switch_store(ConfigWriter& cw) { method is_valid (line 176) | bool is_valid() const { method menu_console (line 181) | void menu_console(HMENU aviutl_hmwnu_disp) { method DWORD (line 201) | DWORD writeConsole(std::string_view str) { method setConsoleTextAttribute (line 207) | void setConsoleTextAttribute(WORD wAttributes) { method showWindow (line 211) | void showWindow(int nCmdShow) { method front (line 216) | void front() const { method update_visible_state (line 220) | void update_visible_state(HMENU aviutl_hmwnu_disp) { method console_get_setting_rect (line 229) | void console_get_setting_rect(std::optional& rect) const { method update_showwindow (line 236) | void update_showwindow() { FILE: patch/patch_copybuffer_smem.hpp type patch (line 35) | namespace patch { type copybuffer_smem_t (line 40) | struct copybuffer_smem_t { type YCABuffer (line 43) | struct YCABuffer { type BufferBasic (line 50) | struct BufferBasic{} type BufferNamed (line 51) | struct BufferNamed : public BufferBasic { type BufferObj (line 54) | struct BufferObj : public BufferBasic {} type BufferFrm (line 55) | struct BufferFrm : public BufferBasic {} type BufferTmp (line 56) | struct BufferTmp : public BufferBasic {} type BufferCache (line 57) | struct BufferCache : public BufferNamed {} type BufferImage (line 58) | struct BufferImage : public BufferNamed {} type BufferId (line 61) | enum class BufferId { method Buffer (line 66) | inline static Buffer getBufferIdAll(std::string_view name) { method Buffer (line 95) | inline static Buffer getBufferIdDst(std::string_view name) { method Buffer (line 113) | static Buffer getBufferIdFromReadonly(std::string_view name) { type VisitorSrc (line 126) | struct VisitorSrc { method copybuffer_override (line 168) | static int copybuffer_override(lua_State* L) { FILE: patch/patch_dialog_new_file.hpp type patch (line 24) | namespace patch { class dlg_newfile_t (line 28) | class dlg_newfile_t { method init (line 33) | void init() { method switching (line 60) | void switching(bool flag) { method is_enabled (line 64) | bool is_enabled() { return enabled; } method is_enabled_i (line 65) | bool is_enabled_i() { return enabled_i; } method switch_load (line 67) | void switch_load(ConfigReader& cr) { method switch_store (line 73) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_exception_history.hpp type patch (line 22) | namespace patch { type ExceptionHistoryEntry (line 25) | struct ExceptionHistoryEntry { type Hash (line 28) | struct Hash { method result_type (line 31) | result_type operator()(const ExceptionHistoryEntry& history) const { type ExceptionHistory (line 43) | struct ExceptionHistory { method check (line 48) | [[nodiscard]] bool check(const ExceptionHistoryEntry& key) { FILE: patch/patch_exception_log.cpp type patch (line 23) | namespace patch { function BOOL (line 25) | BOOL __stdcall exception_log_t::override_exception_catch(EXCEPTION_POI... FILE: patch/patch_exception_log.hpp type patch (line 47) | namespace patch { class exception_log_t (line 49) | class exception_log_t { method exception_format_default (line 114) | static std::string exception_format_default(PEXCEPTION_RECORD erp) { method format_eflags (line 122) | static std::string format_eflags(DWORD eflags) { method format_registers (line 151) | static std::string format_registers(PCONTEXT cp) { method get_module_address (line 185) | static std::tuple get_module_address(void* addre... method get_log_name (line 199) | static auto get_log_name() { method format_detail (line 217) | inline static std::string format_detail(EXCEPTION_POINTERS* pExp, co... method format_stack (line 244) | inline static std::string format_stack(uint32_t start, uint8_t* stac... method write_logfile (line 280) | static bool write_logfile(std::wstring& filename, std::string_view d... FILE: patch/patch_exception_log_dialog.cpp type patch (line 32) | namespace patch { function INT_PTR (line 56) | INT_PTR CALLBACK exception_log_dialog_window_t::dialog_proc(HWND hwnd,... FILE: patch/patch_exception_log_dialog.hpp type patch (line 40) | namespace patch { class exception_log_dialog_window_t (line 41) | class exception_log_dialog_window_t { type Param (line 43) | struct Param { method Param (line 50) | Param& operator=(const Param& x) { method init (line 65) | static bool init() { method update_window_detail (line 87) | void update_window_detail(HWND hwnd, bool flag) { FILE: patch/patch_exeditwindow_sizing.hpp type patch (line 26) | namespace patch { class exeditwindow_sizing_t (line 29) | class exeditwindow_sizing_t { method BOOL (line 35) | BOOL wndproc(WPARAM wparam, LPARAM lparam) { method switching (line 70) | void switching(bool flag) { method is_enabled (line 74) | bool is_enabled() { return enabled; } method is_enabled_i (line 75) | bool is_enabled_i() { return enabled; } method switch_load (line 77) | void switch_load(ConfigReader& cr) { method switch_store (line 83) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_exo_aviutlfilter.hpp type patch (line 31) | namespace patch { class exo_aviutlfilter_t (line 35) | class exo_aviutlfilter_t { method init (line 45) | void init() { method switching (line 99) | void switching(bool flag) { method is_enabled (line 106) | bool is_enabled() { return enabled; } method is_enabled_i (line 107) | bool is_enabled_i() { return enabled; } method switch_load (line 110) | void switch_load(ConfigReader& cr) { method switch_store (line 116) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_exo_fold_gui.hpp type patch (line 25) | namespace patch { class exo_fold_gui_t (line 29) | class exo_fold_gui_t { method init (line 38) | void init() { method switching (line 130) | void switching(bool flag) { method is_enabled (line 134) | bool is_enabled() { return enabled; } method is_enabled_i (line 135) | bool is_enabled_i() { return enabled_i; } method switch_load (line 137) | void switch_load(ConfigReader& cr) { method switch_store (line 143) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_exo_midpt_and_tra.hpp type patch (line 22) | namespace patch { class exo_midpt_and_tra_t (line 29) | class exo_midpt_and_tra_t { method init (line 38) | void init() { method switching (line 63) | void switching(bool flag) { enabled = flag; } method is_enabled (line 65) | bool is_enabled() { return enabled; } method is_enabled_i (line 66) | bool is_enabled_i() { return enabled_i; } method switch_load (line 68) | void switch_load(ConfigReader& cr) { method switch_store (line 74) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_exo_sceneidx.hpp type patch (line 26) | namespace patch { class exo_sceneidx_t (line 29) | class exo_sceneidx_t { method init (line 40) | void init() { method switching (line 51) | void switching(bool flag) { method is_enabled (line 58) | bool is_enabled() { return enabled; } method is_enabled_i (line 59) | bool is_enabled_i() { return enabled; } method switch_load (line 61) | void switch_load(ConfigReader& cr) { method switch_store (line 67) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_exo_specialcolorconv.hpp type patch (line 24) | namespace patch { class exo_specialcolorconv_t (line 27) | class exo_specialcolorconv_t { method init (line 36) | void init() { method switching (line 42) | void switching(bool flag) { method is_enabled (line 46) | bool is_enabled() { return enabled; } method is_enabled_i (line 47) | bool is_enabled_i() { return enabled; } method switch_load (line 49) | void switch_load(ConfigReader& cr) { method switch_store (line 55) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_exo_trackminusval.cpp type patch (line 19) | namespace patch { FILE: patch/patch_exo_trackminusval.hpp type patch (line 31) | namespace patch { class exo_trackminusval_t (line 34) | class exo_trackminusval_t { method init (line 45) | void init() { method switching (line 50) | void switching(bool flag) { method is_enabled (line 54) | bool is_enabled() { return enabled; } method is_enabled_i (line 55) | bool is_enabled_i() { return enabled; } method switch_load (line 57) | void switch_load(ConfigReader& cr) { method switch_store (line 63) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_exo_trackparam.hpp type patch (line 26) | namespace patch { class exo_trackparam_t (line 29) | class exo_trackparam_t { method init (line 35) | void init() { method switching (line 41) | void switching(bool flag) { method is_enabled (line 45) | bool is_enabled() { return enabled; } method is_enabled_i (line 46) | bool is_enabled_i() { return enabled; } method switch_load (line 48) | void switch_load(ConfigReader& cr) { method switch_store (line 54) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_failed_file_drop.hpp type patch (line 26) | namespace patch { class failed_file_drop_t (line 31) | class failed_file_drop_t { method init (line 41) | void init() { method switching (line 86) | void switching(bool flag) { method is_enabled (line 90) | bool is_enabled() { return enabled; } method is_enabled_i (line 91) | bool is_enabled_i() { return enabled_i; } method switch_load (line 93) | void switch_load(ConfigReader& cr) { method switch_store (line 99) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_failed_longer_path.cpp type patch (line 20) | namespace patch { function BOOL (line 21) | BOOL __cdecl failed_longer_path_t::dlg_get_load_name_wrap(AviUtl::ExFu... function UINT (line 34) | UINT __stdcall failed_longer_path_t::DragQueryFileA_exedit_wrap(HDROP ... function UINT (line 44) | UINT __stdcall failed_longer_path_t::DragQueryFileA_settingdialog_wrap... FILE: patch/patch_failed_longer_path.hpp type patch (line 26) | namespace patch { class failed_longer_path_t (line 33) | class failed_longer_path_t { method init (line 46) | void init() { method switching (line 92) | void switching(bool flag) { method is_enabled (line 96) | bool is_enabled() { return enabled; } method is_enabled_i (line 97) | bool is_enabled_i() { return enabled_i; } method switch_load (line 99) | void switch_load(ConfigReader& cr) { method switch_store (line 105) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_failed_sjis_msgbox.cpp type patch (line 20) | namespace patch { FILE: patch/patch_failed_sjis_msgbox.hpp type patch (line 26) | namespace patch { class failed_sjis_msgbox_t (line 35) | class failed_sjis_msgbox_t { method init (line 45) | void init() { method switching (line 76) | void switching(bool flag) { method is_enabled (line 80) | bool is_enabled() { return enabled; } method is_enabled_i (line 81) | bool is_enabled_i() { return enabled_i; } method switch_load (line 83) | void switch_load(ConfigReader& cr) { method switch_store (line 89) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast.hpp type patch::fast (line 3) | namespace patch::fast { class fast_t (line 4) | class fast_t { method init (line 11) | void init() { method switching (line 15) | void switching(bool flag) { method is_enabled (line 19) | bool is_enabled() { return enabled; } method is_enabled_i (line 20) | bool is_enabled_i() { return enabled_i; } method switch_load (line 22) | void switch_load(ConfigReader& cr) { method switch_store (line 28) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_border.cpp type patch::fast (line 31) | namespace patch::fast { function BOOL (line 36) | BOOL enable_avx2() { function BOOL (line 49) | BOOL Border_t::func_proc(ExEdit::Filter* efp, ExEdit::FilterProcInfo* ... function efBorder_horizontal_convolution_alpha_simd (line 149) | void efBorder_horizontal_convolution_alpha_simd(int thread_id, int thr... function efBorder_horizontal_convolution_alpha_simd2 (line 256) | void efBorder_horizontal_convolution_alpha_simd2(int thread_id, int th... function efBorder_vertical_convolution_alpha_and_put_color_simd (line 348) | void efBorder_vertical_convolution_alpha_and_put_color_simd(int thread... function efBorder_vertical_convolution_alpha_and_put_color_simd2 (line 462) | void efBorder_vertical_convolution_alpha_and_put_color_simd2(int threa... function efBorder_vertical_convolution_alpha_simd (line 561) | void efBorder_vertical_convolution_alpha_simd(int thread_id, int threa... function efBorder_vertical_convolution_alpha_simd2 (line 687) | void efBorder_vertical_convolution_alpha_simd2(int thread_id, int thre... FILE: patch/patch_fast_border.hpp type patch::fast (line 29) | namespace patch::fast { class Border_t (line 32) | class Border_t { type efBorder_var (line 41) | struct efBorder_var { // 1b1e30 method init (line 57) | void init() { method switching (line 64) | void switching(bool flag) { enabled = flag; } method is_enabled (line 66) | bool is_enabled() { return enabled; } method is_enabled_i (line 67) | bool is_enabled_i() { return enabled_i; } method switch_load (line 69) | void switch_load(ConfigReader& cr) { method switch_store (line 75) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_cl.hpp type patch::fast (line 46) | namespace patch::fast { class cl_t (line 48) | class cl_t { method KernelSetArg (line 1187) | static void KernelSetArg(cl::Kernel& kernel, Head head) { method KernelSetArg (line 1192) | static void KernelSetArg(cl::Kernel& kernel, Head head, Tail... tail) { type State (line 1212) | enum class State { method cl_t (line 1218) | cl_t() :state(State::NotYet), CLLib(NULL) {} method init (line 1227) | bool init() { method readyKernel (line 1341) | cl::Kernel readyKernel(std::string_view name, Args&&... args) { method switching (line 1348) | void switching(bool flag) { method is_enabled (line 1352) | bool is_enabled() { return enabled; } method is_enabled_i (line 1353) | bool is_enabled_i() { return enabled_i; } method switch_load (line 1355) | void switch_load(ConfigReader& cr) { method switch_store (line 1361) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_create_figure.cpp type patch::fast (line 24) | namespace patch::fast { FILE: patch/patch_fast_create_figure.hpp type patch::fast (line 29) | namespace patch::fast { class CreateFigure_t (line 32) | class CreateFigure_t { type CreateFigure_var (line 42) | struct CreateFigure_var { // 1e4798 method init (line 60) | void init() { method switching (line 79) | void switching(bool flag) { enabled = flag; } method is_enabled (line 81) | bool is_enabled() { return enabled; } method is_enabled_i (line 82) | bool is_enabled_i() { return enabled_i; } method switch_load (line 84) | void switch_load(ConfigReader& cr) { method switch_store (line 90) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_directionalblur.cpp type patch::fast (line 25) | namespace patch::fast { function BOOL (line 28) | BOOL __cdecl DirectionalBlur_t::func_proc(ExEdit::Filter* efp, ExEdit:... FILE: patch/patch_fast_directionalblur.hpp type patch::fast (line 25) | namespace patch::fast { class DirectionalBlur_t (line 28) | class DirectionalBlur_t { type efDirectionalBlur_var (line 37) | struct efDirectionalBlur_var { // d75cc method init (line 48) | void init() { method switch_load (line 62) | void switch_load(ConfigReader& cr) { method switch_store (line 68) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_displacementmap.cpp type patch::fast (line 32) | namespace patch::fast { function BOOL (line 33) | BOOL DisplacementMap_t::mt_func(AviUtl::MultiThreadFunc original_func_... FILE: patch/patch_fast_displacementmap.hpp type patch::fast (line 29) | namespace patch::fast { class DisplacementMap_t (line 32) | class DisplacementMap_t { type efDisplacementMap_var (line 43) | struct efDisplacementMap_var { // 11effc method init (line 51) | void init() { method switching (line 61) | void switching(bool flag) { enabled = flag; } method is_enabled (line 63) | bool is_enabled() { return enabled; } method is_enabled_i (line 64) | bool is_enabled_i() { return enabled_i; } method switch_load (line 66) | void switch_load(ConfigReader& cr) { method switch_store (line 72) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_exeditwindow.cpp type patch (line 25) | namespace patch { function HDC (line 224) | HDC WINAPI fast_exeditwindow_t::GetDC_Wrap(HWND hwnd) { FILE: patch/patch_fast_exeditwindow.hpp type patch (line 24) | namespace patch { class fast_exeditwindow_t (line 27) | class fast_exeditwindow_t { method init (line 48) | void init() { method switching (line 88) | void switching(bool flag) { enabled = flag; } method is_enabled (line 90) | bool is_enabled() { return enabled; } method is_enabled_i (line 91) | bool is_enabled_i() { return enabled_i; } method set_step (line 93) | void set_step(int x) { step = x; } method get_step (line 95) | int get_step() { return step; } method get_step_i (line 96) | int get_step_i() { return step_i; } method switch_load (line 98) | void switch_load(ConfigReader& cr) { method switch_store (line 104) | void switch_store(ConfigWriter& cw) { method config_load (line 108) | void config_load(ConfigReader& cr) { method config_store (line 114) | void config_store(ConfigWriter& cw) { FILE: patch/patch_fast_flash.cpp type patch::fast (line 25) | namespace patch::fast { function BOOL (line 29) | BOOL Flash_t::func_proc(ExEdit::Filter* efp, ExEdit::FilterProcInfo* e... FILE: patch/patch_fast_flash.hpp type patch::fast (line 25) | namespace patch::fast { class Flash_t (line 28) | class Flash_t { type efFlash_var (line 36) | struct efFlash_var { // 1a6b7c method init (line 54) | void init() { method switch_load (line 62) | void switch_load(ConfigReader& cr) { method switch_store (line 68) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_getputpixeldata.cpp type patch::fast (line 24) | namespace patch::fast { function BOOL (line 25) | static BOOL BufCpyBGRA2YCA(void* dst, void* src, int w, int h, int lin... function BOOL (line 30) | static BOOL BufCpyYCA2BGRA(void* dst, void* src, int w, int h, int lin... function avx_putpixeldata_old (line 163) | int avx_putpixeldata_old(lua_State* L) { FILE: patch/patch_fast_getputpixeldata.hpp type patch::fast (line 27) | namespace patch::fast { class getputpixeldata_t (line 31) | class getputpixeldata_t { FILE: patch/patch_fast_glow.cpp type patch::fast (line 29) | namespace patch::fast { type fastGlow256 (line 60) | struct fastGlow256 { function fg256_add (line 67) | void __declspec(noinline) __fastcall fg256_add(fastGlow256* fg256, ExE... function fg256_sub (line 77) | void __declspec(noinline) __fastcall fg256_sub(fastGlow256* fg256, ExE... function fg256_put_average (line 88) | void __declspec(noinline) __fastcall fg256_put_average(fastGlow256* fg... function fg_put256_weight (line 101) | void __declspec(noinline) __fastcall fg_put256_weight(fastGlow256* fg2... type fastGlow128 (line 135) | struct fastGlow128 { function fg_put128_weight (line 139) | void __declspec(noinline) __fastcall fg_put128_weight(fastGlow128* fg1... type ExEdit::PixelYCA (line 166) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 171) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 171) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 171) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 171) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 171) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 171) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 171) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 176) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 178) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 191) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 201) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 208) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 215) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 217) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 273) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 379) | struct ExEdit::PixelYCA function vertical_convolution_intensity_main (line 479) | void vertical_convolution_intensity_main(int thi, int thn, int n, ExEd... function horizontal_convolution_intensity_main (line 581) | void horizontal_convolution_intensity_main(int thi, int thn, int n, Ex... FILE: patch/patch_fast_glow.hpp type patch::fast (line 28) | namespace patch::fast { class Glow_t (line 37) | class Glow_t { type efGlow_var (line 57) | struct efGlow_var { // 1b2010 method init (line 75) | void init() { method switching (line 211) | void switching(bool flag) { enabled = flag; } method is_enabled (line 213) | bool is_enabled() { return enabled; } method is_enabled_i (line 214) | bool is_enabled_i() { return enabled_i; } method switch_load (line 216) | void switch_load(ConfigReader& cr) { method switch_store (line 222) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_lensblur.cpp type patch::fast (line 25) | namespace patch::fast { function BOOL (line 28) | BOOL LensBlur_t::media_mt_func(AviUtl::MultiThreadFunc original_func_p... function BOOL (line 72) | BOOL LensBlur_t::filter_mt_func(AviUtl::MultiThreadFunc original_func_... FILE: patch/patch_fast_lensblur.hpp type patch::fast (line 25) | namespace patch::fast { class LensBlur_t (line 28) | class LensBlur_t { type efLensBlur_var (line 36) | struct efLensBlur_var { // 11ec5c method init (line 43) | void init() { method switching (line 59) | void switching(bool flag) { enabled = flag; } method is_enabled (line 61) | bool is_enabled() { return enabled; } method is_enabled_i (line 62) | bool is_enabled_i() { return enabled_i; } method switch_load (line 64) | void switch_load(ConfigReader& cr) { method switch_store (line 70) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_polortransform.cpp type patch::fast (line 32) | namespace patch::fast { function BOOL (line 33) | BOOL PolorTransform_t::mt_func(AviUtl::MultiThreadFunc original_func_p... FILE: patch/patch_fast_polortransform.hpp type patch::fast (line 29) | namespace patch::fast { class PolorTransform_t (line 32) | class PolorTransform_t { type efPolorTransform_var (line 41) | struct efPolorTransform_var { // 1e48c0 method init (line 53) | void init() { method switching (line 63) | void switching(bool flag) { enabled = flag; } method is_enabled (line 65) | bool is_enabled() { return enabled; } method is_enabled_i (line 66) | bool is_enabled_i() { return enabled_i; } method switch_load (line 68) | void switch_load(ConfigReader& cr) { method switch_store (line 74) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_radiationalblur.cpp type patch::fast (line 25) | namespace patch::fast { function BOOL (line 28) | BOOL RadiationalBlur_t::media_mt_func(AviUtl::MultiThreadFunc original... function BOOL (line 74) | BOOL RadiationalBlur_t::filter_mt_func(AviUtl::MultiThreadFunc origina... function BOOL (line 113) | BOOL RadiationalBlur_t::filter_mt_far_func(AviUtl::MultiThreadFunc ori... FILE: patch/patch_fast_radiationalblur.hpp type patch::fast (line 25) | namespace patch::fast { class RadiationalBlur_t (line 28) | class RadiationalBlur_t { type efRadiationalBlur_var (line 38) | struct efRadiationalBlur_var { // d75a8 method init (line 49) | void init() { method switching (line 77) | void switching(bool flag) { enabled = flag; } method is_enabled (line 79) | bool is_enabled() { return enabled; } method is_enabled_i (line 80) | bool is_enabled_i() { return enabled_i; } method switch_load (line 82) | void switch_load(ConfigReader& cr) { method switch_store (line 88) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_setting_dialog.cpp type patch (line 24) | namespace patch { function BOOL (line 38) | BOOL __cdecl fast_setting_dialog_t::FUN_100305e0_Wrap(int param1) { function BOOL (line 57) | BOOL __cdecl fast_setting_dialog_t::FUN_100305e0_Wrap2(int param1) { FILE: patch/patch_fast_setting_dialog.hpp type patch (line 25) | namespace patch { class fast_setting_dialog_t (line 28) | class fast_setting_dialog_t { method init (line 45) | void init() { method switching (line 80) | void switching(bool flag) { enabled = flag; } method is_enabled (line 82) | bool is_enabled() { return enabled; } method is_enabled_i (line 83) | bool is_enabled_i() { return enabled_i; } method switch_load (line 85) | void switch_load(ConfigReader& cr) { method switch_store (line 91) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fast_text.cpp type patch::fast (line 22) | namespace patch::fast { function HFONT (line 24) | HFONT __cdecl text_t::MyCreateFont(const char* fontname, int height, i... function HFONT (line 53) | HFONT WINAPI text_t::CreateFontIndirectW(const LOGFONTW* lplf) { function DWORD (line 70) | DWORD WINAPI text_t::GetGlyphOutlineW(HDC hdc, UINT uChar, UINT fuForm... function BOOL (line 115) | BOOL WINAPI text_t::DeleteObject(HGDIOBJ ho) { FILE: patch/patch_fast_text.hpp type patch::fast (line 33) | namespace patch::fast { type text_detail (line 34) | namespace text_detail { function gettime (line 35) | inline auto gettime() { type GlyphKey (line 41) | struct GlyphKey { type GlyphValue (line 51) | struct GlyphValue { method GlyphValue (line 56) | GlyphValue(DWORD size_, time_t time_, LPGLYPHMETRICS lpgm_, void* ... type FontValue (line 66) | struct FontValue { method FontValue (line 71) | FontValue(HFONT font_) : font(font_), last_use(gettime()), glyph_m... type comp_fontkey (line 110) | struct comp_fontkey { class text_t (line 117) | class text_t { method init (line 145) | void init() { method switching (line 159) | void switching(bool flag) { enabled = flag; } method is_enabled (line 161) | bool is_enabled() { return enabled; } method is_enabled_i (line 162) | bool is_enabled_i() { return enabled_i; } method config_load (line 164) | void config_load(ConfigReader& cr) { method config_store (line 170) | void config_store(ConfigWriter& cw) { method switch_load (line 174) | void switch_load(ConfigReader& cr) { method switch_store (line 180) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_fileinfo.hpp type patch (line 25) | namespace patch { class fileinfo_t (line 29) | class fileinfo_t { method init (line 34) | void init() { method switching (line 53) | void switching(bool flag) { method is_enabled (line 57) | bool is_enabled() { return enabled; } method is_enabled_i (line 58) | bool is_enabled_i() { return enabled_i; } method switch_load (line 60) | void switch_load(ConfigReader& cr) { method switch_store (line 66) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_font_dialog.hpp type patch (line 23) | namespace patch { class font_dialog_t (line 27) | class font_dialog_t { method init (line 36) | void init() { method switching (line 63) | void switching(bool flag) { method is_enabled (line 67) | bool is_enabled() { return enabled; } method is_enabled_i (line 68) | bool is_enabled_i() { return enabled_i; } method switch_load (line 70) | void switch_load(ConfigReader& cr) { method switch_store (line 76) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_helpful_msgbox.cpp type patch (line 19) | namespace patch { FILE: patch/patch_helpful_msgbox.hpp type patch (line 31) | namespace patch { class helpful_msgbox_t (line 35) | class helpful_msgbox_t { type MessageData (line 37) | struct MessageData { method init (line 67) | void init() { method switching (line 78) | void switching(bool flag) { method is_enabled (line 82) | bool is_enabled() { return enabled; } method is_enabled_i (line 83) | bool is_enabled_i() { return enabled; } method switch_load (line 85) | void switch_load(ConfigReader& cr) { method switch_store (line 91) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_ignore_media_param_reset.hpp type patch (line 24) | namespace patch { class ignore_media_param_reset_t (line 27) | class ignore_media_param_reset_t { method init (line 37) | void init() { method switching (line 45) | void switching(bool flag) { method is_enabled (line 51) | bool is_enabled() { return enabled; } method is_enabled_i (line 52) | bool is_enabled_i() { return enabled; } method switch_load (line 54) | void switch_load(ConfigReader& cr) { method switch_store (line 60) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_lua.cpp type patch (line 29) | namespace patch { function assign_to_luastate (line 31) | static void assign_to_luastate(lua_State* L) { function BOOL (line 128) | BOOL __cdecl lua_t::luaUpdatePath(lua_State* L) { function BOOL (line 165) | BOOL __cdecl lua_t::DoScriptInit() { function BOOL (line 172) | BOOL __cdecl lua_t::DoScriptExit() { FILE: patch/patch_lua.hpp type patch (line 31) | namespace patch { class lua_t (line 34) | class lua_t { type env (line 35) | struct env { method load (line 73) | static void load() { method store (line 87) | static void store() { method init (line 128) | void init() { method switching (line 171) | void switching(bool flag) { method is_enabled (line 175) | bool is_enabled() { return enabled; } method is_enabled_i (line 176) | bool is_enabled_i() { return enabled_i; } method get_env (line 178) | bool get_env() { return env; } method get_env_i (line 179) | bool get_env_i() { return env_i; } method set_env (line 180) | void set_env(bool x) { env = x; } method get_path (line 182) | bool get_path() { return path; } method get_path_i (line 183) | bool get_path_i() { return path_i; } method set_path (line 184) | void set_path(bool x) { path = x; } method switch_load (line 186) | void switch_load(ConfigReader& cr) { method switch_store (line 198) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_lua_getvalueex.cpp type patch (line 21) | namespace patch { FILE: patch/patch_lua_getvalueex.hpp type patch (line 28) | namespace patch { class lua_getvalueex_t (line 30) | class lua_getvalueex_t { method init (line 41) | void init() { method require (line 45) | inline static void require(lua_State* L) { method switching (line 53) | void switching(bool flag) { method is_enabled (line 57) | bool is_enabled() { return enabled; } method is_enabled_i (line 58) | bool is_enabled_i() { return enabled_i; } method switch_load (line 61) | void switch_load(ConfigReader& cr) { method switch_store (line 67) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_lua_rand.cpp type patch (line 24) | namespace patch { FILE: patch/patch_lua_rand.hpp type patch (line 24) | namespace patch { class lua_rand_t (line 26) | class lua_rand_t { method init (line 34) | void init() { method require (line 38) | static void require(lua_State* L) { method switching (line 45) | void switching(bool flag) { method is_enabled (line 49) | bool is_enabled() { return enabled; } method is_enabled_i (line 50) | bool is_enabled_i() { return enabled_i; } method switch_load (line 52) | void switch_load(ConfigReader& cr) { method switch_store (line 58) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_lua_randex.cpp type patch (line 24) | namespace patch { FILE: patch/patch_lua_randex.hpp type patch (line 26) | namespace patch { class lua_randex_t (line 28) | class lua_randex_t { type Xoshiro128pp (line 29) | struct Xoshiro128pp { method Xoshiro128pp (line 31) | Xoshiro128pp(unsigned int seed1, unsigned int seed2) : s{ seed1,se... method calc (line 34) | uint32_t calc() { method calc (line 46) | int calc(int s, int e) { method setmetatable (line 56) | static void setmetatable(lua_State* L, int index) { method Xoshiro128pp (line 61) | static Xoshiro128pp* create_object(lua_State* L, int seed, int time) { method Xoshiro128pp (line 31) | Xoshiro128pp(unsigned int seed1, unsigned int seed2) : s{ seed1,se... method calc (line 34) | uint32_t calc() { method calc (line 46) | int calc(int s, int e) { method init (line 72) | void init() { method require (line 76) | static void require(lua_State* L) { method switching (line 96) | void switching(bool flag) { method is_enabled (line 100) | bool is_enabled() { return enabled; } method is_enabled_i (line 101) | bool is_enabled_i() { return enabled_i; } method switch_load (line 103) | void switch_load(ConfigReader& cr) { method switch_store (line 109) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_obj_colorcorrection.cpp type patch (line 21) | namespace patch { function rgb2hsv_12 (line 23) | void rgb2hsv_12(int r, int g, int b, int* h, int* s, int* v) { function yc2rgb_12 (line 69) | void yc2rgb_12(int y, int cb, int cr, int* r, int* g, int* b) { function yc2hsv_12 (line 74) | void yc2hsv_12(int y, int cb, int cr, int* h, int* s, int* v) { function hsv2rgb_12 (line 81) | void hsv2rgb_12(int h, int s, int v, int* r, int* g, int* b) { function rgb2yc_12 (line 197) | void rgb2yc_12(int r, int g, int b, int* y, int* cb, int* cr) { function hsv2yc_12 (line 202) | void hsv2yc_12(int h, int s, int v, int* y, int* cb, int* cr) { FILE: patch/patch_obj_colorcorrection.hpp type patch (line 27) | namespace patch { class obj_ColorCorrection_t (line 32) | class obj_ColorCorrection_t { method init (line 40) | void init() { method switching (line 167) | void switching(bool flag) { method is_enabled (line 171) | bool is_enabled() { return enabled; } method is_enabled_i (line 172) | bool is_enabled_i() { return enabled_i; } method switch_load (line 174) | void switch_load(ConfigReader& cr) { method switch_store (line 180) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_obj_glow.hpp type patch (line 27) | namespace patch { class obj_Glow_t (line 41) | class obj_Glow_t { method init (line 49) | void init() { method switching (line 143) | void switching(bool flag) { method is_enabled (line 147) | bool is_enabled() { return enabled; } method is_enabled_i (line 148) | bool is_enabled_i() { return enabled_i; } method switch_load (line 150) | void switch_load(ConfigReader& cr) { method switch_store (line 156) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_obj_lensblur.cpp type patch (line 19) | namespace patch { type PixelYC_fbb (line 45) | struct PixelYC_fbb { type ExEdit::PixelYCA (line 52) | struct ExEdit::PixelYCA type ExEdit::PixelYCA (line 53) | struct ExEdit::PixelYCA type AviUtl::PixelYC (line 91) | struct AviUtl::PixelYC type AviUtl::PixelYC (line 92) | struct AviUtl::PixelYC FILE: patch/patch_obj_lensblur.hpp type patch (line 27) | namespace patch { class obj_LensBlur_t (line 42) | class obj_LensBlur_t { type lbResize_var (line 49) | struct lbResize_var { // 1e42c0 method init (line 84) | void init() { method switching (line 154) | void switching(bool flag) { method is_enabled (line 158) | bool is_enabled() { return enabled; } method is_enabled_i (line 159) | bool is_enabled_i() { return enabled_i; } method switch_load (line 161) | void switch_load(ConfigReader& cr) { method switch_store (line 167) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_obj_noise.hpp type patch (line 26) | namespace patch { class obj_Noise_t (line 30) | class obj_Noise_t { method init (line 35) | void init() { method switching (line 66) | void switching(bool flag) { method is_enabled (line 70) | bool is_enabled() { return enabled; } method is_enabled_i (line 71) | bool is_enabled_i() { return enabled_i; } method switch_load (line 73) | void switch_load(ConfigReader& cr) { method switch_store (line 79) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_obj_specialcolorconv.hpp type patch (line 26) | namespace patch { class obj_specialcolorconv_t (line 43) | class obj_specialcolorconv_t { method init (line 52) | void init() { method switching (line 131) | void switching(bool flag) { method is_enabled (line 135) | bool is_enabled() { return enabled; } method is_enabled_i (line 136) | bool is_enabled_i() { return enabled_i; } method switch_load (line 138) | void switch_load(ConfigReader& cr) { method switch_store (line 144) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_playback_speed.hpp type patch (line 24) | namespace patch { class playback_speed_t (line 28) | class playback_speed_t { method init (line 33) | void init() { method switching (line 57) | void switching(bool flag) { method is_enabled (line 61) | bool is_enabled() { return enabled; } method is_enabled_i (line 62) | bool is_enabled_i() { return enabled_i; } method switch_load (line 64) | void switch_load(ConfigReader& cr) { method switch_store (line 70) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_rclickmenu_delete.cpp type patch (line 19) | namespace patch { FILE: patch/patch_rclickmenu_delete.hpp type patch (line 31) | namespace patch { class rclickmenu_delete_t (line 35) | class rclickmenu_delete_t { method init (line 53) | void init() { method switching (line 66) | void switching(bool flag) { method is_enabled (line 70) | bool is_enabled() { return enabled; } method is_enabled_i (line 71) | bool is_enabled_i() { return enabled_i; } method switch_load (line 73) | void switch_load(ConfigReader& cr) { method switch_store (line 79) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_rclickmenu_split.cpp type patch (line 19) | namespace patch { FILE: patch/patch_rclickmenu_split.hpp type patch (line 31) | namespace patch { class rclickmenu_split_t (line 34) | class rclickmenu_split_t { method init (line 47) | void init() { method switching (line 56) | void switching(bool flag) { method is_enabled (line 60) | bool is_enabled() { return enabled; } method is_enabled_i (line 61) | bool is_enabled_i() { return enabled_i; } method switch_load (line 63) | void switch_load(ConfigReader& cr) { method switch_store (line 69) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_redo.cpp type patch (line 20) | namespace patch { FILE: patch/patch_redo.hpp type patch (line 24) | namespace patch { class redo_t (line 25) | class redo_t { type UndoData (line 30) | struct UndoData { method add_scene_idx (line 70) | static void add_scene_idx() { method get_scene_idx_UndoData (line 79) | static int get_scene_idx_UndoData(int undo_id) { method shift_undo_buffer (line 90) | static void shift_undo_buffer(int id) { method remove_UndoData (line 113) | static void remove_UndoData(int id) { method remove_old_UndoData (line 121) | static void remove_old_UndoData(int id) { method move_UndoData (line 130) | static void move_UndoData(int id1, int id2) { method integrate_undodata (line 136) | static void integrate_undodata(int id1, int id2) { method optimize_new_undo_buffer (line 172) | static void optimize_new_undo_buffer() { method remove_emptiness_UndoData (line 186) | static void remove_emptiness_UndoData() { method move_redo_data (line 254) | static void move_redo_data() { method AllocUndoBuffer_patch (line 278) | static void __stdcall AllocUndoBuffer_patch(int num) { method optimize_undo_data (line 286) | static void optimize_undo_data() { method optimize_newer_undo_data (line 319) | static void optimize_newer_undo_data() { method reverse_UndoDataPtrArray (line 355) | static void reverse_UndoDataPtrArray() { method init (line 392) | void init() { method run_redo (line 600) | static void run_redo() { method switching (line 622) | void switching(bool flag) { method is_enabled (line 626) | bool is_enabled() { return enabled; } method is_enabled_i (line 627) | bool is_enabled_i() { return enabled_i; } method switch_load (line 629) | void switch_load(ConfigReader& cr) { method switch_store (line 638) | void switch_store(ConfigWriter& cw) { method config_load (line 642) | void config_load(ConfigReader& cr) { method config_store (line 648) | void config_store(ConfigWriter& cw) { FILE: patch/patch_scroll_objdlg.hpp type patch (line 25) | namespace patch { class scroll_objdlg_t (line 28) | class scroll_objdlg_t { method movewindow (line 30) | static void movewindow(HWND hwnd, int x, int y) { method LRESULT (line 36) | static LRESULT CALLBACK a(HWND hwnd, UINT message, WPARAM wparam, LP... method init (line 100) | void init() { method switching (line 108) | void switching(bool flag) { method is_enabled (line 112) | bool is_enabled() { return enabled; } method is_enabled_i (line 113) | bool is_enabled_i() { return enabled_i; } method switch_load (line 115) | void switch_load(ConfigReader& cr) { method switch_store (line 121) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_setting_dialog_excolorconfig.cpp type patch (line 21) | namespace patch { FILE: patch/patch_setting_dialog_excolorconfig.hpp type patch (line 25) | namespace patch { class excolorconfig_t (line 28) | class excolorconfig_t { method init (line 39) | void init() { method switching (line 48) | void switching(bool flag) { enabled = flag; } method is_enabled (line 50) | bool is_enabled() { return enabled; } method is_enabled_i (line 51) | bool is_enabled_i() { return enabled_i; } method switch_load (line 53) | void switch_load(ConfigReader& cr) { method switch_store (line 59) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_setting_dialog_move.hpp type patch (line 26) | namespace patch { class setting_dialog_move_t (line 27) | class setting_dialog_move_t { method switching (line 39) | void switching(bool flag) { method is_enabled (line 43) | bool is_enabled() { return enabled; } method is_enabled_i (line 44) | bool is_enabled_i() { return enabled; } method switch_load (line 46) | void switch_load(ConfigReader& cr) { method switch_store (line 52) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_setting_dialog_wndproc_override.cpp type patch (line 20) | namespace patch { function LRESULT (line 21) | LRESULT CALLBACK setting_dialog_t::wndproc(HWND hwnd, UINT message, WP... FILE: patch/patch_setting_dialog_wndproc_override.hpp type patch (line 22) | namespace patch { class setting_dialog_t (line 24) | class setting_dialog_t { FILE: patch/patch_setting_gui.hpp type patch (line 19) | namespace patch { class setting_gui_t (line 21) | class setting_gui_t { FILE: patch/patch_setting_new_project.cpp type patch (line 19) | namespace patch { function BOOL (line 21) | BOOL __cdecl setting_new_project_t::exedit_edit_open_wrap(int w, int h... FILE: patch/patch_setting_new_project.hpp type patch (line 27) | namespace patch { class setting_new_project_t (line 31) | class setting_new_project_t { method init (line 40) | void init() { method switching (line 54) | void switching(bool flag) { method is_enabled (line 58) | bool is_enabled() { return enabled; } method is_enabled_i (line 59) | bool is_enabled_i() { return enabled_i; } method switch_load (line 61) | void switch_load(ConfigReader& cr) { method switch_store (line 67) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_splash.cpp type patch (line 19) | namespace patch { function LRESULT (line 20) | LRESULT CALLBACK splash_t::SplashWndProc(HWND hwnd, UINT message, WPAR... function InitEnd (line 108) | void __cdecl InitEnd() { FILE: patch/patch_splash.hpp type patch (line 40) | namespace patch { class splash_t (line 46) | class splash_t { method init (line 69) | void init() { method switching (line 108) | void switching(bool flag) { method is_enabled (line 112) | bool is_enabled() { return enabled; } method is_enabled_i (line 113) | bool is_enabled_i() { return enabled; } method switch_load (line 115) | void switch_load(ConfigReader& cr) { method switch_store (line 121) | void switch_store(ConfigWriter& cw) { method start (line 125) | void start() { method finish (line 154) | void finish() { method set_phase (line 161) | void set_phase(std::wstring_view phase, std::wstring_view detail) { method set_detail (line 169) | void set_detail(std::wstring_view detail) { FILE: patch/patch_susie_load.cpp type patch (line 19) | namespace patch { FILE: patch/patch_susie_load.hpp type patch (line 29) | namespace patch { class susie_load_t (line 32) | class susie_load_t { method init (line 43) | bool init() { method switching (line 48) | void switching(bool flag) { method is_enabled (line 52) | bool is_enabled() { return enabled; } method is_enabled_i (line 53) | bool is_enabled_i() { return enabled; } method switch_load (line 55) | void switch_load(ConfigReader& cr) { method switch_store (line 61) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_sysinfo_write.hpp type patch (line 25) | namespace patch { class sysinfo_info_write_t (line 28) | class sysinfo_info_write_t { FILE: patch/patch_text_op_size.hpp type patch (line 24) | namespace patch { class text_op_size_t (line 27) | class text_op_size_t { method init (line 33) | void init() { method switching (line 39) | void switching(bool flag) { method is_enabled (line 43) | bool is_enabled() { return enabled; } method is_enabled_i (line 44) | bool is_enabled_i() { return enabled; } method switch_load (line 46) | void switch_load(ConfigReader& cr) { method switch_store (line 52) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_theme_cc.hpp type patch (line 24) | namespace patch { class theme_cc_t (line 27) | class theme_cc_t { method load (line 64) | void load(ConfigReader& cr) { method store (line 88) | void store(ConfigWriter& cw) { method load (line 125) | void load(ConfigReader& cr) { method store (line 158) | void store(ConfigWriter& cw) { method load (line 183) | void load(ConfigReader& cr) { method store (line 192) | void store(ConfigWriter& cw) { method init (line 198) | void init() { method switching (line 440) | void switching(bool flag) { method is_enabled (line 444) | bool is_enabled() { return enabled; } method is_enabled_i (line 445) | bool is_enabled_i() { return enabled_i; } method switch_load (line 447) | void switch_load(ConfigReader& cr) { method switch_store (line 453) | void switch_store(ConfigWriter& cw) { method config_load (line 457) | void config_load(ConfigReader& cr) { method config_store (line 475) | void config_store(ConfigWriter& cw) { FILE: patch/patch_tra_aviutlfilter.hpp type patch (line 26) | namespace patch { class tra_aviutlfilter_t (line 30) | class tra_aviutlfilter_t { method init (line 35) | void init() { method switching (line 90) | void switching(bool flag) { method is_enabled (line 94) | bool is_enabled() { return enabled; } method is_enabled_i (line 95) | bool is_enabled_i() { return enabled_i; } method switch_load (line 97) | void switch_load(ConfigReader& cr) { method switch_store (line 103) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_tra_change_drawfilter.cpp type patch (line 19) | namespace patch { FILE: patch/patch_tra_change_drawfilter.hpp type patch (line 31) | namespace patch { class tra_change_drawfilter_t (line 35) | class tra_change_drawfilter_t { method init (line 48) | void init() { method switching (line 68) | void switching(bool flag) { method is_enabled (line 72) | bool is_enabled() { return enabled; } method is_enabled_i (line 73) | bool is_enabled_i() { return enabled_i; } method switch_load (line 75) | void switch_load(ConfigReader& cr) { method switch_store (line 81) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_tra_specified_speed.hpp type patch (line 31) | namespace patch { class tra_specified_speed_t (line 34) | class tra_specified_speed_t { method init (line 43) | void init() { method switching (line 85) | void switching(bool flag) { method is_enabled (line 89) | bool is_enabled() { return enabled; } method is_enabled_i (line 90) | bool is_enabled_i() { return enabled_i; } method switch_load (line 92) | void switch_load(ConfigReader& cr) { method switch_store (line 98) | void switch_store(ConfigWriter& cw) { FILE: patch/patch_undo.cpp type patch (line 18) | namespace patch { FILE: patch/patch_undo.hpp type patch (line 28) | namespace patch { class undo_t (line 31) | class undo_t { method set_undo_wrap_42878 (line 52) | static void __cdecl set_undo_wrap_42878(unsigned int object_idx, int... method set_undo_wrap_40e5c (line 58) | static void __cdecl set_undo_wrap_40e5c(unsigned int object_idx, uns... method interval_set_undo (line 99) | static void interval_set_undo(int object_idx, int flag) { method init (line 119) | void init() { method switching (line 298) | void switching(bool flag) { method is_enabled (line 302) | bool is_enabled() { return enabled; } method is_enabled_i (line 303) | bool is_enabled_i() { return enabled_i; } method switch_load (line 305) | void switch_load(ConfigReader& cr) { method switch_store (line 311) | void switch_store(ConfigWriter& cw) { FILE: patch/restorable_patch.hpp class restorable_patch (line 7) | class restorable_patch { method restorable_patch (line 14) | restorable_patch(std::uintptr_t address, std::vector&& data... method restorable_patch (line 17) | restorable_patch(std::uintptr_t address, void* data, size_t length) : ... method swap_data (line 19) | void swap_data() { method switch_true_to_false (line 28) | void switch_true_to_false() { method switch_false_to_true (line 32) | void switch_false_to_true() { method switching (line 36) | void switching(bool flag) { class restorable_patch_function (line 52) | class restorable_patch_function : public restorable_patch { method make_data (line 53) | static std::vector make_data(std::uintptr_t address, void* ... method restorable_patch_function (line 61) | restorable_patch_function(std::uintptr_t address, void* newfunc) : res... class restorable_patch_i8 (line 64) | class restorable_patch_i8 : public restorable_patch { method make_data (line 65) | static std::vector make_data(i8 value) { method restorable_patch_i8 (line 73) | restorable_patch_i8(std::uintptr_t address, T value) : restorable_patc... class restorable_patch_i16 (line 76) | class restorable_patch_i16 : public restorable_patch { method make_data (line 77) | static std::vector make_data(i16 value) { method restorable_patch_i16 (line 85) | restorable_patch_i16(std::uintptr_t address, T value) : restorable_pat... class restorable_patch_i32 (line 88) | class restorable_patch_i32 : public restorable_patch { method make_data (line 89) | static std::vector make_data(i32 value) { method restorable_patch_i32 (line 97) | restorable_patch_i32(std::uintptr_t address, T value) : restorable_pat... FILE: patch/stopwatch.hpp class stopwatch (line 22) | class stopwatch { method stopwatch (line 26) | stopwatch() noexcept : start(std::chrono::system_clock::now()) {} method now (line 30) | long long now() const noexcept { method print (line 34) | void print() const noexcept { method now (line 39) | long long now() const noexcept { return 0; } method print (line 40) | void print() const noexcept {} class stopwatch_mem (line 44) | class stopwatch_mem { method now (line 50) | long long now() const noexcept { method stopwatch_mem (line 55) | stopwatch_mem() noexcept : start_tp{}, sum{}, cnt{} {} method start (line 57) | void start() noexcept { method stop (line 60) | void stop() noexcept { method start (line 68) | void start() noexcept {} method stop (line 69) | void stop() noexcept {} FILE: patch/timer.hpp class Timer (line 25) | class Timer method VOID (line 33) | static VOID CALLBACK timerproc(HWND, UINT, UINT_PTR nIDEvent, DWORD) { method set (line 46) | void set(timer_func f, UINT elapse) { class Timer (line 28) | class Timer { method VOID (line 33) | static VOID CALLBACK timerproc(HWND, UINT, UINT_PTR nIDEvent, DWORD) { method set (line 46) | void set(timer_func f, UINT elapse) { FILE: patch/util_int.hpp function store_i8 (line 26) | inline void store_i8(auto address, auto value) { function store_i16 (line 29) | inline void store_i16(auto address, auto value) { function store_i32 (line 32) | inline void store_i32(auto address, auto value) { function store_i64 (line 35) | inline void store_i64(auto address, auto value) { function T0 (line 40) | inline T0 load_i8(T1 address) { function T0 (line 45) | inline T0 load_i16(T1 address) { function T0 (line 50) | inline T0 load_i32(T1 address) { function T0 (line 55) | inline T0 load_i64(T1 address) { function T1 (line 61) | inline T1 exchange_i8(T0 address, T1&& value) { function T1 (line 65) | inline T1 exchange_i16(T0 address, T1&& value) { function T1 (line 69) | inline T1 exchange_i32(T0 address, T1&& value) { function T1 (line 73) | inline T1 exchange_i64(T0 address, T1&& value) { FILE: patch/util_magic.hpp function i32 (line 28) | inline i32 CalcNearJmp(i32 address, i32 jmp_address) { class OverWriteOnProtectHelper (line 32) | class OverWriteOnProtectHelper { method OverWriteOnProtectHelper (line 37) | OverWriteOnProtectHelper(T address, uintptr_t size) noexcept : m_addre... method store_i8 (line 45) | void store_i8(T1 address, T2 value) const { method store_i16 (line 49) | void store_i16(T1 address, T2 value) const { method store_i32 (line 53) | void store_i32(T1 address, T2 value) const { method store_i64 (line 57) | void store_i64(T1 address, T2 value) const { method T0 (line 62) | T0 load_i8(T1 address) const { method T0 (line 66) | T0 load_i16(T1 address) const { method T0 (line 70) | T0 load_i32(T1 address) const { method T0 (line 74) | T0 load_i64(T1 address) const { method replaceNearJmp (line 78) | void replaceNearJmp(i32 offset, void* jmp_address) { method address (line 82) | auto address() const { method address (line 85) | auto address(uintptr_t ofs) const { function ReplaceNearJmp (line 95) | inline void ReplaceNearJmp(i32 address, void* jmp_address) { class ReplaceFunction_t (line 100) | class ReplaceFunction_t { function BOOL (line 125) | inline BOOL ExchangeFunction(HMODULE hModule, std::string_view modname, ... function InjectFunction_stdcall (line 143) | inline bool InjectFunction_stdcall(uint32_t address, const void* functio... function InjectFunction_cdecl (line 174) | inline bool InjectFunction_cdecl(uint32_t address, const void* function,... function InjectFunction_fastcall (line 187) | inline bool InjectFunction_fastcall(uint32_t address, void(*func)(), siz... FILE: patch/util_others.cpp function save_project (line 25) | void save_project(HWND hwnd_owner) { FILE: patch/util_others.hpp function HWND (line 34) | inline HWND pid2hwnd(DWORD pid) { function modify_menuitem_check (line 53) | void modify_menuitem_check(HMENU menu, UINT item, BOOL position, Func fu... type format_literal_detail_a (line 60) | struct format_literal_detail_a : private std::string_view { method format_literal_detail_a (line 61) | format_literal_detail_a(const char* str, std::size_t size) : std::stri... type format_literal_detail_w (line 67) | struct format_literal_detail_w : private std::wstring_view { method format_literal_detail_w (line 68) | format_literal_detail_w(const wchar_t* str, std::size_t size) : std::w... function format_to_os (line 83) | inline auto format_to_os(OStream& ss, const std::string_view fmt, Args&&... function format_to_os (line 88) | inline auto format_to_os(OStream& ss, const std::wstring_view fmt, Args&... function get_local_time (line 92) | inline auto get_local_time() { function get_local_time_string (line 106) | inline auto get_local_time_string() { function string_convert_A2W (line 115) | inline std::wstring string_convert_A2W(std::string_view str) { function string_convert_W2A (line 123) | inline std::string string_convert_W2A(std::wstring_view str) { function string_convert_U2W (line 131) | inline std::wstring string_convert_U2W(std::u8string_view str) { function string_convert_W2U (line 139) | inline std::u8string string_convert_W2U(std::wstring_view str) { type CPUCmdSet (line 146) | enum class CPUCmdSet : uint32_t { type AviUtl::detail::flag::ops_def (line 177) | struct AviUtl::detail::flag::ops_def:std::true_type{} function CPUCmdSet (line 182) | inline CPUCmdSet get_CPUCmdSet() { FILE: patch/util_pe.hpp function search_reloc (line 35) | inline auto search_reloc(HMODULE hModule, i32 target_ofs) noexcept { function search_reloc (line 78) | inline auto search_reloc(HMODULE hModule, const std::set& target_of... function ordinal_to_name (line 126) | inline std::optional ordinal_to_name(HMODULE hMod, DWORD or... function DWORD (line 151) | inline DWORD name_to_ordinal(HMODULE hMod, std::string_view name) noexce... FILE: patch/util_resource.hpp function resource_string_w (line 28) | inline std::optional resource_string_w(UINT rs_id) { function resource_string_a (line 45) | inline std::optional resource_string_a(UINT rs_id) { function resource_format_a (line 68) | inline std::optional resource_format_a(UINT rs_id, Args&& .... function resource_format_w (line 82) | inline std::optional resource_format_w(UINT rs_id, Args&& ... function patch_resource_message_a (line 95) | inline std::optional patch_resource_message_a(UINT rs_id, UINT uTyp... function patch_resource_message_w (line 106) | inline std::optional patch_resource_message_w(UINT rs_id, UINT uTyp... function patch_resource_message_a (line 118) | inline std::optional patch_resource_message_a(UINT rs_id, UINT uTyp... function patch_resource_message_w (line 136) | inline std::optional patch_resource_message_w(UINT rs_id, UINT uTyp... class patch_resource_message_class_base (line 153) | class patch_resource_message_class_base { class patch_resource_message_format_class_w (line 160) | class patch_resource_message_format_class_w : public patch_resource_mess... method patch_resource_message_format_class_w (line 165) | patch_resource_message_format_class_w(UINT rs_id, UINT uType, Args&& .... method fire (line 167) | void fire() { class patch_resource_message_class_w (line 183) | class patch_resource_message_class_w : public patch_resource_message_cla... method patch_resource_message_class_w (line 187) | patch_resource_message_class_w(UINT rs_id, UINT uType) : rs_id(rs_id),... method fire (line 189) | void fire() { function web_confirm (line 207) | inline void web_confirm(std::wstring_view url) {