SYMBOL INDEX (1856 symbols across 163 files) FILE: GameplayScripts/auto_smite.py function lview_load_cfg (line 14) | def lview_load_cfg(cfg): function lview_save_cfg (line 19) | def lview_save_cfg(cfg): function lview_draw_settings (line 24) | def lview_draw_settings(game, ui): function lview_update (line 29) | def lview_update(game, ui): FILE: GameplayScripts/auto_spell.py function lview_load_cfg (line 21) | def lview_load_cfg(cfg): function lview_save_cfg (line 26) | def lview_save_cfg(cfg): function lview_draw_settings (line 31) | def lview_draw_settings(game, ui): function lview_update (line 38) | def lview_update(game, ui): FILE: GameplayScripts/base_script.py function lview_load_cfg (line 10) | def lview_load_cfg(cfg): function lview_save_cfg (line 13) | def lview_save_cfg(cfg): function lview_draw_settings (line 16) | def lview_draw_settings(game, ui): function lview_update (line 19) | def lview_update(game, ui): FILE: GameplayScripts/champ_tracker.py function lview_load_cfg (line 19) | def lview_load_cfg(cfg): function lview_save_cfg (line 23) | def lview_save_cfg(cfg): function lview_draw_settings (line 27) | def lview_draw_settings(game, ui): function lview_update (line 33) | def lview_update(game, ui): FILE: GameplayScripts/commons/damage_calculator.py class DamageType (line 4) | class DamageType(enum.Enum): class DamageSpecification (line 9) | class DamageSpecification: method calculate_damage (line 27) | def calculate_damage(self, source, target): function get_damage_specification (line 85) | def get_damage_specification(champ) -> Optional[DamageSpecification]: FILE: GameplayScripts/commons/items.py function crit_from_items (line 3) | def crit_from_items(items): function onhit_guinsoo (line 9) | def onhit_guinsoo(src, target): function onhit_rageknife (line 12) | def onhit_rageknife(src, target): function onhit_noonquiver (line 15) | def onhit_noonquiver(src, target): function onhit_recurve_bow (line 18) | def onhit_recurve_bow(src, target): function onhit_botrk (line 21) | def onhit_botrk(src, target): function onhit_doran_ring (line 27) | def onhit_doran_ring(src, target): function onhit_nashors (line 30) | def onhit_nashors(src, target): function onhit_wits_end (line 33) | def onhit_wits_end(src, target): function get_onhit_physical (line 50) | def get_onhit_physical(source, target): function get_onhit_magical (line 60) | def get_onhit_magical(source, target): FILE: GameplayScripts/commons/skills.py class SFlag (line 10) | class SFlag: class Spell (line 24) | class Spell: method __init__ (line 25) | def __init__(self, name, missile_names, flags, delay = 0.0): function draw_prediction_info (line 255) | def draw_prediction_info(game, ui): function get_skillshot_range (line 271) | def get_skillshot_range(game, skill_name): function is_skillshot (line 285) | def is_skillshot(skill_name): function get_missile_parent_spell (line 289) | def get_missile_parent_spell(missile_name): function is_champ_supported (line 293) | def is_champ_supported(champ): function is_skillshot_cone (line 297) | def is_skillshot_cone(skill_name): function is_last_hitable (line 302) | def is_last_hitable(game, player, enemy): function castpoint_for_collision (line 323) | def castpoint_for_collision(game, spell, caster, target): FILE: GameplayScripts/commons/targeting.py class Target (line 3) | class Target(Enum): class TargetingConfig (line 8) | class TargetingConfig: method draw (line 19) | def draw(self, ui): method get_target (line 25) | def get_target(self, game, range): method find_target (line 42) | def find_target(self, game, array, range, value_extractor): method load_from_cfg (line 57) | def load_from_cfg(self, cfg): method save_to_cfg (line 62) | def save_to_cfg(self, cfg): FILE: GameplayScripts/drawings.py function lview_load_cfg (line 28) | def lview_load_cfg(cfg): function lview_save_cfg (line 42) | def lview_save_cfg(cfg): function lview_draw_settings (line 56) | def lview_draw_settings(game, ui): function draw_rect (line 74) | def draw_rect(game, start_pos, end_pos, radius, color): function draw_atk_range (line 88) | def draw_atk_range(game, player): function draw_turret_ranges (line 93) | def draw_turret_ranges(game, player): function draw_minion_last_hit (line 104) | def draw_minion_last_hit(game, player): function draw_skillshots (line 112) | def draw_skillshots(game, player): function lview_update (line 153) | def lview_update(game, ui): FILE: GameplayScripts/execution_notifier.py function lview_load_cfg (line 11) | def lview_load_cfg(cfg): function lview_save_cfg (line 14) | def lview_save_cfg(cfg): function lview_draw_settings (line 17) | def lview_draw_settings(game, ui): function lview_update (line 20) | def lview_update(game, ui): FILE: GameplayScripts/map_awareness.py function lview_load_cfg (line 14) | def lview_load_cfg(cfg): function lview_save_cfg (line 21) | def lview_save_cfg(cfg): function lview_draw_settings (line 28) | def lview_draw_settings(game, ui): function draw_champ_world_icon (line 38) | def draw_champ_world_icon(game, champ, pos, size, draw_distance = False,... function show_alert (line 65) | def show_alert(game, champ): function show_last_pos_world (line 76) | def show_last_pos_world(game, champ): function show_last_pos_minimap (line 82) | def show_last_pos_minimap(game, champ): function lview_update (line 88) | def lview_update(game, ui): FILE: GameplayScripts/object_viewer.py function draw_spell (line 10) | def draw_spell(spell, ui): function draw_items (line 29) | def draw_items(items, ui): function draw_missile (line 49) | def draw_missile(obj, ui): function draw_game_object (line 70) | def draw_game_object(obj, ui, additional_draw = None, set_open=False): function draw_champion (line 123) | def draw_champion(obj, ui): function draw_list (line 140) | def draw_list(label, objs, ui, draw_func): function lview_load_cfg (line 146) | def lview_load_cfg(cfg): function lview_save_cfg (line 149) | def lview_save_cfg(cfg): function lview_draw_settings (line 152) | def lview_draw_settings(objs, ui): function lview_update (line 155) | def lview_update(game, ui): FILE: GameplayScripts/orb_walker.py function lview_load_cfg (line 25) | def lview_load_cfg(cfg): function lview_save_cfg (line 36) | def lview_save_cfg(cfg): function lview_draw_settings (line 47) | def lview_draw_settings(game, ui): function find_minion_target (line 59) | def find_minion_target(game): function get_target (line 70) | def get_target(game): function lview_update (line 79) | def lview_update(game, ui): FILE: GameplayScripts/spell_tracker.py function get_color_for_cooldown (line 13) | def get_color_for_cooldown(cooldown): function draw_spell (line 20) | def draw_spell(game, spell, pos, size, show_lvl = True, show_cd = True): function draw_overlay_on_champ (line 33) | def draw_overlay_on_champ(game, champ): function lview_update (line 56) | def lview_update(game, ui): function lview_load_cfg (line 70) | def lview_load_cfg(cfg): function lview_save_cfg (line 77) | def lview_save_cfg(cfg): function lview_draw_settings (line 84) | def lview_draw_settings(game, ui): FILE: GameplayScripts/tf_card_picker.py function lview_load_cfg (line 14) | def lview_load_cfg(cfg): function lview_save_cfg (line 20) | def lview_save_cfg(cfg): function lview_draw_settings (line 26) | def lview_draw_settings(game, ui): function lview_update (line 32) | def lview_update(game, ui): FILE: GameplayScripts/vision_tracker.py function lview_load_cfg (line 43) | def lview_load_cfg(cfg): function lview_save_cfg (line 53) | def lview_save_cfg(cfg): function lview_draw_settings (line 63) | def lview_draw_settings(game, ui): function draw (line 87) | def draw(game, obj, radius, show_circle_world, show_circle_map, icon): function lview_update (line 104) | def lview_update(game, ui): FILE: LView/AntiCrack.cpp function exec (line 7) | std::string exec(const char* cmd) { function HashHardwareComponents (line 20) | std::string HashHardwareComponents(std::string components) { FILE: LView/AntiCrack.h function namespace (line 5) | namespace AntiCrack { FILE: LView/Benchmark.h type UIBenchmark (line 3) | struct UIBenchmark { type ReadBenchmark (line 8) | struct ReadBenchmark { type ViewBenchmark (line 13) | struct ViewBenchmark { FILE: LView/ConfigSet.h function class (line 6) | class ConfigSet { FILE: LView/GameData.cpp function UnitInfo (line 46) | UnitInfo * GameData::GetUnitInfoByName(std::string& name) function SpellInfo (line 54) | SpellInfo * GameData::GetSpellInfoByName(std::string& name) function ItemInfo (line 62) | ItemInfo * GameData::GetItemInfoById(int id) function parse_json_file (line 70) | boost::json::value parse_json_file(std::string& path) { function json_to_double (line 94) | double json_to_double(boost::json::value val) { FILE: LView/GameData.h function class (line 9) | class GameData { FILE: LView/GameObject.cpp function Spell (line 194) | Spell* GameObject::GetSummonerSpell(SummonerSpellType type) { function list (line 206) | list GameObject::ItemsToPyList() { FILE: LView/GameRenderer.cpp function Vector2 (line 34) | Vector2 GameRenderer::WorldToScreen(const Vector3& pos) const { function Vector2 (line 59) | Vector2 GameRenderer::WorldToMinimap(const Vector3& pos, const Vector2& ... FILE: LView/GameRenderer.h function class (line 7) | class GameRenderer { FILE: LView/Input.cpp function Vector2 (line 62) | Vector2 Input::GetCursorPosition() FILE: LView/Input.h type HKey (line 5) | enum HKey { function namespace (line 18) | namespace Input { FILE: LView/ItemInfo.h type ItemInfo (line 5) | struct ItemInfo { FILE: LView/ItemSlot.h function class (line 4) | class ItemSlot { FILE: LView/LView.cpp function main (line 29) | int main() function MainLoop (line 72) | void MainLoop(Overlay& overlay, LeagueMemoryReader& reader) { FILE: LView/LeagueMemoryReader.h function class (line 17) | class LeagueMemoryReader { FILE: LView/MapObject.h type MapType (line 5) | enum MapType { function class (line 10) | class MapObject { FILE: LView/MemSnapshot.h type MemSnapshot (line 11) | struct MemSnapshot { FILE: LView/MemoryLoadable.h function class (line 5) | class MemoryLoadable { FILE: LView/Offsets.h function class (line 5) | class Offsets { FILE: LView/Overlay.cpp function ID3D11Device (line 302) | ID3D11Device * Overlay::GetDxDevice() function LRESULT (line 395) | LRESULT WINAPI Overlay::WndProc(HWND hWnd, UINT msg, WPARAM wParam, LPAR... FILE: LView/Overlay.h function class (line 32) | class Overlay { FILE: LView/PyGame.h function class (line 9) | class PyGame { function DrawCircle (line 66) | void DrawCircle(const Vector2& center, float radius, int numPoints, floa... function DrawCircleFilled (line 70) | void DrawCircleFilled(const Vector2& center, float radius, int numPoints... function DrawTxt (line 74) | void DrawTxt(const Vector2& pos, const char* text, const ImVec4& color) { function DrawRectWorld (line 88) | void DrawRectWorld(const Vector3& p1, const Vector3& p2, const Vector3& ... function PressKey (line 162) | void PressKey(int key) { function WasKeyPressed (line 166) | bool WasKeyPressed(int key) { function PressLeftClick (line 170) | void PressLeftClick() { function PressRightClick (line 174) | void PressRightClick() { function ClickAt (line 178) | void ClickAt(bool leftClick, const Vector2& pos) { function IsKeyDown (line 182) | bool IsKeyDown(int key) { function Vector2 (line 186) | Vector2 GetCursor() { function SpellInfo (line 190) | SpellInfo* GetSpellInfo(const char* spellName) { function Vector2 (line 195) | Vector2 LinearCollision(const Vector2& p1, const Vector2& d1, const Vect... function MoveCursor (line 224) | void MoveCursor(const Vector2& pos) { function Distance (line 228) | float Distance(GameObject* first, GameObject* second) { function GameObject (line 244) | GameObject* GetObjectByIndex(short index) { function GameObject (line 256) | GameObject* GetObjectByNetId(int net_id) { function PyGame (line 261) | static PyGame ConstructFromMemSnapshot(MemSnapshot& snapshot) { FILE: LView/PyImguiInterface.h function class (line 7) | class PyImguiInterface { function SliderFloat (line 70) | float SliderFloat(const char* label, float val, float valMin, float valM... function Separator (line 75) | void Separator() { function CollapsingHeader (line 79) | bool CollapsingHeader(const char* text) { function TreeNode (line 83) | bool TreeNode(const char* text) { function SetNextItemOpen (line 87) | void SetNextItemOpen() { function TreePop (line 91) | void TreePop() { function SameLine (line 95) | void SameLine() { function BeginGroup (line 99) | void BeginGroup() { function EndGroup (line 103) | void EndGroup() { function ListBox (line 107) | int ListBox(const char* label, list items, int chosen) { function DrawButton (line 121) | void DrawButton(HKey key, HKey& clickedBtn, bool& wasClicked) { function KeySelect (line 129) | int KeySelect(const char* label, int key) { FILE: LView/PyStructs.h function BOOST_PYTHON_MODULE (line 18) | BOOST_PYTHON_MODULE(lview) { FILE: LView/Script.cpp function GetPyError (line 4) | std::string GetPyError() FILE: LView/Script.h function class (line 11) | class Script { FILE: LView/ScriptManager.h function class (line 6) | class ScriptManager { FILE: LView/Spell.h type class (line 11) | enum class type class (line 16) | enum class FILE: LView/SpellInfo.cpp function SpellInfo (line 4) | SpellInfo * SpellInfo::AddFlags(SpellFlags flags) FILE: LView/SpellInfo.h type SpellFlags (line 6) | enum SpellFlags { function class (line 35) | class SpellInfo { FILE: LView/SpellInterface.h function class (line 5) | class SpellInterface { FILE: LView/Texture2D.cpp function Texture2D (line 3) | Texture2D* Texture2D::LoadFromFile(ID3D11Device* dxDevice, std::string f... FILE: LView/Texture2D.h function class (line 6) | class Texture2D { FILE: LView/UnitInfo.h type UnitTag (line 9) | enum UnitTag { type UnitInfo (line 68) | struct UnitInfo { FILE: LView/Utils.cpp function DWORD (line 6) | DWORD Mem::ReadDWORD(HANDLE hProcess, DWORD addr) { function DWORD (line 22) | DWORD Mem::ReadDWORDFromBuffer(void* buff, int position) { function BOOL (line 28) | BOOL Process::IsProcessRunning(DWORD pid) FILE: LView/Utils.h function class (line 13) | class WinApiException : public std::runtime_error { function namespace (line 51) | namespace Mem { function namespace (line 64) | namespace Process { function namespace (line 69) | namespace League { function namespace (line 75) | namespace Character { function namespace (line 83) | namespace Colors { FILE: LView/Vector.h function distance (line 4) | struct Vector2 { function Vector2 (line 22) | Vector2 vscale(const Vector2& s) { function Vector2 (line 26) | Vector2 scale(float s) { function Vector2 (line 30) | Vector2 normalize() { function Vector2 (line 35) | Vector2 add(const Vector2& o) { function Vector2 (line 39) | Vector2 sub(const Vector2& o) { function Vector2 (line 43) | Vector2 clone() { function distance (line 48) | struct Vector3 { function Vector3 (line 68) | Vector3 rotate_x(float angle) { function Vector3 (line 76) | Vector3 rotate_y(float angle) { function Vector3 (line 84) | Vector3 rotate_z(float angle) { function Vector3 (line 92) | Vector3 vscale(const Vector3& s) { function Vector3 (line 96) | Vector3 scale(float s) { function Vector3 (line 100) | Vector3 normalize() { function Vector3 (line 105) | Vector3 add(const Vector3& o) { function Vector3 (line 109) | Vector3 sub(const Vector3& o) { function Vector3 (line 113) | Vector3 clone() { function distance (line 118) | struct Vector4 { function Vector4 (line 140) | Vector4 vscale(const Vector4& s) { function Vector4 (line 144) | Vector4 scale(float s) { function Vector4 (line 148) | Vector4 normalize() { function Vector4 (line 153) | Vector4 add(const Vector4& o) { function Vector4 (line 157) | Vector4 sub(const Vector4& o) { function Vector4 (line 161) | Vector4 clone() { FILE: LView/external_includes/Python-ast.h type _mod (line 14) | struct _mod type _stmt (line 16) | struct _stmt type _expr (line 18) | struct _expr type expr_context_ty (line 20) | typedef enum _expr_context { Load=1, Store=2, Del=3 } expr_context_ty; type boolop_ty (line 22) | typedef enum _boolop { And=1, Or=2 } boolop_ty; type operator_ty (line 24) | typedef enum _operator { Add=1, Sub=2, Mult=3, MatMult=4, Div=5, Mod=6, ... type unaryop_ty (line 28) | typedef enum _unaryop { Invert=1, Not=2, UAdd=3, USub=4 } unaryop_ty; type cmpop_ty (line 30) | typedef enum _cmpop { Eq=1, NotEq=2, Lt=3, LtE=4, Gt=5, GtE=6, Is=7, IsN... type _comprehension (line 33) | struct _comprehension type _excepthandler (line 35) | struct _excepthandler type _arguments (line 37) | struct _arguments type _arg (line 39) | struct _arg type _keyword (line 41) | struct _keyword type _alias (line 43) | struct _alias type _withitem (line 45) | struct _withitem type _type_ignore (line 47) | struct _type_ignore type _mod_kind (line 50) | enum _mod_kind {Module_kind=1, Interactive_kind=2, Expression_kind=3, type _mod (line 52) | struct _mod { type _stmt_kind (line 76) | enum _stmt_kind {FunctionDef_kind=1, AsyncFunctionDef_kind=2, ClassDef_k... type _stmt (line 84) | struct _stmt { type _expr_kind (line 226) | enum _expr_kind {BoolOp_kind=1, NamedExpr_kind=2, BinOp_kind=3, UnaryOp_... type _expr (line 234) | struct _expr { type _comprehension (line 383) | struct _comprehension { type _excepthandler_kind (line 390) | enum _excepthandler_kind {ExceptHandler_kind=1} type _excepthandler (line 391) | struct _excepthandler { type _arguments (line 407) | struct _arguments { type _arg (line 417) | struct _arg { type _keyword (line 427) | struct _keyword { type _alias (line 436) | struct _alias { type _withitem (line 441) | struct _withitem { type _type_ignore_kind (line 446) | enum _type_ignore_kind {TypeIgnore_kind=1} type _type_ignore (line 447) | struct _type_ignore { FILE: LView/external_includes/asdl.h type PyObject (line 5) | typedef PyObject * identifier; type PyObject (line 6) | typedef PyObject * string; type PyObject (line 7) | typedef PyObject * object; type PyObject (line 8) | typedef PyObject * constant; type asdl_seq (line 18) | typedef struct { type asdl_int_seq (line 23) | typedef struct { FILE: LView/external_includes/bitset.h type BYTE (line 11) | typedef BYTE *bitset; FILE: LView/external_includes/boolobject.h type _longobject (line 18) | struct _longobject FILE: LView/external_includes/cellobject.h type PyCellObject (line 9) | typedef struct { FILE: LView/external_includes/classobject.h type PyMethodObject (line 12) | typedef struct { type PyInstanceMethodObject (line 36) | typedef struct { FILE: LView/external_includes/code.h type PyCodeObject (line 9) | typedef struct PyCodeObject PyCodeObject; FILE: LView/external_includes/compile.h type _node (line 11) | struct _node type _node (line 15) | struct _node type PyCompilerFlags (line 37) | typedef struct { type PyFutureFeatures (line 48) | typedef struct { type _mod (line 64) | struct _mod type _mod (line 67) | struct _mod type _mod (line 73) | struct _mod type _mod (line 79) | struct _mod type _mod (line 83) | struct _mod type _PyASTOptimizeState (line 94) | typedef struct { type _mod (line 99) | struct _mod FILE: LView/external_includes/complexobject.h type Py_complex (line 10) | typedef struct { type PyComplexObject (line 33) | typedef struct { FILE: LView/external_includes/context.h type PyContext (line 11) | typedef struct _pycontextobject PyContext; type PyContextVar (line 14) | typedef struct _pycontextvarobject PyContextVar; type PyContextToken (line 17) | typedef struct _pycontexttokenobject PyContextToken; FILE: LView/external_includes/cpython/abstract.h function Py_ssize_t (line 59) | static inline Py_ssize_t function vectorcallfunc (line 65) | static inline vectorcallfunc function PyObject (line 102) | static inline PyObject * function PyObject (line 122) | static inline PyObject * function PyObject (line 152) | static inline PyObject * function PyObject (line 159) | static inline PyObject * function PyObject (line 169) | static inline PyObject * function PyObject (line 175) | static inline PyObject * function PyObject (line 195) | static inline PyObject * function PyObject (line 202) | static inline PyObject * type _Py_Identifier (line 225) | struct _Py_Identifier function PyObject (line 228) | static inline PyObject * function PyObject (line 240) | static inline PyObject * function PyObject (line 247) | static inline PyObject * FILE: LView/external_includes/cpython/bytearrayobject.h type PyByteArrayObject (line 6) | typedef struct { FILE: LView/external_includes/cpython/bytesobject.h type PyBytesObject (line 5) | typedef struct { type _PyBytesWriter (line 44) | typedef struct { FILE: LView/external_includes/cpython/code.h type _Py_CODEUNIT (line 5) | typedef uint16_t _Py_CODEUNIT; type _PyOpcache (line 15) | typedef struct _PyOpcache _PyOpcache; type PyCodeObject (line 18) | struct PyCodeObject { type PyAddrPair (line 138) | typedef struct _addr_pair { FILE: LView/external_includes/cpython/dictobject.h type PyDictKeysObject (line 9) | typedef struct _dictkeysobject PyDictKeysObject; type PyDictObject (line 14) | typedef struct { type _Py_Identifier (line 37) | struct _Py_Identifier type _Py_Identifier (line 71) | struct _Py_Identifier type _Py_Identifier (line 72) | struct _Py_Identifier type _Py_Identifier (line 74) | struct _Py_Identifier type _PyDictViewObject (line 82) | typedef struct { FILE: LView/external_includes/cpython/fileobject.h type PyObject (line 16) | typedef PyObject * (*Py_OpenCodeHookFunction)(PyObject *, void *); FILE: LView/external_includes/cpython/fileutils.h type _Py_error_handler (line 5) | typedef enum { type _Py_stat_struct (line 52) | struct _Py_stat_struct { type _Py_stat_struct (line 76) | struct _Py_stat_struct type _Py_stat_struct (line 80) | struct _Py_stat_struct type stat (line 84) | struct stat FILE: LView/external_includes/cpython/frameobject.h type PyTryBlock (line 11) | typedef struct { type _frame (line 17) | struct _frame { FILE: LView/external_includes/cpython/import.h type _Py_Identifier (line 13) | struct _Py_Identifier type _inittab (line 30) | struct _inittab { type _inittab (line 34) | struct _inittab type _inittab (line 35) | struct _inittab type _frozen (line 37) | struct _frozen { type _frozen (line 46) | struct _frozen FILE: LView/external_includes/cpython/initconfig.h type PyStatus (line 10) | typedef struct { type PyWideStringList (line 31) | typedef struct { type PyPreConfig (line 47) | typedef struct { type PyConfig (line 133) | typedef struct { FILE: LView/external_includes/cpython/listobject.h type PyListObject (line 9) | typedef struct { FILE: LView/external_includes/cpython/methodobject.h type PyCFunctionObject (line 23) | typedef struct { type PyCMethodObject (line 32) | typedef struct { FILE: LView/external_includes/cpython/object.h type _Py_Identifier (line 45) | typedef struct _Py_Identifier { type Py_buffer (line 56) | typedef struct bufferinfo { type PyObject (line 74) | typedef PyObject *(*vectorcallfunc)(PyObject *callable, PyObject *const ... type PyNumberMethods (line 111) | typedef struct { type PySequenceMethods (line 158) | typedef struct { type PyMappingMethods (line 172) | typedef struct { type PyAsyncMethods (line 178) | typedef struct { type PyBufferProcs (line 184) | typedef struct { type Py_ssize_t (line 191) | typedef Py_ssize_t printfunc; type _typeobject (line 193) | struct _typeobject { type PyHeapTypeObject (line 277) | typedef struct _heaptypeobject { type _Py_Identifier (line 308) | struct _Py_Identifier type _Py_Identifier (line 315) | struct _Py_Identifier type _Py_Identifier (line 316) | struct _Py_Identifier type _Py_Identifier (line 317) | struct _Py_Identifier type _Py_Identifier (line 328) | struct _Py_Identifier type _ts (line 517) | struct _ts type _ts (line 520) | struct _ts type _ts (line 521) | struct _ts FILE: LView/external_includes/cpython/objimpl.h function PyObject (line 64) | static inline PyObject* function PyVarObject (line 79) | static inline PyVarObject* type PyObjectArenaAllocator (line 101) | typedef struct { FILE: LView/external_includes/cpython/pyerrors.h type PyBaseExceptionObject (line 17) | typedef struct { type PySyntaxErrorObject (line 21) | typedef struct { type PyImportErrorObject (line 31) | typedef struct { type PyUnicodeErrorObject (line 38) | typedef struct { type PySystemExitObject (line 47) | typedef struct { type PyOSErrorObject (line 52) | typedef struct { type PyStopIterationObject (line 64) | typedef struct { type PyOSErrorObject (line 70) | typedef PyOSErrorObject PyEnvironmentErrorObject; type PyOSErrorObject (line 72) | typedef PyOSErrorObject PyWindowsErrorObject; FILE: LView/external_includes/cpython/pymem.h type PyMemAllocatorDomain (line 29) | typedef enum { type PyMemAllocatorName (line 40) | typedef enum { type PyMemAllocatorEx (line 53) | typedef struct { FILE: LView/external_includes/cpython/pystate.h type _PyErr_StackItem (line 36) | typedef struct _err_stackitem { type _ts (line 51) | struct _ts { type PyObject (line 187) | typedef PyObject* (*_PyFrameEvalFunction)(PyThreadState *tstate, PyFrame... type _xid (line 204) | struct _xid type _PyCrossInterpreterData (line 209) | typedef struct _xid { type _xid (line 256) | struct _xid FILE: LView/external_includes/cpython/traceback.h type PyTracebackObject (line 9) | typedef struct _traceback { FILE: LView/external_includes/cpython/tupleobject.h type PyTupleObject (line 9) | typedef struct { FILE: LView/external_includes/cpython/unicodeobject.h type wchar_t (line 14) | typedef wchar_t Py_UNICODE; function Py_UNICODE_COPY (line 53) | static inline void function Py_UNICODE_FILL (line 58) | static inline void type PyASCIIObject (line 85) | typedef struct { type PyCompactUnicodeObject (line 224) | typedef struct { type PyUnicodeObject (line 236) | typedef struct { type PyUnicode_Kind (line 313) | enum PyUnicode_Kind { function Py_ssize_t (line 446) | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { type _PyUnicodeWriter (line 606) | typedef struct { type PyUnicode_Kind (line 669) | enum PyUnicode_Kind FILE: LView/external_includes/datetime.h type PyDateTime_Delta (line 34) | typedef struct type PyDateTime_TZInfo (line 43) | typedef struct type _PyDateTime_BaseTZInfo (line 61) | typedef struct type _PyDateTime_BaseTime (line 76) | typedef struct type PyDateTime_Time (line 81) | typedef struct type PyDateTime_Date (line 94) | typedef struct type _PyDateTime_BaseDateTime (line 104) | typedef struct type PyDateTime_DateTime (line 109) | typedef struct type PyDateTime_CAPI (line 150) | typedef struct { FILE: LView/external_includes/descrobject.h type PyObject (line 8) | typedef PyObject *(*getter)(PyObject *, void *); type PyGetSetDef (line 11) | typedef struct PyGetSetDef { type PyObject (line 20) | typedef PyObject *(*wrapperfunc)(PyObject *self, PyObject *args, type PyObject (line 23) | typedef PyObject *(*wrapperfunc_kwds)(PyObject *self, PyObject *args, type wrapperbase (line 26) | struct wrapperbase { type PyDescrObject (line 41) | typedef struct { type PyMethodDescrObject (line 53) | typedef struct { type PyMemberDescrObject (line 59) | typedef struct { type PyGetSetDescrObject (line 64) | typedef struct { type PyWrapperDescrObject (line 69) | typedef struct { type PyMemberDef (line 88) | struct PyMemberDef type PyMemberDef (line 90) | struct PyMemberDef type PyGetSetDef (line 92) | struct PyGetSetDef type wrapperbase (line 95) | struct wrapperbase FILE: LView/external_includes/dynamic_annotations.h function T (line 473) | T _Py_ANNOTATE_UNPROTECTED_READ(const volatile T &x) { FILE: LView/external_includes/floatobject.h type PyFloatObject (line 15) | typedef struct { FILE: LView/external_includes/funcobject.h type PyFunctionObject (line 21) | typedef struct { FILE: LView/external_includes/genobject.h type PyGenObject (line 31) | typedef struct { type PyCoroObject (line 51) | typedef struct { type PyAsyncGenObject (line 66) | typedef struct { FILE: LView/external_includes/grammar.h type label (line 14) | typedef struct { type labellist (line 23) | typedef struct { type arc (line 30) | typedef struct { type state (line 37) | typedef struct { type dfa (line 50) | typedef struct { type grammar (line 60) | typedef struct { FILE: LView/external_includes/internal/pycore_abstract.h function _PyIndex_Check (line 12) | static inline int FILE: LView/external_includes/internal/pycore_accu.h type _PyAccu (line 24) | typedef struct { FILE: LView/external_includes/internal/pycore_atomic.h type _Py_memory_order (line 37) | typedef enum _Py_memory_order { type _Py_atomic_address (line 45) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 49) | typedef struct _Py_atomic_int { type _Py_memory_order (line 68) | typedef enum _Py_memory_order { type _Py_atomic_address (line 76) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 80) | typedef struct _Py_atomic_int { type _Py_memory_order (line 106) | typedef enum _Py_memory_order { type _Py_atomic_address (line 114) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 118) | typedef struct _Py_atomic_int { function _Py_atomic_signal_fence (line 123) | static __inline__ void function _Py_atomic_thread_fence (line 130) | static __inline__ void function _Py_ANNOTATE_MEMORY_ORDER (line 138) | static __inline__ void type _Py_memory_order (line 242) | typedef enum _Py_memory_order { type _Py_atomic_address (line 250) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 254) | typedef struct _Py_atomic_int { function _Py_atomic_load_64bit_impl (line 294) | inline intptr_t _Py_atomic_load_64bit_impl(volatile uintptr_t* value, in... function _Py_atomic_load_32bit_impl (line 332) | inline int _Py_atomic_load_32bit_impl(volatile int* value, int order) { type _Py_memory_order (line 378) | typedef enum _Py_memory_order { type _Py_atomic_address (line 386) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 390) | typedef struct _Py_atomic_int { function _Py_atomic_load_64bit_impl (line 430) | inline intptr_t _Py_atomic_load_64bit_impl(volatile uintptr_t* value, in... function _Py_atomic_load_32bit_impl (line 468) | inline int _Py_atomic_load_32bit_impl(volatile int* value, int order) { type _Py_memory_order (line 515) | typedef enum _Py_memory_order { type _Py_atomic_address (line 523) | typedef struct _Py_atomic_address { type _Py_atomic_int (line 527) | typedef struct _Py_atomic_int { FILE: LView/external_includes/internal/pycore_byteswap.h function _Py_bswap16 (line 31) | static inline uint16_t function _Py_bswap32 (line 46) | static inline uint32_t function _Py_bswap64 (line 63) | static inline uint64_t FILE: LView/external_includes/internal/pycore_call.h function PyObject (line 31) | static inline PyObject * FILE: LView/external_includes/internal/pycore_ceval.h type pyruntimestate (line 12) | struct pyruntimestate type _ceval_runtime_state (line 13) | struct _ceval_runtime_state type _ceval_runtime_state (line 18) | struct _ceval_runtime_state type _ceval_state (line 19) | struct _ceval_state type _ceval_state (line 20) | struct _ceval_state type pyruntimestate (line 28) | struct pyruntimestate function PyObject (line 37) | static inline PyObject* type pyruntimestate (line 53) | struct pyruntimestate function _Py_MakeRecCheck (line 67) | static inline int _Py_MakeRecCheck(PyThreadState *tstate) { function _Py_MakeRecCheck (line 72) | static inline int _Py_MakeRecCheck(PyThreadState *tstate) { function _Py_EnterRecursiveCall (line 81) | static inline int _Py_EnterRecursiveCall(PyThreadState *tstate, function _Py_EnterRecursiveCall_inline (line 86) | static inline int _Py_EnterRecursiveCall_inline(const char *where) { function _Py_RecursionLimitLowerWaterMark (line 96) | static inline int _Py_RecursionLimitLowerWaterMark(int limit) { function _Py_LeaveRecursiveCall (line 105) | static inline void _Py_LeaveRecursiveCall(PyThreadState *tstate) { function _Py_LeaveRecursiveCall_inline (line 113) | static inline void _Py_LeaveRecursiveCall_inline(void) { FILE: LView/external_includes/internal/pycore_code.h type _PyOpcache_LoadGlobal (line 7) | typedef struct { type _PyOpcache (line 13) | struct _PyOpcache { FILE: LView/external_includes/internal/pycore_condvar.h type CRITICAL_SECTION (line 57) | typedef CRITICAL_SECTION PyMUTEX_T; type PyCOND_T (line 76) | typedef struct _PyCOND_T type SRWLOCK (line 87) | typedef SRWLOCK PyMUTEX_T; type CONDITION_VARIABLE (line 89) | typedef CONDITION_VARIABLE PyCOND_T; FILE: LView/external_includes/internal/pycore_context.h type _pycontextobject (line 10) | struct _pycontextobject { type _pycontextvarobject (line 19) | struct _pycontextvarobject { type _pycontexttokenobject (line 30) | struct _pycontexttokenobject { FILE: LView/external_includes/internal/pycore_fileutils.h type lconv (line 47) | struct lconv FILE: LView/external_includes/internal/pycore_gc.h type PyGC_Head (line 12) | typedef struct { type gc_generation (line 113) | struct gc_generation { type gc_generation_stats (line 121) | struct gc_generation_stats { type _gc_runtime_state (line 130) | struct _gc_runtime_state { type _gc_runtime_state (line 164) | struct _gc_runtime_state FILE: LView/external_includes/internal/pycore_getopt.h type _PyOS_LongOption (line 14) | typedef struct { FILE: LView/external_includes/internal/pycore_gil.h type _gil_runtime_state (line 23) | struct _gil_runtime_state { FILE: LView/external_includes/internal/pycore_hamt.h type PyHamtNode (line 15) | typedef struct { type PyHamtObject (line 21) | typedef struct { type PyHamtIteratorState (line 41) | typedef struct { type PyHamtIterator (line 56) | typedef struct { FILE: LView/external_includes/internal/pycore_hashtable.h type _Py_slist_item_t (line 13) | typedef struct _Py_slist_item_s { type _Py_slist_t (line 17) | typedef struct { type _Py_hashtable_entry_t (line 28) | typedef struct { type _Py_hashtable_t (line 41) | struct _Py_hashtable_t type _Py_hashtable_t (line 42) | typedef struct _Py_hashtable_t _Py_hashtable_t; type Py_uhash_t (line 44) | typedef Py_uhash_t (*_Py_hashtable_hash_func) (const void *key); type _Py_hashtable_entry_t (line 47) | typedef _Py_hashtable_entry_t* (*_Py_hashtable_get_entry_func)(_Py_hasht... type _Py_hashtable_allocator_t (line 50) | typedef struct { type _Py_hashtable_t (line 60) | struct _Py_hashtable_t { function _Py_hashtable_entry_t (line 120) | static inline _Py_hashtable_entry_t * FILE: LView/external_includes/internal/pycore_initconfig.h type pyruntimestate (line 12) | struct pyruntimestate type _PyArgv (line 64) | typedef struct _PyArgv { type _PyPreCmdline (line 97) | typedef struct { type _PyConfigInitEnum (line 141) | typedef enum { type pyruntimestate (line 154) | struct pyruntimestate FILE: LView/external_includes/internal/pycore_interp.h type _pending_calls (line 18) | struct _pending_calls { type _ceval_state (line 35) | struct _ceval_state { type _Py_unicode_fs_codec (line 53) | struct _Py_unicode_fs_codec { type _Py_unicode_state (line 60) | struct _Py_unicode_state { type _is (line 71) | struct _is { type _xidregitem (line 174) | struct _xidregitem type _xidregitem (line 176) | struct _xidregitem { type _is (line 182) | struct _is type _is (line 184) | struct _is type _is (line 185) | struct _is type _is (line 186) | struct _is FILE: LView/external_includes/internal/pycore_object.h function _PyObject_GC_TRACK_impl (line 29) | static inline void _PyObject_GC_TRACK_impl(const char *filename, int lin... function _PyObject_GC_UNTRACK_impl (line 63) | static inline void _PyObject_GC_UNTRACK_impl(const char *filename, int l... function PyObject (line 92) | static inline PyObject ** function _PyType_HasFeature (line 100) | static inline int function _PyObject_IS_GC (line 106) | static inline int FILE: LView/external_includes/internal/pycore_pathconfig.h type _PyPathConfig (line 11) | typedef struct _PyPathConfig { FILE: LView/external_includes/internal/pycore_pyerrors.h function PyObject (line 11) | static inline PyObject* _PyErr_Occurred(PyThreadState *tstate) function _PyErr_ClearExcState (line 17) | static inline void _PyErr_ClearExcState(_PyErr_StackItem *exc_state) FILE: LView/external_includes/internal/pycore_pylifecycle.h type _PyArgv (line 12) | struct _PyArgv type pyruntimestate (line 13) | struct pyruntimestate type _PyArgv (line 95) | struct _PyArgv type _PyArgv (line 98) | struct _PyArgv FILE: LView/external_includes/internal/pycore_pymem.h function _PyMem_IsPtrFreed (line 45) | static inline int _PyMem_IsPtrFreed(void *ptr) type _PyTraceMalloc_Config (line 75) | struct _PyTraceMalloc_Config { type _PyTraceMalloc_Config (line 98) | struct _PyTraceMalloc_Config FILE: LView/external_includes/internal/pycore_pystate.h function _Py_IsMainThread (line 16) | static inline int function _Py_IsMainInterpreter (line 24) | static inline int function _Py_ThreadCanHandleSignals (line 34) | static inline int function _Py_ThreadCanHandlePendingCalls (line 42) | static inline int function PyThreadState (line 52) | static inline PyThreadState* function PyThreadState (line 67) | static inline PyThreadState* function _Py_EnsureFuncTstateNotNULL (line 79) | static inline void function PyInterpreterState (line 100) | static inline PyInterpreterState* _PyInterpreterState_GET(void) { type _gilstate_runtime_state (line 118) | struct _gilstate_runtime_state type PyModuleDef (line 130) | struct PyModuleDef FILE: LView/external_includes/internal/pycore_runtime.h type _ceval_runtime_state (line 16) | struct _ceval_runtime_state { type _gilstate_runtime_state (line 27) | struct _gilstate_runtime_state { type _Py_AuditHookEntry (line 44) | typedef struct _Py_AuditHookEntry { type _PyRuntimeState (line 52) | typedef struct pyruntimestate { function PyThreadState (line 131) | static inline PyThreadState* function _PyRuntimeState_SetFinalizing (line 136) | static inline void FILE: LView/external_includes/internal/pycore_traceback.h type _is (line 12) | struct _is type _is (line 60) | struct _is FILE: LView/external_includes/internal/pycore_warnings.h type _warnings_runtime_state (line 11) | struct _warnings_runtime_state { FILE: LView/external_includes/longintrepr.h type digit (line 45) | typedef uint32_t digit; type sdigit (line 46) | typedef int32_t sdigit; type twodigits (line 47) | typedef uint64_t twodigits; type stwodigits (line 48) | typedef int64_t stwodigits; type digit (line 53) | typedef unsigned short digit; type sdigit (line 54) | typedef short sdigit; type twodigits (line 55) | typedef unsigned long twodigits; type stwodigits (line 56) | typedef long stwodigits; type _longobject (line 85) | struct _longobject { FILE: LView/external_includes/longobject.h type PyLongObject (line 10) | typedef struct _longobject PyLongObject; FILE: LView/external_includes/memoryobject.h type _PyManagedBufferObject (line 42) | typedef struct { type PyMemoryViewObject (line 57) | typedef struct { FILE: LView/external_includes/methodobject.h type PyObject (line 19) | typedef PyObject *(*PyCFunction)(PyObject *, PyObject *); type PyObject (line 20) | typedef PyObject *(*_PyCFunctionFast) (PyObject *, PyObject *const *, Py... type PyObject (line 21) | typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, type PyObject (line 23) | typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, type PyObject (line 26) | typedef PyObject *(*PyCMethod)(PyObject *, PyTypeObject *, PyObject *con... type PyMethodDef (line 35) | struct PyMethodDef { type PyMethodDef (line 42) | typedef struct PyMethodDef PyMethodDef; FILE: LView/external_includes/modsupport.h type _PyArg_Parser (line 92) | typedef struct _PyArg_Parser { type _PyArg_Parser (line 110) | struct _PyArg_Parser type _PyArg_Parser (line 120) | struct _PyArg_Parser type _PyArg_Parser (line 123) | struct _PyArg_Parser type _PyArg_Parser (line 127) | struct _PyArg_Parser type PyModuleDef (line 218) | struct PyModuleDef type PyModuleDef (line 221) | struct PyModuleDef FILE: LView/external_includes/moduleobject.h type PyModuleDef (line 35) | struct PyModuleDef type PyModuleDef (line 40) | struct PyModuleDef type PyModuleDef_Base (line 44) | typedef struct PyModuleDef_Base { type PyModuleDef_Slot (line 61) | typedef struct PyModuleDef_Slot{ type PyModuleDef (line 75) | typedef struct PyModuleDef{ FILE: LView/external_includes/node.h type node (line 10) | typedef struct _node { FILE: LView/external_includes/object.h type PyTypeObject (line 66) | typedef struct _typeobject PyTypeObject; type PyObject (line 105) | typedef struct _object { type PyVarObject (line 115) | typedef struct { function _Py_IS_TYPE (line 127) | static inline int _Py_IS_TYPE(const PyObject *ob, const PyTypeObject *ty... function _Py_SET_REFCNT (line 132) | static inline void _Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) { function _Py_SET_TYPE (line 137) | static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) { function _Py_SET_SIZE (line 142) | static inline void _Py_SET_SIZE(PyVarObject *ob, Py_ssize_t size) { type PyObject (line 163) | typedef PyObject * (*unaryfunc)(PyObject *); type PyObject (line 164) | typedef PyObject * (*binaryfunc)(PyObject *, PyObject *); type PyObject (line 165) | typedef PyObject * (*ternaryfunc)(PyObject *, PyObject *, PyObject *); type Py_ssize_t (line 167) | typedef Py_ssize_t (*lenfunc)(PyObject *); type PyObject (line 168) | typedef PyObject *(*ssizeargfunc)(PyObject *, Py_ssize_t); type PyObject (line 169) | typedef PyObject *(*ssizessizeargfunc)(PyObject *, Py_ssize_t, Py_ssize_t); type PyObject (line 181) | typedef PyObject *(*getattrfunc)(PyObject *, char *); type PyObject (line 182) | typedef PyObject *(*getattrofunc)(PyObject *, PyObject *); type PyObject (line 185) | typedef PyObject *(*reprfunc)(PyObject *); type Py_hash_t (line 186) | typedef Py_hash_t (*hashfunc)(PyObject *); type PyObject (line 187) | typedef PyObject *(*richcmpfunc) (PyObject *, PyObject *, int); type PyObject (line 188) | typedef PyObject *(*getiterfunc) (PyObject *); type PyObject (line 189) | typedef PyObject *(*iternextfunc) (PyObject *); type PyObject (line 190) | typedef PyObject *(*descrgetfunc) (PyObject *, PyObject *, PyObject *); type PyObject (line 193) | typedef PyObject *(*newfunc)(PyTypeObject *, PyObject *, PyObject *); type PyObject (line 194) | typedef PyObject *(*allocfunc)(PyTypeObject *, Py_ssize_t); type PyType_Slot (line 196) | typedef struct{ type PyType_Spec (line 201) | typedef struct{ type _typeobject (line 218) | struct _typeobject type _typeobject (line 219) | struct _typeobject function _Py_INCREF (line 403) | static inline void _Py_INCREF(PyObject *op) function _Py_DECREF (line 413) | static inline void _Py_DECREF( function _Py_XINCREF (line 485) | static inline void _Py_XINCREF(PyObject *op) function _Py_XDECREF (line 494) | static inline void _Py_XDECREF(PyObject *op) function PyType_HasFeature (line 620) | static inline int function _PyType_Check (line 635) | static inline int _PyType_Check(PyObject *op) { function _PyType_CheckExact (line 640) | static inline int _PyType_CheckExact(PyObject *op) { FILE: LView/external_includes/odictobject.h type PyODictObject (line 13) | typedef struct _odictobject PyODictObject; FILE: LView/external_includes/parsetok.h type perrdetail (line 13) | typedef struct { FILE: LView/external_includes/py_curses.h type PyCursesWindowObject (line 61) | typedef struct { FILE: LView/external_includes/pyarena.h type PyArena (line 12) | typedef struct _arena PyArena; FILE: LView/external_includes/pyconfig.h type __int64 (line 168) | typedef __int64 ssize_t; type _W64 (line 170) | typedef _W64 int ssize_t; type pid_t (line 190) | typedef int pid_t; type pid_t (line 232) | typedef int pid_t; FILE: LView/external_includes/pydtrace.h function PyDTrace_LINE (line 28) | static inline void PyDTrace_LINE(const char *arg0, const char *arg1, int... function PyDTrace_FUNCTION_ENTRY (line 29) | static inline void PyDTrace_FUNCTION_ENTRY(const char *arg0, const char ... function PyDTrace_FUNCTION_RETURN (line 30) | static inline void PyDTrace_FUNCTION_RETURN(const char *arg0, const char... function PyDTrace_GC_START (line 31) | static inline void PyDTrace_GC_START(int arg0) {} function PyDTrace_GC_DONE (line 32) | static inline void PyDTrace_GC_DONE(Py_ssize_t arg0) {} function PyDTrace_INSTANCE_NEW_START (line 33) | static inline void PyDTrace_INSTANCE_NEW_START(int arg0) {} function PyDTrace_INSTANCE_NEW_DONE (line 34) | static inline void PyDTrace_INSTANCE_NEW_DONE(int arg0) {} function PyDTrace_INSTANCE_DELETE_START (line 35) | static inline void PyDTrace_INSTANCE_DELETE_START(int arg0) {} function PyDTrace_INSTANCE_DELETE_DONE (line 36) | static inline void PyDTrace_INSTANCE_DELETE_DONE(int arg0) {} function PyDTrace_IMPORT_FIND_LOAD_START (line 37) | static inline void PyDTrace_IMPORT_FIND_LOAD_START(const char *arg0) {} function PyDTrace_IMPORT_FIND_LOAD_DONE (line 38) | static inline void PyDTrace_IMPORT_FIND_LOAD_DONE(const char *arg0, int ... function PyDTrace_AUDIT (line 39) | static inline void PyDTrace_AUDIT(const char *arg0, void *arg1) {} function PyDTrace_LINE_ENABLED (line 41) | static inline int PyDTrace_LINE_ENABLED(void) { return 0; } function PyDTrace_FUNCTION_ENTRY_ENABLED (line 42) | static inline int PyDTrace_FUNCTION_ENTRY_ENABLED(void) { return 0; } function PyDTrace_FUNCTION_RETURN_ENABLED (line 43) | static inline int PyDTrace_FUNCTION_RETURN_ENABLED(void) { return 0; } function PyDTrace_GC_START_ENABLED (line 44) | static inline int PyDTrace_GC_START_ENABLED(void) { return 0; } function PyDTrace_GC_DONE_ENABLED (line 45) | static inline int PyDTrace_GC_DONE_ENABLED(void) { return 0; } function PyDTrace_INSTANCE_NEW_START_ENABLED (line 46) | static inline int PyDTrace_INSTANCE_NEW_START_ENABLED(void) { return 0; } function PyDTrace_INSTANCE_NEW_DONE_ENABLED (line 47) | static inline int PyDTrace_INSTANCE_NEW_DONE_ENABLED(void) { return 0; } function PyDTrace_INSTANCE_DELETE_START_ENABLED (line 48) | static inline int PyDTrace_INSTANCE_DELETE_START_ENABLED(void) { return ... function PyDTrace_INSTANCE_DELETE_DONE_ENABLED (line 49) | static inline int PyDTrace_INSTANCE_DELETE_DONE_ENABLED(void) { return 0; } function PyDTrace_IMPORT_FIND_LOAD_START_ENABLED (line 50) | static inline int PyDTrace_IMPORT_FIND_LOAD_START_ENABLED(void) { return... function PyDTrace_IMPORT_FIND_LOAD_DONE_ENABLED (line 51) | static inline int PyDTrace_IMPORT_FIND_LOAD_DONE_ENABLED(void) { return ... function PyDTrace_AUDIT_ENABLED (line 52) | static inline int PyDTrace_AUDIT_ENABLED(void) { return 0; } FILE: LView/external_includes/pyexpat.h type PyExpat_CAPI (line 9) | struct PyExpat_CAPI FILE: LView/external_includes/pyframe.h type PyFrameObject (line 12) | typedef struct _frame PyFrameObject; FILE: LView/external_includes/pyhash.h type _Py_HashSecret_t (line 56) | typedef union { type PyHash_FuncDef (line 89) | typedef struct { FILE: LView/external_includes/pymath.h function __icc_nan (line 167) | __declspec(noinline) FILE: LView/external_includes/pyport.h type Py_uintptr_t (line 97) | typedef uintptr_t Py_uintptr_t; type Py_intptr_t (line 98) | typedef intptr_t Py_intptr_t; type Py_ssize_t (line 105) | typedef ssize_t Py_ssize_t; type Py_intptr_t (line 107) | typedef Py_intptr_t Py_ssize_t; type Py_ssize_t (line 114) | typedef Py_ssize_t Py_hash_t; type Py_uhash_t (line 117) | typedef size_t Py_uhash_t; type Py_ssize_t (line 121) | typedef Py_ssize_t Py_ssize_clean_t; type Py_ssize_clean_t (line 123) | typedef int Py_ssize_clean_t; FILE: LView/external_includes/pystate.h type _ts (line 16) | struct _ts type _is (line 17) | struct _is type PyThreadState (line 20) | typedef struct _ts PyThreadState; type PyInterpreterState (line 22) | typedef struct _is PyInterpreterState; type PyModuleDef (line 53) | struct PyModuleDef type PyModuleDef (line 54) | struct PyModuleDef type PyModuleDef (line 56) | struct PyModuleDef type PyGILState_STATE (line 94) | typedef FILE: LView/external_includes/pythonrun.h type _mod (line 35) | struct _mod type _mod (line 41) | struct _mod type _mod (line 47) | struct _mod type _mod (line 57) | struct _mod type _node (line 79) | struct _node type _node (line 84) | struct _node type _node (line 91) | struct _node type symtable (line 123) | struct symtable type symtable (line 135) | struct symtable type symtable (line 140) | struct symtable FILE: LView/external_includes/pythread.h type PyLockStatus (line 13) | typedef enum PyLockStatus { type Py_tss_t (line 123) | typedef struct _Py_tss_t Py_tss_t; type _Py_tss_t (line 143) | struct _Py_tss_t { FILE: LView/external_includes/pytime.h type _PyTime_t (line 19) | typedef int64_t _PyTime_t; type _PyTime_round_t (line 23) | typedef enum { type timeval (line 123) | struct timeval type timeval (line 130) | struct timeval type timeval (line 135) | struct timeval type timespec (line 153) | struct timespec type timespec (line 158) | struct timespec type _Py_clock_info_t (line 184) | typedef struct { type tm (line 218) | struct tm type tm (line 222) | struct tm FILE: LView/external_includes/setobject.h type setentry (line 26) | typedef struct { type PySetObject (line 42) | typedef struct { FILE: LView/external_includes/sliceobject.h type PySliceObject (line 22) | typedef struct { FILE: LView/external_includes/structmember.h type PyMemberDef (line 18) | typedef struct PyMemberDef { type PyMemberDef (line 67) | struct PyMemberDef type PyMemberDef (line 68) | struct PyMemberDef FILE: LView/external_includes/structseq.h type PyStructSequence_Field (line 10) | typedef struct PyStructSequence_Field { type PyStructSequence_Desc (line 15) | typedef struct PyStructSequence_Desc { type PyTupleObject (line 35) | typedef PyTupleObject PyStructSequence; FILE: LView/external_includes/symtable.h type _Py_block_ty (line 14) | typedef enum _block_type { FunctionBlock, ClassBlock, ModuleBlock } type _symtable_entry (line 17) | struct _symtable_entry type symtable (line 19) | struct symtable { type PySTEntryObject (line 38) | typedef struct _symtable_entry { type symtable (line 76) | struct symtable type symtable (line 80) | struct symtable type symtable (line 84) | struct symtable type symtable (line 86) | struct symtable FILE: LView/external_includes/ucnhash.h type _PyUnicode_Name_CAPI (line 13) | typedef struct { FILE: LView/external_includes/unicodeobject.h type Py_UCS4 (line 102) | typedef uint32_t Py_UCS4; type Py_UCS2 (line 103) | typedef uint16_t Py_UCS2; type Py_UCS1 (line 104) | typedef uint8_t Py_UCS1; FILE: LView/external_includes/weakrefobject.h type PyWeakReference (line 10) | typedef struct _PyWeakReference PyWeakReference; type _PyWeakReference (line 16) | struct _PyWeakReference { FILE: LView/imgui.cpp type ImGui (line 855) | namespace ImGui function FreeWrapper (line 918) | static void FreeWrapper(void* ptr, void* user_data) { IM_UNUSE... function FreeWrapper (line 921) | static void FreeWrapper(void* ptr, void* user_data) { IM_UNUSE... function ImVec2 (line 1123) | ImVec2 ImBezierClosestPoint(const ImVec2& p1, const ImVec2& p2, const Im... function BezierClosestPointCasteljauStep (line 1146) | static void BezierClosestPointCasteljauStep(const ImVec2& p, ImVec2& p_c... function ImVec2 (line 1181) | ImVec2 ImBezierClosestPointCasteljau(const ImVec2& p1, const ImVec2& p2,... function ImVec2 (line 1191) | ImVec2 ImLineClosestPoint(const ImVec2& a, const ImVec2& b, const ImVec2... function ImTriangleContainsPoint (line 1204) | bool ImTriangleContainsPoint(const ImVec2& a, const ImVec2& b, const ImV... function ImTriangleBarycentricCoords (line 1212) | void ImTriangleBarycentricCoords(const ImVec2& a, const ImVec2& b, const... function ImVec2 (line 1223) | ImVec2 ImTriangleClosestPoint(const ImVec2& a, const ImVec2& b, const Im... function ImStricmp (line 1244) | int ImStricmp(const char* str1, const char* str2) function ImStrnicmp (line 1251) | int ImStrnicmp(const char* str1, const char* str2, size_t count) function ImStrncpy (line 1258) | void ImStrncpy(char* dst, const char* src, size_t count) function ImStrlenW (line 1294) | int ImStrlenW(const ImWchar* str) function ImWchar (line 1309) | const ImWchar* ImStrbolW(const ImWchar* buf_mid_line, const ImWchar* buf... function ImStrTrimBlanks (line 1339) | void ImStrTrimBlanks(char* buf) function ImFormatString (line 1379) | int ImFormatString(char* buf, size_t buf_size, const char* fmt, ...) function ImFormatStringV (line 1397) | int ImFormatStringV(char* buf, size_t buf_size, const char* fmt, va_list... function ImGuiID (line 1439) | ImGuiID ImHashData(const void* data_p, size_t data_size, ImU32 seed) function ImGuiID (line 1455) | ImGuiID ImHashStr(const char* data_p, size_t data_size, ImU32 seed) function ImFileHandle (line 1490) | ImFileHandle ImFileOpen(const char* filename, const char* mode) function ImFileClose (line 1508) | bool ImFileClose(ImFileHandle f) { return fclose(f) == 0; } function ImU64 (line 1509) | ImU64 ImFileGetSize(ImFileHandle f) { long off = 0, sz = 0; return (... function ImU64 (line 1510) | ImU64 ImFileRead(void* data, ImU64 sz, ImU64 count, ImFileHandle f) ... function ImU64 (line 1511) | ImU64 ImFileWrite(const void* data, ImU64 sz, ImU64 count, ImFileHandl... function ImTextCharFromUtf8 (line 1563) | int ImTextCharFromUtf8(unsigned int* out_char, const char* in_text, cons... function ImTextStrFromUtf8 (line 1615) | int ImTextStrFromUtf8(ImWchar* buf, int buf_size, const char* in_text, c... function ImTextCountCharsFromUtf8 (line 1633) | int ImTextCountCharsFromUtf8(const char* in_text, const char* in_text_end) function ImTextCharToUtf8 (line 1648) | static inline int ImTextCharToUtf8(char* buf, int buf_size, unsigned int c) function ImTextCountUtf8BytesFromChar (line 1684) | int ImTextCountUtf8BytesFromChar(const char* in_text, const char* in_tex... function ImTextCountUtf8BytesFromChar (line 1690) | static inline int ImTextCountUtf8BytesFromChar(unsigned int c) function ImTextStrToUtf8 (line 1699) | int ImTextStrToUtf8(char* buf, int buf_size, const ImWchar* in_text, con... function ImTextCountUtf8BytesFromStr (line 1715) | int ImTextCountUtf8BytesFromStr(const ImWchar* in_text, const ImWchar* i... function IMGUI_API (line 1734) | IMGUI_API ImU32 ImAlphaBlendColors(ImU32 col_a, ImU32 col_b) function ImVec4 (line 1743) | ImVec4 ImGui::ColorConvertU32ToFloat4(ImU32 in) function ImU32 (line 1753) | ImU32 ImGui::ColorConvertFloat4ToU32(const ImVec4& in) type StaticFunc (line 1845) | struct StaticFunc method PairCompareByID (line 1847) | PairCompareByID(const void* lhs, const void* rhs) function GetSkipItemForListClipping (line 2142) | static bool GetSkipItemForListClipping() function SetCursorPosYAndSetupForPrevLine (line 2191) | static void SetCursorPosYAndSetupForPrevLine(float pos_y, float line_hei... function ImGuiStyle (line 2360) | ImGuiStyle& ImGui::GetStyle() function ImU32 (line 2366) | ImU32 ImGui::GetColorU32(ImGuiCol idx, float alpha_mul) function ImU32 (line 2374) | ImU32 ImGui::GetColorU32(const ImVec4& col) function ImVec4 (line 2382) | const ImVec4& ImGui::GetStyleColorVec4(ImGuiCol idx) function ImU32 (line 2388) | ImU32 ImGui::GetColorU32(ImU32 col) type ImGuiStyleVarInfo (line 2431) | struct ImGuiStyleVarInfo function ImGuiStyleVarInfo (line 2467) | static const ImGuiStyleVarInfo* GetStyleVarInfo(ImGuiStyleVar idx) function ImGuiID (line 2864) | ImGuiID ImGuiWindow::GetID(const char* str, const char* str_end) function ImGuiID (line 2876) | ImGuiID ImGuiWindow::GetID(const void* ptr) function ImGuiID (line 2888) | ImGuiID ImGuiWindow::GetID(int n) function ImGuiID (line 2900) | ImGuiID ImGuiWindow::GetIDNoKeepAlive(const char* str, const char* str_end) function ImGuiID (line 2911) | ImGuiID ImGuiWindow::GetIDNoKeepAlive(const void* ptr) function ImGuiID (line 2922) | ImGuiID ImGuiWindow::GetIDNoKeepAlive(int n) function ImGuiID (line 2934) | ImGuiID ImGuiWindow::GetIDFromRectangle(const ImRect& r_abs) function SetCurrentWindow (line 2943) | static void SetCurrentWindow(ImGuiWindow* window) function ImGuiID (line 3033) | ImGuiID ImGui::GetHoveredID() function IsWindowContentHoverable (line 3061) | static inline bool IsWindowContentHoverable(ImGuiWindow* window, ImGuiHo... function ImGuiContext (line 3291) | ImGuiContext* ImGui::GetCurrentContext() function ImGuiContext (line 3312) | ImGuiContext* ImGui::CreateContext(ImFontAtlas* shared_font_atlas) function ImGuiIO (line 3349) | ImGuiIO& ImGui::GetIO() function ImDrawData (line 3356) | ImDrawData* ImGui::GetDrawData() function ImDrawList (line 3372) | ImDrawList* ImGui::GetBackgroundDrawList() function ImDrawList (line 3377) | ImDrawList* ImGui::GetForegroundDrawList() function ImDrawListSharedData (line 3382) | ImDrawListSharedData* ImGui::GetDrawListSharedData() function IsWindowActiveAndVisible (line 3502) | static bool IsWindowActiveAndVisible(ImGuiWindow* window) function StartLockWheelingWindow (line 3564) | static void StartLockWheelingWindow(ImGuiWindow* window) function ImGuiKeyModFlags (line 3748) | ImGuiKeyModFlags ImGui::GetMergedKeyModFlags() function AddWindowToSortBuffer (line 4091) | static void AddWindowToSortBuffer(ImVector* out_sorted_win... function AddDrawListToDrawData (line 4108) | static void AddDrawListToDrawData(ImVector* out_list, ImDra... function AddWindowToDrawData (line 4144) | static void AddWindowToDrawData(ImVector* out_render_list, ... function AddRootWindowToDrawData (line 4158) | static void AddRootWindowToDrawData(ImGuiWindow* window) function SetupDrawData (line 4183) | static void SetupDrawData(ImVector* draw_lists, ImDrawData*... function ImVec2 (line 4353) | ImVec2 ImGui::CalcTextSize(const char* text, const char* text_end, bool ... function FindHoveredWindow (line 4379) | static void FindHoveredWindow() function ImVec2 (line 4576) | ImVec2 ImGui::GetMousePos() function ImVec2 (line 4583) | ImVec2 ImGui::GetMousePosOnOpeningCurrentPopup() function ImVec2 (line 4614) | ImVec2 ImGui::GetMouseDragDelta(ImGuiMouseButton button, float lock_thre... function ImGuiMouseCursor (line 4635) | ImGuiMouseCursor ImGui::GetMouseCursor() function ImVec2 (line 4761) | ImVec2 ImGui::GetItemRectMin() function ImVec2 (line 4767) | ImVec2 ImGui::GetItemRectMax() function ImVec2 (line 4773) | ImVec2 ImGui::GetItemRectSize() function ImRect (line 4779) | static ImRect GetViewportRect() function SetWindowConditionAllowFlags (line 4911) | static void SetWindowConditionAllowFlags(ImGuiWindow* window, ImGuiCond ... function ImGuiWindow (line 4918) | ImGuiWindow* ImGui::FindWindowByID(ImGuiID id) function ImGuiWindow (line 4924) | ImGuiWindow* ImGui::FindWindowByName(const char* name) function ApplyWindowSettings (line 4930) | static void ApplyWindowSettings(ImGuiWindow* window, ImGuiWindowSettings... function ImGuiWindow (line 4938) | static ImGuiWindow* CreateNewWindow(const char* name, ImGuiWindowFlags f... function ImVec2 (line 4984) | static ImVec2 CalcWindowSizeAfterConstraint(ImGuiWindow* window, ImVec2 ... function ImVec2 (line 5017) | static ImVec2 CalcWindowContentSize(ImGuiWindow* window) function ImVec2 (line 5031) | static ImVec2 CalcWindowAutoFitSize(ImGuiWindow* window, const ImVec2& s... function ImVec2 (line 5066) | ImVec2 ImGui::CalcWindowExpectedSize(ImGuiWindow* window) function ImGuiCol (line 5074) | static ImGuiCol GetWindowBgColorIdxFromFlags(ImGuiWindowFlags flags) function CalcResizePosSizeFromAnyCorner (line 5083) | static void CalcResizePosSizeFromAnyCorner(ImGuiWindow* window, const Im... type ImGuiResizeGripDef (line 5097) | struct ImGuiResizeGripDef type ImGuiResizeBorderDef (line 5112) | struct ImGuiResizeBorderDef function ImRect (line 5127) | static ImRect GetResizeBorderRect(ImGuiWindow* window, int border_n, flo... function ImGuiID (line 5141) | ImGuiID ImGui::GetWindowResizeID(ImGuiWindow* window, int n) function ClampWindowRect (line 5279) | static inline void ClampWindowRect(ImGuiWindow* window, const ImRect& vi... function ImVec2 (line 6484) | ImVec2 ImGui::GetWindowPos() function ImVec2 (line 6522) | ImVec2 ImGui::GetWindowSize() function ImDrawList (line 6696) | ImDrawList* ImGui::GetWindowDrawList() function ImFont (line 6702) | ImFont* ImGui::GetFont() function ImVec2 (line 6712) | ImVec2 ImGui::GetFontTexUvWhitePixel() function ImGuiStorage (line 6782) | ImGuiStorage* ImGui::GetStateStorage() function ImGuiID (line 6831) | ImGuiID ImGui::GetIDWithSeed(const char* str, const char* str_end, ImGui... function ImGuiID (line 6849) | ImGuiID ImGui::GetID(const char* str_id) function ImGuiID (line 6855) | ImGuiID ImGui::GetID(const char* str_id_begin, const char* str_id_end) function ImGuiID (line 6861) | ImGuiID ImGui::GetID(const void* ptr_id) function ImVec2 (line 7245) | ImVec2 ImGui::GetCursorScreenPos() function ImVec2 (line 7260) | ImVec2 ImGui::GetCursorPos() function ImVec2 (line 7299) | ImVec2 ImGui::GetCursorStartPos() function ImVec2 (line 7383) | ImVec2 ImGui::CalcItemSize(ImVec2 size, float default_w, float default_h) function ImVec2 (line 7431) | ImVec2 ImGui::GetContentRegionMax() function ImVec2 (line 7442) | ImVec2 ImGui::GetContentRegionMaxAbs() function ImVec2 (line 7452) | ImVec2 ImGui::GetContentRegionAvail() function ImVec2 (line 7459) | ImVec2 ImGui::GetWindowContentRegionMin() function ImVec2 (line 7465) | ImVec2 ImGui::GetWindowContentRegionMax() function CalcScrollEdgeSnap (line 7569) | static float CalcScrollEdgeSnap(float target, float snap_min, float snap... function ImVec2 (line 7578) | static ImVec2 CalcNextScrollFromScrollTargetAndClamp(ImGuiWindow* window) function ImVec2 (line 7613) | ImVec2 ImGui::ScrollToBringRectIntoView(ImGuiWindow* window, const ImRec... function ImGuiWindow (line 7864) | ImGuiWindow* ImGui::GetTopMostPopupModal() function ImVec2 (line 8181) | ImVec2 ImGui::FindBestWindowPosForPopupEx(const ImVec2& ref_pos, const I... function ImRect (line 8255) | ImRect ImGui::GetWindowAllowedExtentRect(ImGuiWindow* window) function ImVec2 (line 8264) | ImVec2 ImGui::FindBestWindowPosForPopup(ImGuiWindow* window) function ImGuiDir (line 8354) | ImGuiDir ImGetDirQuadrantFromDelta(float dx, float dy) function NavScoreItemDistInterval (line 8361) | static float inline NavScoreItemDistInterval(float a0, float a1, float b... function NavClampRectToVisibleAreaForMoveDir (line 8370) | static void inline NavClampRectToVisibleAreaForMoveDir(ImGuiDir move_dir... function ImGuiWindow (line 8634) | static ImGuiWindow* ImGui::NavRestoreLastChildNavWindow(ImGuiWindow* win... function NavRestoreLayer (line 8641) | static void NavRestoreLayer(ImGuiNavLayer layer) function ImVec2 (line 8688) | static ImVec2 ImGui::NavCalcPreferredRefPos() function ImVec2 (line 8730) | ImVec2 ImGui::GetNavInputAmount2d(ImGuiNavDirSourceFlags dir_sources, Im... function ImGuiWindow (line 9248) | static ImGuiWindow* FindWindowNavFocusable(int i_start, int i_stop, int ... function NavUpdateWindowingHighlightWindow (line 9257) | static void NavUpdateWindowingHighlightWindow(int focus_change_dir) function ImGuiPayload (line 9700) | const ImGuiPayload* ImGui::AcceptDragDropPayload(const char* type, ImGui... function ImGuiPayload (line 9743) | const ImGuiPayload* ImGui::GetDragDropPayload() function ImGuiWindowSettings (line 10033) | ImGuiWindowSettings* ImGui::CreateNewWindowSettings(const char* name) function ImGuiWindowSettings (line 10055) | ImGuiWindowSettings* ImGui::FindWindowSettings(ImGuiID id) function ImGuiWindowSettings (line 10064) | ImGuiWindowSettings* ImGui::FindOrCreateWindowSettings(const char* name) function ImGuiSettingsHandler (line 10071) | ImGuiSettingsHandler* ImGui::FindSettingsHandler(const char* type_name) function WindowSettingsHandler_ClearAll (line 10204) | static void WindowSettingsHandler_ClearAll(ImGuiContext* ctx, ImGuiSetti... function WindowSettingsHandler_ReadLine (line 10222) | static void WindowSettingsHandler_ReadLine(ImGuiContext*, ImGuiSettingsH... function WindowSettingsHandler_ApplyAll (line 10233) | static void WindowSettingsHandler_ApplyAll(ImGuiContext* ctx, ImGuiSetti... function WindowSettingsHandler_WriteAll (line 10245) | static void WindowSettingsHandler_WriteAll(ImGuiContext* ctx, ImGuiSetti... function SetClipboardTextFn_DefaultImpl (line 10332) | static void SetClipboardTextFn_DefaultImpl(void*, const char* text) function SetClipboardTextFn_DefaultImpl (line 10359) | static void SetClipboardTextFn_DefaultImpl(void*, const char* text) function SetClipboardTextFn_DefaultImpl (line 10414) | static void SetClipboardTextFn_DefaultImpl(void*, const char* text) function ImeSetInputScreenPosFn_DefaultImpl (line 10434) | static void ImeSetInputScreenPosFn_DefaultImpl(int x, int y) function ImeSetInputScreenPosFn_DefaultImpl (line 10452) | static void ImeSetInputScreenPosFn_DefaultImpl(int, int) {} function MetricsHelpMarker (line 10474) | static void MetricsHelpMarker(const char* desc) type Funcs (line 10519) | struct Funcs method ImRect (line 10521) | static ImRect GetTableRect(ImGuiTable* table, int rect_type, int n) method ImRect (line 10538) | static ImRect GetWindowRect(ImGuiWindow* window, int rect_type) FILE: LView/imgui.h type ImDrawChannel (line 119) | struct ImDrawChannel type ImDrawCmd (line 120) | struct ImDrawCmd type ImDrawData (line 121) | struct ImDrawData type ImDrawList (line 122) | struct ImDrawList type ImDrawListSharedData (line 123) | struct ImDrawListSharedData type ImDrawListSplitter (line 124) | struct ImDrawListSplitter type ImDrawVert (line 125) | struct ImDrawVert type ImFont (line 126) | struct ImFont type ImFontAtlas (line 127) | struct ImFontAtlas type ImFontConfig (line 128) | struct ImFontConfig type ImFontGlyph (line 129) | struct ImFontGlyph type ImFontGlyphRangesBuilder (line 130) | struct ImFontGlyphRangesBuilder type ImColor (line 131) | struct ImColor type ImGuiContext (line 132) | struct ImGuiContext type ImGuiIO (line 133) | struct ImGuiIO type ImGuiInputTextCallbackData (line 134) | struct ImGuiInputTextCallbackData type ImGuiListClipper (line 135) | struct ImGuiListClipper type ImGuiOnceUponAFrame (line 136) | struct ImGuiOnceUponAFrame type ImGuiPayload (line 137) | struct ImGuiPayload type ImGuiSizeCallbackData (line 138) | struct ImGuiSizeCallbackData type ImGuiStorage (line 139) | struct ImGuiStorage type ImGuiStyle (line 140) | struct ImGuiStyle type ImGuiTableSortSpecs (line 141) | struct ImGuiTableSortSpecs type ImGuiTableColumnSortSpecs (line 142) | struct ImGuiTableColumnSortSpecs type ImGuiTextBuffer (line 143) | struct ImGuiTextBuffer type ImGuiTextFilter (line 144) | struct ImGuiTextFilter type ImGuiCol (line 150) | typedef int ImGuiCol; type ImGuiCond (line 151) | typedef int ImGuiCond; type ImGuiDataType (line 152) | typedef int ImGuiDataType; type ImGuiDir (line 153) | typedef int ImGuiDir; type ImGuiKey (line 154) | typedef int ImGuiKey; type ImGuiNavInput (line 155) | typedef int ImGuiNavInput; type ImGuiMouseButton (line 156) | typedef int ImGuiMouseButton; type ImGuiMouseCursor (line 157) | typedef int ImGuiMouseCursor; type ImGuiSortDirection (line 158) | typedef int ImGuiSortDirection; type ImGuiStyleVar (line 159) | typedef int ImGuiStyleVar; type ImGuiTableBgTarget (line 160) | typedef int ImGuiTableBgTarget; type ImDrawCornerFlags (line 161) | typedef int ImDrawCornerFlags; type ImDrawListFlags (line 162) | typedef int ImDrawListFlags; type ImFontAtlasFlags (line 163) | typedef int ImFontAtlasFlags; type ImGuiBackendFlags (line 164) | typedef int ImGuiBackendFlags; type ImGuiButtonFlags (line 165) | typedef int ImGuiButtonFlags; type ImGuiColorEditFlags (line 166) | typedef int ImGuiColorEditFlags; type ImGuiConfigFlags (line 167) | typedef int ImGuiConfigFlags; type ImGuiComboFlags (line 168) | typedef int ImGuiComboFlags; type ImGuiDragDropFlags (line 169) | typedef int ImGuiDragDropFlags; type ImGuiFocusedFlags (line 170) | typedef int ImGuiFocusedFlags; type ImGuiHoveredFlags (line 171) | typedef int ImGuiHoveredFlags; type ImGuiInputTextFlags (line 172) | typedef int ImGuiInputTextFlags; type ImGuiKeyModFlags (line 173) | typedef int ImGuiKeyModFlags; type ImGuiPopupFlags (line 174) | typedef int ImGuiPopupFlags; type ImGuiSelectableFlags (line 175) | typedef int ImGuiSelectableFlags; type ImGuiSliderFlags (line 176) | typedef int ImGuiSliderFlags; type ImGuiTabBarFlags (line 177) | typedef int ImGuiTabBarFlags; type ImGuiTabItemFlags (line 178) | typedef int ImGuiTabItemFlags; type ImGuiTableFlags (line 179) | typedef int ImGuiTableFlags; type ImGuiTableColumnFlags (line 180) | typedef int ImGuiTableColumnFlags; type ImGuiTableRowFlags (line 181) | typedef int ImGuiTableRowFlags; type ImGuiTreeNodeFlags (line 182) | typedef int ImGuiTreeNodeFlags; type ImGuiWindowFlags (line 183) | typedef int ImGuiWindowFlags; type ImGuiID (line 189) | typedef unsigned int ImGuiID; type ImWchar16 (line 195) | typedef unsigned short ImWchar16; type ImWchar32 (line 196) | typedef unsigned int ImWchar32; type ImWchar32 (line 198) | typedef ImWchar32 ImWchar; type ImWchar16 (line 200) | typedef ImWchar16 ImWchar; type ImS8 (line 204) | typedef signed char ImS8; type ImU8 (line 205) | typedef unsigned char ImU8; type ImS16 (line 206) | typedef signed short ImS16; type ImU16 (line 207) | typedef unsigned short ImU16; type ImS32 (line 208) | typedef signed int ImS32; type ImU32 (line 209) | typedef unsigned int ImU32; type ImS64 (line 211) | typedef signed __int64 ImS64; type ImU64 (line 212) | typedef unsigned __int64 ImU64; type ImS64 (line 215) | typedef int64_t ImS64; type ImU64 (line 216) | typedef uint64_t ImU64; type ImS64 (line 218) | typedef signed long long ImS64; type ImU64 (line 219) | typedef unsigned long long ImU64; function ImVec2 (line 223) | struct ImVec2 function const (line 228) | float operator[] (size_t idx) const { IM_ASSERT(idx <= 1); return (&... function ImVec4 (line 236) | struct ImVec4 function namespace (line 251) | namespace ImGui type ImGuiWindowFlags_ (line 867) | enum ImGuiWindowFlags_ type ImGuiInputTextFlags_ (line 907) | enum ImGuiInputTextFlags_ type ImGuiTreeNodeFlags_ (line 936) | enum ImGuiTreeNodeFlags_ type ImGuiPopupFlags_ (line 965) | enum ImGuiPopupFlags_ type ImGuiSelectableFlags_ (line 981) | enum ImGuiSelectableFlags_ type ImGuiComboFlags_ (line 992) | enum ImGuiComboFlags_ type ImGuiTabBarFlags_ (line 1006) | enum ImGuiTabBarFlags_ type ImGuiTabItemFlags_ (line 1022) | enum ImGuiTabItemFlags_ type ImGuiTableFlags_ (line 1052) | enum ImGuiTableFlags_ type ImGuiTableColumnFlags_ (line 1095) | enum ImGuiTableColumnFlags_ type ImGuiTableRowFlags_ (line 1131) | enum ImGuiTableRowFlags_ type ImGuiTableBgTarget_ (line 1146) | enum ImGuiTableBgTarget_ type ImGuiFocusedFlags_ (line 1157) | enum ImGuiFocusedFlags_ type ImGuiHoveredFlags_ (line 1169) | enum ImGuiHoveredFlags_ type ImGuiDragDropFlags_ (line 1185) | enum ImGuiDragDropFlags_ type ImGuiDataType_ (line 1207) | enum ImGuiDataType_ type ImGuiDir_ (line 1223) | enum ImGuiDir_ type ImGuiSortDirection_ (line 1234) | enum ImGuiSortDirection_ type ImGuiKey_ (line 1242) | enum ImGuiKey_ type ImGuiKeyModFlags_ (line 1270) | enum ImGuiKeyModFlags_ type ImGuiNavInput_ (line 1283) | enum ImGuiNavInput_ type ImGuiConfigFlags_ (line 1315) | enum ImGuiConfigFlags_ type ImGuiBackendFlags_ (line 1331) | enum ImGuiBackendFlags_ type ImGuiCol_ (line 1341) | enum ImGuiCol_ type ImGuiStyleVar_ (line 1411) | enum ImGuiStyleVar_ type ImGuiButtonFlags_ (line 1442) | enum ImGuiButtonFlags_ type ImGuiColorEditFlags_ (line 1455) | enum ImGuiColorEditFlags_ type ImGuiSliderFlags_ (line 1502) | enum ImGuiSliderFlags_ type ImGuiMouseButton_ (line 1519) | enum ImGuiMouseButton_ type ImGuiMouseCursor_ (line 1529) | enum ImGuiMouseCursor_ type ImGuiCond_ (line 1547) | enum ImGuiCond_ type ImNewWrapper (line 1563) | struct ImNewWrapper {} function delete (line 1565) | inline void operator delete(void*, ImNewWrapper, void*) {} type T (line 1591) | typedef T value_type; type value_type (line 1592) | typedef value_type* iterator; type value_type (line 1593) | typedef const value_type* const_iterator; function size_in_bytes (line 1603) | inline int size_in_bytes() const { return Size * ... function T (line 1606) | inline T& operator[](int i) { IM_ASSERT(i >=... function T (line 1607) | inline const T& operator[](int i) const { IM_ASSERT(i >=... function clear (line 1609) | inline void clear() { if (Data) { Si... function T (line 1610) | inline T* begin() { return Data; } function T (line 1611) | inline const T* begin() const { return Data; } function T (line 1612) | inline T* end() { return Data + ... function T (line 1613) | inline const T* end() const { return Data + ... function T (line 1614) | inline T& front() { IM_ASSERT(Size... function T (line 1615) | inline const T& front() const { IM_ASSERT(Size... function T (line 1617) | inline const T& back() const { IM_ASSERT(Size... function _grow_capacity (line 1620) | inline int _grow_capacity(int sz) const { int new_capaci... function resize (line 1621) | inline void resize(int new_size) { if (new_size >... function resize (line 1622) | inline void resize(int new_size, const T& v) { if (new_size >... function shrink (line 1623) | inline void shrink(int new_size) { IM_ASSERT(new_... function reserve (line 1624) | inline void reserve(int new_capacity) { if (new_capaci... function push_back (line 1627) | inline void push_back(const T& v) { if (Size == Ca... function pop_back (line 1628) | inline void pop_back() { IM_ASSERT(Size... function push_front (line 1629) | inline void push_front(const T& v) { if (Size == 0)... function T (line 1630) | inline T* erase(const T* it) { IM_ASSERT(it >... function T (line 1631) | inline T* erase(const T* it, const T* it_last){ IM_ASSERT(it >... function T (line 1632) | inline T* erase_unsorted(const T* it) { IM_ASSERT(it >... function T (line 1633) | inline T* insert(const T* it, const T& v) { IM_ASSERT(it >... function contains (line 1634) | inline bool contains(const T& v) const { const T* data ... function T (line 1635) | inline T* find(const T& v) { T* data = Data... function T (line 1636) | inline const T* find(const T& v) const { const T* data ... function find_erase (line 1637) | inline bool find_erase(const T& v) { const T* it = ... function find_erase_unsorted (line 1638) | inline bool find_erase_unsorted(const T& v) { const T* it = ... function index_from_ptr (line 1639) | inline int index_from_ptr(const T* it) const { IM_ASSERT(it >... type ImGuiStyle (line 1649) | struct ImGuiStyle type ImGuiIO (line 1702) | struct ImGuiIO function ClearSelection (line 1843) | struct ImGuiInputTextCallbackData type ImGuiSizeCallbackData (line 1874) | struct ImGuiSizeCallbackData function Clear (line 1883) | struct ImGuiPayload function IsDataType (line 1899) | bool IsDataType(const char* type) const { return DataFrameCount != -1 &&... type ImGuiTableColumnSortSpecs (line 1905) | struct ImGuiTableColumnSortSpecs type ImGuiTableSortSpecs (line 1919) | struct ImGuiTableSortSpecs function namespace (line 1934) | namespace ImGui function DragFloat (line 1943) | static inline bool DragFloat(const char* label, float* v, float v_speed... function DragFloat2 (line 1944) | static inline bool DragFloat2(const char* label, float v[2], float v_sp... function DragFloat3 (line 1945) | static inline bool DragFloat3(const char* label, float v[3], float v_sp... function DragFloat4 (line 1946) | static inline bool DragFloat4(const char* label, float v[4], float v_sp... function SliderFloat (line 1949) | static inline bool SliderFloat(const char* label, float* v, float v_min... function SliderFloat2 (line 1950) | static inline bool SliderFloat2(const char* label, float v[2], float v_... function SliderFloat3 (line 1951) | static inline bool SliderFloat3(const char* label, float v[3], float v_... function SliderFloat4 (line 1952) | static inline bool SliderFloat4(const char* label, float v[4], float v_... function BeginPopupContextWindow (line 1954) | static inline bool BeginPopupContextWindow(const char* str_id, ImGuiMou... function TreeAdvanceToLabelPos (line 1956) | static inline void TreeAdvanceToLabelPos() { SetCursorPos... function GetContentRegionAvailWidth (line 1960) | static inline float GetContentRegionAvailWidth() { return GetCo... function ImDrawList (line 1962) | static inline ImDrawList* GetOverlayDrawList() { return GetFo... function IsItemDeactivatedAfterChange (line 1966) | static inline bool IsItemDeactivatedAfterChange() { return IsIte... type ImGuiInputTextCallback (line 1968) | typedef ImGuiInputTextCallback ImGuiTextEditCallback; type ImGuiInputTextCallbackData (line 1969) | typedef ImGuiInputTextCallbackData ImGuiTextEditCallbackData; type ImGuiOnceUponAFrame (line 1986) | struct ImGuiOnceUponAFrame function IsActive (line 1994) | struct ImGuiTextFilter type ImGuiTextBuffer (line 2021) | struct ImGuiTextBuffer function clear (line 2032) | void clear() { Buf.clear(); } function reserve (line 2033) | void reserve(int capacity) { Buf.reserve(capacity); } function ImGuiStoragePair (line 2048) | struct ImGuiStorage function Clear (line 2065) | void Clear() { Data.clear(); } type ImGuiListClipper (line 2108) | struct ImGuiListClipper type ImColor (line 2157) | struct ImColor function operator (line 2166) | inline operator ImU32() const { return... type ImDrawCmd (line 2206) | struct ImDrawCmd type ImDrawIdx (line 2223) | typedef unsigned short ImDrawIdx; type ImDrawVert (line 2228) | struct ImDrawVert type ImDrawCmdHeader (line 2243) | struct ImDrawCmdHeader type ImDrawChannel (line 2251) | struct ImDrawChannel function ImDrawListSplitter (line 2260) | struct ImDrawListSplitter function Clear (line 2268) | inline void Clear() { _Current = 0; _Count = 1; } type ImDrawCornerFlags_ (line 2275) | enum ImDrawCornerFlags_ type ImDrawListFlags_ (line 2291) | enum ImDrawListFlags_ function ImDrawList (line 2308) | struct ImDrawList function ImVec2 (line 2337) | inline ImVec2 GetClipRectMin() const { const ImVec4& cr = _ClipRectSta... function PathClear (line 2373) | inline void PathClear() ... function PathLineTo (line 2374) | inline void PathLineTo(const ImVec2& pos) ... function PathLineToMergeDuplicate (line 2375) | inline void PathLineToMergeDuplicate(const ImVec2& pos) ... function PathFillConvex (line 2376) | inline void PathFillConvex(ImU32 col) ... function ChannelsSplit (line 2394) | inline void ChannelsSplit(int count) { _Splitter.Split(this, coun... function ChannelsMerge (line 2395) | inline void ChannelsMerge() { _Splitter.Merge(this); } function ChannelsSetCurrent (line 2396) | inline void ChannelsSetCurrent(int n) { _Splitter.SetCurrentChanne... function PrimWriteVtx (line 2406) | inline void PrimWriteVtx(const ImVec2& pos, const ImVec2& uv, ImU32 ... function PrimWriteIdx (line 2407) | inline void PrimWriteIdx(ImDrawIdx idx) ... function PrimVtx (line 2408) | inline void PrimVtx(const ImVec2& pos, const ImVec2& uv, ImU32 col) ... function ImDrawData (line 2422) | struct ImDrawData function Clear (line 2436) | void Clear() { Valid = false; CmdLists = NULL; CmdListsCount = TotalV... type ImFontConfig (line 2445) | struct ImFontConfig type ImFontGlyph (line 2474) | struct ImFontGlyph function Clear (line 2485) | struct ImFontGlyphRangesBuilder function GetBit (line 2491) | inline bool GetBit(size_t n) const { int off = (int)(n >> 5); ImU32... function SetBit (line 2492) | inline void SetBit(size_t n) { int off = (int)(n >> 5); ImU32... function AddChar (line 2493) | inline void AddChar(ImWchar c) { SetBit(c); } type ImFontAtlasFlags_ (line 2513) | enum ImFontAtlasFlags_ function SetTexID (line 2538) | struct ImFontAtlas function ImFontAtlasCustomRect (line 2592) | ImFontAtlasCustomRect* GetCustomRectByIndex(int index) { IM_ASSERT(... type ImFontAtlasCustomRect (line 2626) | typedef ImFontAtlasCustomRect CustomRect; type ImFontGlyphRangesBuilder (line 2627) | typedef ImFontGlyphRangesBuilder GlyphRangesBuilder; type ImFont (line 2633) | struct ImFont FILE: LView/imgui_demo.cpp function HelpMarker (line 177) | static void HelpMarker(const char* desc) function ShowDemoWindowWidgets (line 508) | static void ShowDemoWindowWidgets() function ShowDemoWindowLayout (line 2125) | static void ShowDemoWindowLayout() function ShowDemoWindowPopups (line 3028) | static void ShowDemoWindowPopups() type MyItemColumnID (line 3283) | enum MyItemColumnID type MyItem (line 3292) | struct MyItem method CompareWithSortSpecs (line 3308) | CompareWithSortSpecs(const void* lhs, const void* rhs) function PushStyleCompact (line 3341) | static void PushStyleCompact() function PopStyleCompact (line 3348) | static void PopStyleCompact() function EditTableColumnsFlags (line 3353) | static void EditTableColumnsFlags(ImGuiTableColumnFlags* p_flags) function ShowTableColumnsStatusFlags (line 3377) | static void ShowTableColumnsStatusFlags(ImGuiTableColumnFlags flags) function ShowDemoWindowTables (line 3385) | static void ShowDemoWindowTables() function ShowExampleAppConsole (line 6304) | static void ShowExampleAppConsole(bool* p_open) function Draw (line 6318) | struct ExampleAppLog function ShowExampleAppLog (line 6439) | static void ShowExampleAppLog(bool* p_open) function ShowExampleAppLayout (line 6473) | static void ShowExampleAppLayout(bool* p_open) function ShowPlaceholderObject (line 6537) | static void ShowPlaceholderObject(const char* prefix, int uid) function ShowExampleAppPropertyEditor (line 6585) | static void ShowExampleAppPropertyEditor(bool* p_open) function ShowExampleAppLongText (line 6620) | static void ShowExampleAppLongText(bool* p_open) function ShowExampleAppAutoResize (line 6682) | static void ShowExampleAppAutoResize(bool* p_open) function ShowExampleAppConstrainedResize (line 6706) | static void ShowExampleAppConstrainedResize(bool* p_open) function ShowExampleAppSimpleOverlay (line 6760) | static void ShowExampleAppSimpleOverlay(bool* p_open) function ShowExampleAppWindowTitles (line 6803) | static void ShowExampleAppWindowTitles(bool*) function ShowExampleAppCustomRendering (line 6833) | static void ShowExampleAppCustomRendering(bool* p_open) type MyDocument (line 7062) | struct MyDocument method MyDocument (line 7071) | MyDocument(const char* name, bool open = true, const ImVec4& color = I... method DoOpen (line 7079) | void DoOpen() { Open = true; } method DoQueueClose (line 7080) | void DoQueueClose() { WantClose = true; } method DoForceClose (line 7081) | void DoForceClose() { Open = false; Dirty = false; } method DoSave (line 7082) | void DoSave() { Dirty = false; } method DisplayContents (line 7085) | static void DisplayContents(MyDocument* doc) method DisplayContextMenu (line 7102) | static void DisplayContextMenu(MyDocument* doc) type ExampleAppDocuments (line 7117) | struct ExampleAppDocuments method ExampleAppDocuments (line 7121) | ExampleAppDocuments() function NotifyOfDocumentsClosedElsewhere (line 7140) | static void NotifyOfDocumentsClosedElsewhere(ExampleAppDocuments& app) function ShowExampleAppDocuments (line 7151) | void ShowExampleAppDocuments(bool* p_open) FILE: LView/imgui_draw.cpp function ImDrawList (line 425) | ImDrawList* ImDrawList::CloneOutput() const function ImVec2 (line 1053) | ImVec2 ImBezierCalc(const ImVec2& p1, const ImVec2& p2, const ImVec2& p3... function PathBezierToCasteljau (line 1064) | static void PathBezierToCasteljau(ImVector* path, float x1, floa... function ImFont (line 1842) | ImFont* ImFontAtlas::AddFont(const ImFontConfig* font_cfg) function Decode85Byte (line 1877) | static unsigned int Decode85Byte(char c) ... function Decode85 (line 1878) | static void Decode85(const unsigned char* src, unsigned char* dst) function ImFont (line 1890) | ImFont* ImFontAtlas::AddFontDefault(const ImFontConfig* font_cfg_template) function ImFont (line 1911) | ImFont* ImFontAtlas::AddFontFromFileTTF(const char* filename, float size... function ImFont (line 1933) | ImFont* ImFontAtlas::AddFontFromMemoryTTF(void* ttf_data, int ttf_size, ... function ImFont (line 1946) | ImFont* ImFontAtlas::AddFontFromMemoryCompressedTTF(const void* compress... function ImFont (line 1958) | ImFont* ImFontAtlas::AddFontFromMemoryCompressedBase85TTF(const char* co... function ImFontAtlasBuildMultiplyCalcLookupTable (line 2033) | void ImFontAtlasBuildMultiplyCalcLookupTable(unsigned char out_table[... function ImFontAtlasBuildMultiplyRectAlpha8 (line 2042) | void ImFontAtlasBuildMultiplyRectAlpha8(const unsigned char table[256... type ImFontBuildSrcData (line 2052) | struct ImFontBuildSrcData type ImFontBuildDstData (line 2067) | struct ImFontBuildDstData function UnpackBitVectorToFlatIndexList (line 2075) | static void UnpackBitVectorToFlatIndexList(const ImBitVector* in, ImVect... function ImFontAtlasBuildWithStbTruetype (line 2087) | bool ImFontAtlasBuildWithStbTruetype(ImFontAtlas* atlas) function ImFontAtlasBuildSetupFont (line 2339) | void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontC... function ImFontAtlasBuildPackCustomRects (line 2354) | void ImFontAtlasBuildPackCustomRects(ImFontAtlas* atlas, void* stbrp_con... function ImFontAtlasBuildRender1bppRectFromString (line 2381) | void ImFontAtlasBuildRender1bppRectFromString(ImFontAtlas* atlas, int x,... function ImFontAtlasBuildRenderDefaultTexData (line 2391) | static void ImFontAtlasBuildRenderDefaultTexData(ImFontAtlas* atlas) function ImFontAtlasBuildRenderLinesTexData (line 2416) | static void ImFontAtlasBuildRenderLinesTexData(ImFontAtlas* atlas) function ImFontAtlasBuildInit (line 2448) | void ImFontAtlasBuildInit(ImFontAtlas* atlas) function ImFontAtlasBuildFinish (line 2469) | void ImFontAtlasBuildFinish(ImFontAtlas* atlas) function ImWchar (line 2514) | const ImWchar* ImFontAtlas::GetGlyphRangesDefault() function ImWchar (line 2524) | const ImWchar* ImFontAtlas::GetGlyphRangesKorean() function ImWchar (line 2536) | const ImWchar* ImFontAtlas::GetGlyphRangesChineseFull() function UnpackAccumulativeOffsetsIntoRanges (line 2551) | static void UnpackAccumulativeOffsetsIntoRanges(int base_codepoint, cons... function ImWchar (line 2565) | const ImWchar* ImFontAtlas::GetGlyphRangesChineseSimplifiedCommon() function ImWchar (line 2632) | const ImWchar* ImFontAtlas::GetGlyphRangesJapanese() function ImWchar (line 2721) | const ImWchar* ImFontAtlas::GetGlyphRangesCyrillic() function ImWchar (line 2734) | const ImWchar* ImFontAtlas::GetGlyphRangesThai() function ImWchar (line 2746) | const ImWchar* ImFontAtlas::GetGlyphRangesVietnamese() function ImFontGlyph (line 2986) | const ImFontGlyph* ImFont::FindGlyph(ImWchar c) const function ImFontGlyph (line 2996) | const ImFontGlyph* ImFont::FindGlyphNoFallback(ImWchar c) const function ImVec2 (line 3105) | ImVec2 ImFont::CalcTextSizeA(float size, float max_width, float wrap_wid... function ImAcos01 (line 3498) | static inline float ImAcos01(float x) function stb_decompress_length (line 3629) | static unsigned int stb_decompress_length(const unsigned char *input) function stb__match (line 3637) | static void stb__match(const unsigned char *data, unsigned int length) function stb__lit (line 3646) | static void stb__lit(const unsigned char *data, unsigned int length) function stb_adler32 (line 3676) | static unsigned int stb_adler32(unsigned int adler32, unsigned char *buf... function stb_decompress (line 3707) | static unsigned int stb_decompress(unsigned char *output, const unsigned... FILE: LView/imgui_impl_dx11.cpp type VERTEX_CONSTANT_BUFFER (line 56) | struct VERTEX_CONSTANT_BUFFER function ImGui_ImplDX11_SetupRenderState (line 61) | static void ImGui_ImplDX11_SetupRenderState(ImDrawData* draw_data, ID3D1... function ImGui_ImplDX11_RenderDrawData (line 97) | void ImGui_ImplDX11_RenderDrawData(ImDrawData* draw_data) function ImGui_ImplDX11_CreateFontsTexture (line 279) | static void ImGui_ImplDX11_CreateFontsTexture() function ImGui_ImplDX11_CreateDeviceObjects (line 338) | bool ImGui_ImplDX11_CreateDeviceObjects() function ImGui_ImplDX11_InvalidateDeviceObjects (line 491) | void ImGui_ImplDX11_InvalidateDeviceObjects() function ImGui_ImplDX11_Init (line 510) | bool ImGui_ImplDX11_Init(ID3D11Device* device, ID3D11DeviceContext* d... function ImGui_ImplDX11_Shutdown (line 538) | void ImGui_ImplDX11_Shutdown() function ImGui_ImplDX11_NewFrame (line 546) | void ImGui_ImplDX11_NewFrame() FILE: LView/imgui_impl_dx11.h type ID3D11Device (line 15) | struct ID3D11Device type ID3D11DeviceContext (line 16) | struct ID3D11DeviceContext FILE: LView/imgui_impl_win32.cpp function ImGui_ImplWin32_Init (line 69) | bool ImGui_ImplWin32_Init(void* hwnd) function ImGui_ImplWin32_Shutdown (line 111) | void ImGui_ImplWin32_Shutdown() function ImGui_ImplWin32_UpdateMouseCursor (line 116) | static bool ImGui_ImplWin32_UpdateMouseCursor() function ImGui_ImplWin32_UpdateMousePos (line 149) | static void ImGui_ImplWin32_UpdateMousePos() function ImGui_ImplWin32_UpdateGamepads (line 170) | static void ImGui_ImplWin32_UpdateGamepads() function ImGui_ImplWin32_NewFrame (line 218) | void ImGui_ImplWin32_NewFrame() function IMGUI_IMPL_API (line 276) | IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hwnd, UINT ms... function BOOL (line 364) | static BOOL IsWindowsVersionOrGreater(WORD major, WORD minor, WORD sp) function ImGui_ImplWin32_EnableDpiAwareness (line 392) | void ImGui_ImplWin32_EnableDpiAwareness() function ImGui_ImplWin32_GetDpiScaleForMonitor (line 421) | float ImGui_ImplWin32_GetDpiScaleForMonitor(void* monitor) function ImGui_ImplWin32_GetDpiScaleForHwnd (line 444) | float ImGui_ImplWin32_GetDpiScaleForHwnd(void* hwnd) FILE: LView/imgui_internal.h type ImBitVector (line 90) | struct ImBitVector type ImRect (line 91) | struct ImRect type ImDrawDataBuilder (line 92) | struct ImDrawDataBuilder type ImDrawListSharedData (line 93) | struct ImDrawListSharedData type ImGuiColorMod (line 94) | struct ImGuiColorMod type ImGuiContext (line 95) | struct ImGuiContext type ImGuiContextHook (line 96) | struct ImGuiContextHook type ImGuiDataTypeInfo (line 97) | struct ImGuiDataTypeInfo type ImGuiGroupData (line 98) | struct ImGuiGroupData type ImGuiInputTextState (line 99) | struct ImGuiInputTextState type ImGuiLastItemDataBackup (line 100) | struct ImGuiLastItemDataBackup type ImGuiMenuColumns (line 101) | struct ImGuiMenuColumns type ImGuiNavMoveResult (line 102) | struct ImGuiNavMoveResult type ImGuiMetricsConfig (line 103) | struct ImGuiMetricsConfig type ImGuiNextWindowData (line 104) | struct ImGuiNextWindowData type ImGuiNextItemData (line 105) | struct ImGuiNextItemData type ImGuiOldColumnData (line 106) | struct ImGuiOldColumnData type ImGuiOldColumns (line 107) | struct ImGuiOldColumns type ImGuiPopupData (line 108) | struct ImGuiPopupData type ImGuiSettingsHandler (line 109) | struct ImGuiSettingsHandler type ImGuiStackSizes (line 110) | struct ImGuiStackSizes type ImGuiStyleMod (line 111) | struct ImGuiStyleMod type ImGuiTabBar (line 112) | struct ImGuiTabBar type ImGuiTabItem (line 113) | struct ImGuiTabItem type ImGuiTable (line 114) | struct ImGuiTable type ImGuiTableColumn (line 115) | struct ImGuiTableColumn type ImGuiTableSettings (line 116) | struct ImGuiTableSettings type ImGuiTableColumnsSettings (line 117) | struct ImGuiTableColumnsSettings type ImGuiWindow (line 118) | struct ImGuiWindow type ImGuiWindowTempData (line 119) | struct ImGuiWindowTempData type ImGuiWindowSettings (line 120) | struct ImGuiWindowSettings type ImGuiLayoutType (line 123) | typedef int ImGuiLayoutType; type ImGuiItemFlags (line 124) | typedef int ImGuiItemFlags; type ImGuiItemStatusFlags (line 125) | typedef int ImGuiItemStatusFlags; type ImGuiOldColumnFlags (line 126) | typedef int ImGuiOldColumnFlags; type ImGuiNavHighlightFlags (line 127) | typedef int ImGuiNavHighlightFlags; type ImGuiNavDirSourceFlags (line 128) | typedef int ImGuiNavDirSourceFlags; type ImGuiNavMoveFlags (line 129) | typedef int ImGuiNavMoveFlags; type ImGuiNextItemDataFlags (line 130) | typedef int ImGuiNextItemDataFlags; type ImGuiNextWindowDataFlags (line 131) | typedef int ImGuiNextWindowDataFlags; type ImGuiSeparatorFlags (line 132) | typedef int ImGuiSeparatorFlags; type ImGuiTextFlags (line 133) | typedef int ImGuiTextFlags; type ImGuiTooltipFlags (line 134) | typedef int ImGuiTooltipFlags; function namespace (line 151) | namespace ImStb function ImIsPowerOfTwo (line 271) | static inline bool ImIsPowerOfTwo(int v) { return v != 0 ... function ImIsPowerOfTwo (line 272) | static inline bool ImIsPowerOfTwo(ImU64 v) { return v != 0 ... function ImUpperPowerOfTwo (line 273) | static inline int ImUpperPowerOfTwo(int v) { v--; v |= v >>... function ImCharIsBlankA (line 294) | static inline bool ImCharIsBlankA(char c) { return c == ' ... function ImCharIsBlankW (line 295) | static inline bool ImCharIsBlankW(unsigned int c) { return c == ' ... function ImFileHandle (line 330) | static inline ImFileHandle ImFileOpen(const char*, const char*) ... function ImFileClose (line 331) | static inline bool ImFileClose(ImFileHandle) ... function ImU64 (line 332) | static inline ImU64 ImFileGetSize(ImFileHandle) ... function ImU64 (line 333) | static inline ImU64 ImFileRead(void*, ImU64, ImU64, ImFileHandle... function ImU64 (line 334) | static inline ImU64 ImFileWrite(const void*, ImU64, ImU64, ImFil... type FILE (line 337) | typedef FILE* ImFileHandle; function ImPow (line 361) | static inline float ImPow(float x, float y) { return powf(x, y); } function ImPow (line 362) | static inline double ImPow(double x, double y) { return pow(x, y); } function ImLog (line 363) | static inline float ImLog(float x) { return logf(x); } function ImLog (line 364) | static inline double ImLog(double x) { return log(x); } function ImAbs (line 365) | static inline float ImAbs(float x) { return fabsf(x); } function ImAbs (line 366) | static inline double ImAbs(double x) { return fabs(x); } function ImSign (line 367) | static inline float ImSign(float x) { return (x < 0.0f) ? -1... function ImSign (line 368) | static inline double ImSign(double x) { return (x < 0.0) ? -1.... function T (line 372) | inline T ImMin(T lhs, T rhs) { return lhs < rhs ?... function T (line 373) | inline T ImMax(T lhs, T rhs) { return lhs >= rhs ... function T (line 374) | inline T ImClamp(T v, T mn, T mx) { return (v < mn) ? ... function T (line 375) | inline T ImLerp(T a, T b, float t) { return (T)(a + (b ... function ImSwap (line 376) | inline void ImSwap(T& a, T& b) { T tmp = a; a = b; ... function T (line 377) | inline T ImAddClampOverflow(T a, T b, T mn, T mx) { if (b < 0 && (a < ... function T (line 378) | inline T ImSubClampOverflow(T a, T b, T mn, T mx) { if (b > 0 && (a < ... function ImVec2 (line 380) | static inline ImVec2 ImMin(const ImVec2& lhs, const ImVec2& rhs) ... function ImVec2 (line 381) | static inline ImVec2 ImMax(const ImVec2& lhs, const ImVec2& rhs) ... function ImVec2 (line 382) | static inline ImVec2 ImClamp(const ImVec2& v, const ImVec2& mn, ImVec2 m... function ImVec2 (line 383) | static inline ImVec2 ImLerp(const ImVec2& a, const ImVec2& b, float t) ... function ImVec2 (line 384) | static inline ImVec2 ImLerp(const ImVec2& a, const ImVec2& b, const ImVe... function ImVec4 (line 385) | static inline ImVec4 ImLerp(const ImVec4& a, const ImVec4& b, float t) ... function ImSaturate (line 386) | static inline float ImSaturate(float f) ... function ImLengthSqr (line 387) | static inline float ImLengthSqr(const ImVec2& lhs) ... function ImLengthSqr (line 388) | static inline float ImLengthSqr(const ImVec4& lhs) ... function ImInvLength (line 389) | static inline float ImInvLength(const ImVec2& lhs, float fail_value) ... function ImFloor (line 390) | static inline float ImFloor(float f) ... function ImVec2 (line 391) | static inline ImVec2 ImFloor(const ImVec2& v) ... function ImModPositive (line 392) | static inline int ImModPositive(int a, int b) ... function ImDot (line 393) | static inline float ImDot(const ImVec2& a, const ImVec2& b) ... function ImVec2 (line 394) | static inline ImVec2 ImRotate(const ImVec2& v, float cos_a, float sin_a)... function ImLinearSweep (line 395) | static inline float ImLinearSweep(float current, float target, float sp... function ImVec2 (line 396) | static inline ImVec2 ImMul(const ImVec2& lhs, const ImVec2& rhs) ... function ImTriangleArea (line 406) | inline float ImTriangleArea(const ImVec2& a, const ImVec2& b, co... function ImVec1 (line 411) | struct ImVec1 function ImVec2ih (line 419) | struct ImVec2ih function explicit (line 424) | explicit ImVec2ih(const ImVec2& rhs) { x = (short)rhs.x; y = (short)rhs.... function ImRect (line 429) | struct IMGUI_API ImRect function Contains (line 447) | bool Contains(const ImVec2& p) const { return p.x >= Min.... function Contains (line 448) | bool Contains(const ImRect& r) const { return r.Min.x >= Min.... function Overlaps (line 449) | bool Overlaps(const ImRect& r) const { return r.Min.y < Max.... function Add (line 450) | void Add(const ImVec2& p) { if (Min.x > p.x) M... function Add (line 451) | void Add(const ImRect& r) { if (Min.x > r.Min.x) M... function Expand (line 452) | void Expand(const float amount) { Min.x -= amount; Min... function Expand (line 453) | void Expand(const ImVec2& amount) { Min.x -= amount.x; Min... function Translate (line 454) | void Translate(const ImVec2& d) { Min.x += d.x; Min.y +=... function TranslateX (line 455) | void TranslateX(float dx) { Min.x += dx; Max.x += ... function TranslateY (line 456) | void TranslateY(float dy) { Min.y += dy; Max.y += ... function ClipWith (line 457) | void ClipWith(const ImRect& r) { Min = ImMax(Min, r.Min... function ClipWithFull (line 458) | void ClipWithFull(const ImRect& r) { Min = ImClamp(Min, r.M... function Floor (line 459) | void Floor() { Min.x = IM_FLOOR(Min.x... function ImBitArrayTestBit (line 465) | inline bool ImBitArrayTestBit(const ImU32* arr, int n) { ImU32 ... function ImBitArrayClearBit (line 466) | inline void ImBitArrayClearBit(ImU32* arr, int n) { ImU32 ... function ImBitArraySetBit (line 467) | inline void ImBitArraySetBit(ImU32* arr, int n) { ImU32 ... function ImBitArraySetBitRange (line 468) | inline void ImBitArraySetBitRange(ImU32* arr, int n, int n2) function IMGUI_API (line 483) | IMGUI_API ImBitArray function ImBitVector (line 496) | struct IMGUI_API ImBitVector function set (line 519) | inline void set(T* data, int size) { Data = data; DataEnd =... function set (line 520) | inline void set(T* data, T* data_end) { Data = data; DataEnd =... function T (line 523) | inline T& operator[](int i) { T* p = Data + i; IM_AS... function T (line 524) | inline const T& operator[](int i) const { const T* p = Data + i;... function T (line 526) | inline T* begin() { return Data; } function T (line 527) | inline const T* begin() const { return Data; } function T (line 528) | inline T* end() { return DataEnd; } function T (line 529) | inline const T* end() const { return DataEnd; } function index_from_ptr (line 532) | inline int index_from_ptr(const T* it) const { IM_ASSERT(it >= Data &... function ReserveBytes (line 546) | inline void ReserveBytes(int n, size_t sz) { IM_ASSERT(n == CurrSpa... function GetArenaSizeInBytes (line 547) | inline int GetArenaSizeInBytes() { return TotalSize; } function SetArenaBasePtr (line 548) | inline void SetArenaBasePtr(void* base_ptr) { BasePtr = (char*)base_... function GetSpan (line 552) | void GetSpan(int n, ImSpan* span) { span->set((T*)GetSpanPtrBegin... type ImPoolIdx (line 558) | typedef int ImPoolIdx; function IMGUI_API (line 560) | IMGUI_API ImPool function IMGUI_API (line 587) | IMGUI_API ImChunkStream function ImDrawListSharedData (line 621) | struct IMGUI_API ImDrawListSharedData function ClearFreeMemory (line 640) | struct ImDrawDataBuilder type ImGuiItemFlags_ (line 655) | enum ImGuiItemFlags_ type ImGuiItemStatusFlags_ (line 670) | enum ImGuiItemStatusFlags_ type ImGuiButtonFlagsPrivate_ (line 691) | enum ImGuiButtonFlagsPrivate_ type ImGuiSliderFlagsPrivate_ (line 714) | enum ImGuiSliderFlagsPrivate_ type ImGuiSelectableFlagsPrivate_ (line 721) | enum ImGuiSelectableFlagsPrivate_ type ImGuiTreeNodeFlagsPrivate_ (line 734) | enum ImGuiTreeNodeFlagsPrivate_ type ImGuiSeparatorFlags_ (line 739) | enum ImGuiSeparatorFlags_ type ImGuiTextFlags_ (line 747) | enum ImGuiTextFlags_ type ImGuiTooltipFlags_ (line 753) | enum ImGuiTooltipFlags_ type ImGuiLayoutType_ (line 761) | enum ImGuiLayoutType_ type ImGuiLogType (line 767) | enum ImGuiLogType type ImGuiAxis (line 777) | enum ImGuiAxis type ImGuiPlotType (line 784) | enum ImGuiPlotType type ImGuiInputSource (line 790) | enum ImGuiInputSource type ImGuiInputReadMode (line 801) | enum ImGuiInputReadMode type ImGuiNavHighlightFlags_ (line 811) | enum ImGuiNavHighlightFlags_ type ImGuiNavDirSourceFlags_ (line 820) | enum ImGuiNavDirSourceFlags_ type ImGuiNavMoveFlags_ (line 828) | enum ImGuiNavMoveFlags_ type ImGuiNavForward (line 840) | enum ImGuiNavForward type ImGuiNavLayer (line 847) | enum ImGuiNavLayer type ImGuiPopupPositionPolicy (line 854) | enum ImGuiPopupPositionPolicy type ImGuiDataTypeTempStorage (line 861) | struct ImGuiDataTypeTempStorage type ImGuiDataTypeInfo (line 867) | struct ImGuiDataTypeInfo type ImGuiDataTypePrivate_ (line 876) | enum ImGuiDataTypePrivate_ type ImGuiColorMod (line 884) | struct ImGuiColorMod function ImGuiStyleMod (line 891) | struct ImGuiStyleMod type ImGuiGroupData (line 901) | struct ImGuiGroupData function ImGuiMenuColumns (line 916) | struct IMGUI_API ImGuiMenuColumns function ImGuiInputTextState (line 930) | struct IMGUI_API ImGuiInputTextState type ImGuiPopupData (line 965) | struct ImGuiPopupData type ImGuiNextWindowDataFlags_ (line 992) | enum ImGuiNextWindowDataFlags_ function ClearFlags (line 1006) | struct ImGuiNextWindowData type ImGuiNextItemDataFlags_ (line 1028) | enum ImGuiNextItemDataFlags_ function ClearFlags (line 1035) | struct ImGuiNextItemData type ImGuiShrinkWidthItem (line 1047) | struct ImGuiShrinkWidthItem function ImGuiPtrOrIndex (line 1053) | struct ImGuiPtrOrIndex type ImGuiOldColumnFlags_ (line 1067) | enum ImGuiOldColumnFlags_ type ImGuiOldColumnData (line 1087) | struct ImGuiOldColumnData type ImGuiOldColumns (line 1097) | struct ImGuiOldColumns type ImGuiWindowSettings (line 1149) | struct ImGuiWindowSettings type ImGuiSettingsHandler (line 1161) | struct ImGuiSettingsHandler function ImGuiStackSizes (line 1202) | struct IMGUI_API ImGuiStackSizes type ImGuiContextHookType (line 1222) | enum ImGuiContextHookType { ImGuiContextHookType_NewFramePre, ImGuiConte... type ImGuiContextHook (line 1224) | struct ImGuiContextHook function ImGuiWindowTempData (line 1628) | struct IMGUI_API ImGuiWindowTempData function ImGuiWindow (line 1683) | struct IMGUI_API ImGuiWindow type ImGuiTabBarFlagsPrivate_ (line 1810) | enum ImGuiTabBarFlagsPrivate_ type ImGuiTabItemFlagsPrivate_ (line 1818) | enum ImGuiTabItemFlagsPrivate_ type ImGuiTabItem (line 1825) | struct ImGuiTabItem type ImGuiTabBar (line 1843) | struct ImGuiTabBar type ImS8 (line 1897) | typedef ImS8 ImGuiTableColumnIdx; type ImU8 (line 1898) | typedef ImU8 ImGuiTableDrawChannelIdx; type ImGuiTableCellData (line 1960) | struct ImGuiTableCellData type ImGuiTable (line 1967) | struct ImGuiTable type ImGuiTableSettings (line 2102) | struct ImGuiTableSettings function namespace (line 2122) | namespace ImGui function IsNavInputDown (line 2265) | inline bool IsNavInputDown(ImGuiNavInput n) ... function IsNavInputTest (line 2266) | inline bool IsNavInputTest(ImGuiNavInput n, ImGuiInputReadMo... function RenderBullet (line 2371) | inline void RenderBullet(ImVec2 pos) { Im... function TempInputIsActive (line 2419) | inline bool TempInputIsActive(ImGuiID id) { ImGuiConte... function ImGuiInputTextState (line 2420) | inline ImGuiInputTextState* GetInputTextState(ImGuiID id) { ImGuiConte... function DebugStartItemPicker (line 2442) | inline void DebugStartItemPicker() ... FILE: LView/imgui_tables.cpp function ImGuiTableFlags (line 176) | inline ImGuiTableFlags TableFixFlags(ImGuiTableFlags flags, ImGuiWindow*... function ImGuiTable (line 237) | ImGuiTable* ImGui::TableFindByID(ImGuiID id) function ImGuiTableColumnFlags (line 576) | static ImGuiTableColumnFlags TableFixColumnFlags(ImGuiTable* table, ImGu... function TableGetMinColumnWidth (line 604) | static float TableGetMinColumnWidth() function TableUpdateColumnsWeightFromWidth (line 1264) | static void TableUpdateColumnsWeightFromWidth(ImGuiTable* table) function ImGuiTableColumnFlags (line 1789) | ImGuiTableColumnFlags ImGui::TableGetColumnFlags(int column_n) function ImRect (line 1837) | ImRect ImGui::TableGetCellBgRect(const ImGuiTable* table, int column_n) function ImGuiID (line 1858) | ImGuiID ImGui::TableGetColumnResizeID(const ImGuiTable* table, int colum... type MergeGroup (line 2061) | struct MergeGroup function ImGuiTableSortSpecs (line 2326) | ImGuiTableSortSpecs* ImGui::TableGetSortSpecs() function TableSettingsInit (line 2832) | static void TableSettingsInit(ImGuiTableSettings* settings, ImGuiID id, ... function TableSettingsCalcChunkSize (line 2844) | static size_t TableSettingsCalcChunkSize(int columns_count) function ImGuiTableSettings (line 2849) | ImGuiTableSettings* ImGui::TableSettingsCreate(ImGuiID id, int columns_c... function ImGuiTableSettings (line 2858) | ImGuiTableSettings* ImGui::TableSettingsFindByID(ImGuiID id) function ImGuiTableSettings (line 2869) | ImGuiTableSettings* ImGui::TableGetBoundSettings(ImGuiTable* table) function TableSettingsHandler_ClearAll (line 3004) | static void TableSettingsHandler_ClearAll(ImGuiContext* ctx, ImGuiSettin... function TableSettingsHandler_ApplyAll (line 3013) | static void TableSettingsHandler_ApplyAll(ImGuiContext* ctx, ImGuiSettin... function TableSettingsHandler_ReadLine (line 3043) | static void TableSettingsHandler_ReadLine(ImGuiContext*, ImGuiSettingsHa... function TableSettingsHandler_WriteAll (line 3069) | static void TableSettingsHandler_WriteAll(ImGuiContext* ctx, ImGuiSettin... function GetDraggedColumnOffset (line 3326) | static float GetDraggedColumnOffset(ImGuiOldColumns* columns, int column... function GetColumnWidthEx (line 3359) | static float GetColumnWidthEx(ImGuiOldColumns* columns, int column_index... function ImGuiOldColumns (line 3455) | ImGuiOldColumns* ImGui::FindOrCreateColumns(ImGuiWindow* window, ImGuiID... function ImGuiID (line 3468) | ImGuiID ImGui::GetColumnsID(const char* str_id, int columns_count) FILE: LView/imgui_widgets.cpp function ImGuiID (line 834) | ImGuiID ImGui::GetWindowScrollbarID(ImGuiWindow* window, ImGuiAxis axis) function ImRect (line 840) | ImRect ImGui::GetWindowScrollbarRect(ImGuiWindow* window, ImGuiAxis axis) function CalcMaxPopupHeightFromItemCount (line 1510) | static float CalcMaxPopupHeightFromItemCount(int items_count) function Items_ArrayGetter (line 1636) | static bool Items_ArrayGetter(void* data, int idx, const char** out_text) function Items_SingleStringGetter (line 1645) | static bool Items_SingleStringGetter(void* data, int idx, const char** o... function ImGuiDataTypeInfo (line 1784) | const ImGuiDataTypeInfo* ImGui::DataTypeGetInfo(ImGuiDataType data_type) function DataTypeCompareT (line 1965) | static int DataTypeCompareT(const T* lhs, const T* rhs) function DataTypeClampT (line 1993) | static bool DataTypeClampT(T* v, const T* v_min, const T* v_max) function GetMinimumStepAtDecimalPrecision (line 2021) | static float GetMinimumStepAtDecimalPrecision(int decimal_precision) function TYPE (line 2043) | TYPE ImGui::RoundScalarWithFormatT(const char* format, ImGuiDataType dat... function TYPE (line 2561) | TYPE ImGui::ScaleValueFromRatioT(ImGuiDataType data_type, float t, TYPE ... function ImParseFormatPrecision (line 3175) | int ImParseFormatPrecision(const char* fmt, int default_precision) function InputTextCalcTextLenAndLineCount (line 3443) | static int InputTextCalcTextLenAndLineCount(const char* text_begin, cons... function ImVec2 (line 3457) | static ImVec2 InputTextCalcTextSizeW(const ImWchar* text_begin, const Im... type ImStb (line 3503) | namespace ImStb function STB_TEXTEDIT_STRINGLEN (line 3506) | static int STB_TEXTEDIT_STRINGLEN(const STB_TEXTEDIT_STRING* obj) ... function ImWchar (line 3507) | static ImWchar STB_TEXTEDIT_GETCHAR(const STB_TEXTEDIT_STRING* obj, in... function STB_TEXTEDIT_GETWIDTH (line 3508) | static float STB_TEXTEDIT_GETWIDTH(STB_TEXTEDIT_STRING* obj, int lin... function STB_TEXTEDIT_KEYTOTEXT (line 3509) | static int STB_TEXTEDIT_KEYTOTEXT(int key) ... function STB_TEXTEDIT_LAYOUTROW (line 3511) | static void STB_TEXTEDIT_LAYOUTROW(StbTexteditRow* r, STB_TEXTEDIT_... function is_separator (line 3524) | static bool is_separator(unsigned int c) ... function is_word_boundary_from_right (line 3525) | static int is_word_boundary_from_right(STB_TEXTEDIT_STRING* obj, int ... function STB_TEXTEDIT_MOVEWORDLEFT_IMPL (line 3526) | static int STB_TEXTEDIT_MOVEWORDLEFT_IMPL(STB_TEXTEDIT_STRING* obj, i... function is_word_boundary_from_left (line 3528) | static int is_word_boundary_from_left(STB_TEXTEDIT_STRING* obj, int i... function STB_TEXTEDIT_MOVEWORDRIGHT_IMPL (line 3529) | static int STB_TEXTEDIT_MOVEWORDRIGHT_IMPL(STB_TEXTEDIT_STRING* obj, ... function STB_TEXTEDIT_MOVEWORDRIGHT_IMPL (line 3531) | static int STB_TEXTEDIT_MOVEWORDRIGHT_IMPL(STB_TEXTEDIT_STRING* obj, ... function STB_TEXTEDIT_DELETECHARS (line 3536) | static void STB_TEXTEDIT_DELETECHARS(STB_TEXTEDIT_STRING* obj, int pos... function STB_TEXTEDIT_INSERTCHARS (line 3552) | static bool STB_TEXTEDIT_INSERTCHARS(STB_TEXTEDIT_STRING* obj, int pos... function stb_textedit_replace (line 3608) | static void stb_textedit_replace(STB_TEXTEDIT_STRING* str, STB_Textedi... function InputTextFilterCharacter (line 3691) | static bool InputTextFilterCharacter(unsigned int* p_char, ImGuiInputTex... function RenderArrowsForVerticalBar (line 4849) | static void RenderArrowsForVerticalBar(ImDrawList* draw_list, ImVec2 pos... type ImGuiPlotArrayGetterData (line 6333) | struct ImGuiPlotArrayGetterData method ImGuiPlotArrayGetterData (line 6338) | ImGuiPlotArrayGetterData(const float* values, int stride) { Values = v... function Plot_ArrayGetter (line 6341) | static float Plot_ArrayGetter(void* data, int idx) type ImGuiTabBarSection (line 6819) | struct ImGuiTabBarSection method ImGuiTabBarSection (line 6825) | ImGuiTabBarSection() { memset(this, 0, sizeof(*this)); } type ImGui (line 6828) | namespace ImGui function ImGuiTabBar (line 6864) | static ImGuiTabBar* GetTabBarFromTabBarRef(const ImGuiPtrOrIndex& ref) function ImGuiPtrOrIndex (line 6870) | static ImGuiPtrOrIndex GetTabBarRefFromTabBar(ImGuiTabBar* tab_bar) function ImU32 (line 7221) | static ImU32 ImGui::TabBarCalcTabID(ImGuiTabBar* tab_bar, const char* ... function ImGuiTabItem (line 7242) | ImGuiTabItem* ImGui::TabBarFindTabByID(ImGuiTabBar* tab_bar, ImGuiID tab... function ImGuiTabItem (line 7356) | static ImGuiTabItem* ImGui::TabBarScrollingButtons(ImGuiTabBar* tab_bar) function ImGuiTabItem (line 7417) | static ImGuiTabItem* ImGui::TabBarTabListPopupButton(ImGuiTabBar* tab_bar) function ImVec2 (line 7758) | ImVec2 ImGui::TabItemCalcSize(const char* label, bool has_close_button) FILE: LView/imstb_rectpack.h type stbrp_context (line 80) | typedef struct stbrp_context stbrp_context; type stbrp_node (line 81) | typedef struct stbrp_node stbrp_node; type stbrp_rect (line 82) | typedef struct stbrp_rect stbrp_rect; type stbrp_coord (line 85) | typedef int stbrp_coord; type stbrp_coord (line 87) | typedef unsigned short stbrp_coord; type stbrp_rect (line 115) | struct stbrp_rect type stbrp_node (line 175) | struct stbrp_node type stbrp_context (line 181) | struct stbrp_context function STBRP_DEF (line 230) | STBRP_DEF void stbrp_setup_heuristic(stbrp_context *context, int heuristic) function STBRP_DEF (line 242) | STBRP_DEF void stbrp_setup_allow_out_of_mem(stbrp_context *context, int ... function STBRP_DEF (line 262) | STBRP_DEF void stbrp_init_target(stbrp_context *context, int width, int ... function stbrp__skyline_find_min_y (line 295) | static int stbrp__skyline_find_min_y(stbrp_context *c, stbrp_node *first... type stbrp__findresult (line 345) | typedef struct function stbrp__findresult (line 351) | static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, ... function stbrp__findresult (line 453) | static stbrp__findresult stbrp__skyline_pack_rectangle(stbrp_context *co... function rect_height_compare (line 533) | static int STBRP__CDECL rect_height_compare(const void *a, const void *b) function rect_original_order (line 545) | static int STBRP__CDECL rect_original_order(const void *a, const void *b) function STBRP_DEF (line 558) | STBRP_DEF int stbrp_pack_rects(stbrp_context *context, stbrp_rect *rects... FILE: LView/imstb_textedit.h type StbUndoRecord (line 299) | typedef struct type StbUndoState (line 308) | typedef struct type STB_TexteditState (line 317) | typedef struct type StbTexteditRow (line 364) | typedef struct function stb_text_locate_coord (line 398) | static int stb_text_locate_coord(STB_TEXTEDIT_STRING *str, float x, floa... function stb_textedit_click (line 458) | static void stb_textedit_click(STB_TEXTEDIT_STRING *str, STB_TexteditSta... function stb_textedit_drag (line 476) | static void stb_textedit_drag(STB_TEXTEDIT_STRING *str, STB_TexteditStat... type StbFindState (line 508) | typedef struct function stb_textedit_find_charpos (line 518) | static void stb_textedit_find_charpos(StbFindState *find, STB_TEXTEDIT_S... function stb_textedit_clamp (line 577) | static void stb_textedit_clamp(STB_TEXTEDIT_STRING *str, STB_TexteditSta... function stb_textedit_delete (line 591) | static void stb_textedit_delete(STB_TEXTEDIT_STRING *str, STB_TexteditSt... function stb_textedit_delete_selection (line 599) | static void stb_textedit_delete_selection(STB_TEXTEDIT_STRING *str, STB_... function stb_textedit_sortselection (line 615) | static void stb_textedit_sortselection(STB_TexteditState *state) function stb_textedit_move_to_first (line 625) | static void stb_textedit_move_to_first(STB_TexteditState *state) function stb_textedit_move_to_last (line 636) | static void stb_textedit_move_to_last(STB_TEXTEDIT_STRING *str, STB_Text... function is_word_boundary (line 648) | static int is_word_boundary( STB_TEXTEDIT_STRING *str, int idx ) function stb_textedit_move_to_word_previous (line 654) | static int stb_textedit_move_to_word_previous( STB_TEXTEDIT_STRING *str,... function stb_textedit_move_to_word_next (line 669) | static int stb_textedit_move_to_word_next( STB_TEXTEDIT_STRING *str, int... function stb_textedit_prep_selection_at_cursor (line 687) | static void stb_textedit_prep_selection_at_cursor(STB_TexteditState *state) function stb_textedit_cut (line 696) | static int stb_textedit_cut(STB_TEXTEDIT_STRING *str, STB_TexteditState ... function stb_textedit_paste_internal (line 707) | static int stb_textedit_paste_internal(STB_TEXTEDIT_STRING *str, STB_Tex... function stb_textedit_key (line 730) | static void stb_textedit_key(STB_TEXTEDIT_STRING *str, STB_TexteditState... function stb_textedit_flush_redo (line 1120) | static void stb_textedit_flush_redo(StbUndoState *state) function stb_textedit_discard_undo (line 1127) | static void stb_textedit_discard_undo(StbUndoState *state) function stb_textedit_discard_redo (line 1149) | static void stb_textedit_discard_redo(StbUndoState *state) function StbUndoRecord (line 1179) | static StbUndoRecord *stb_text_create_undo_record(StbUndoState *state, i... function STB_TEXTEDIT_CHARTYPE (line 1203) | static STB_TEXTEDIT_CHARTYPE *stb_text_createundo(StbUndoState *state, i... function stb_text_undo (line 1223) | static void stb_text_undo(STB_TEXTEDIT_STRING *str, STB_TexteditState *s... function stb_text_redo (line 1291) | static void stb_text_redo(STB_TEXTEDIT_STRING *str, STB_TexteditState *s... function stb_text_makeundo_insert (line 1342) | static void stb_text_makeundo_insert(STB_TexteditState *state, int where... function stb_text_makeundo_delete (line 1347) | static void stb_text_makeundo_delete(STB_TEXTEDIT_STRING *str, STB_Texte... function stb_text_makeundo_replace (line 1357) | static void stb_text_makeundo_replace(STB_TEXTEDIT_STRING *str, STB_Text... function stb_textedit_clear_state (line 1368) | static void stb_textedit_clear_state(STB_TexteditState *state, int is_si... function stb_textedit_initialize_state (line 1386) | static void stb_textedit_initialize_state(STB_TexteditState *state, int ... function stb_textedit_paste (line 1396) | static int stb_textedit_paste(STB_TEXTEDIT_STRING *str, STB_TexteditStat... FILE: LView/imstb_truetype.h function my_stbtt_initfont (line 290) | void my_stbtt_initfont(void) function my_stbtt_print (line 302) | void my_stbtt_print(float x, float y, char *text) function main (line 335) | int main(int argc, char **argv) function main (line 376) | int main(int arg, char **argv) type stbtt_uint8 (line 429) | typedef unsigned char stbtt_uint8; type stbtt_int8 (line 430) | typedef signed char stbtt_int8; type stbtt_uint16 (line 431) | typedef unsigned short stbtt_uint16; type stbtt_int16 (line 432) | typedef signed short stbtt_int16; type stbtt_uint32 (line 433) | typedef unsigned int stbtt_uint32; type stbtt_int32 (line 434) | typedef signed int stbtt_int32; type stbtt__buf (line 514) | typedef struct type stbtt_bakedchar (line 528) | typedef struct type stbtt_aligned_quad (line 544) | typedef struct type stbtt_packedchar (line 576) | typedef struct type stbtt_pack_context (line 583) | typedef struct stbtt_pack_context stbtt_pack_context; type stbtt_fontinfo (line 584) | typedef struct stbtt_fontinfo stbtt_fontinfo; type stbrp_rect (line 586) | typedef struct stbrp_rect stbrp_rect; type stbtt_pack_range (line 620) | typedef struct type stbtt_pack_context (line 679) | struct stbtt_pack_context { type stbtt_fontinfo (line 714) | struct stbtt_fontinfo type stbtt_vertex (line 824) | typedef struct type stbtt__bitmap (line 907) | typedef struct function stbtt_uint8 (line 1116) | static stbtt_uint8 stbtt__buf_get8(stbtt__buf *b) function stbtt_uint8 (line 1123) | static stbtt_uint8 stbtt__buf_peek8(stbtt__buf *b) function stbtt__buf_seek (line 1130) | static void stbtt__buf_seek(stbtt__buf *b, int o) function stbtt__buf_skip (line 1136) | static void stbtt__buf_skip(stbtt__buf *b, int o) function stbtt_uint32 (line 1141) | static stbtt_uint32 stbtt__buf_get(stbtt__buf *b, int n) function stbtt__buf (line 1151) | static stbtt__buf stbtt__new_buf(const void *p, size_t size) function stbtt__buf (line 1164) | static stbtt__buf stbtt__buf_range(const stbtt__buf *b, int o, int s) function stbtt__buf (line 1173) | static stbtt__buf stbtt__cff_get_index(stbtt__buf *b) function stbtt_uint32 (line 1187) | static stbtt_uint32 stbtt__cff_int(stbtt__buf *b) function stbtt__cff_skip_operand (line 1199) | static void stbtt__cff_skip_operand(stbtt__buf *b) { function stbtt__buf (line 1214) | static stbtt__buf stbtt__dict_get(stbtt__buf *b, int key) function stbtt__dict_get_ints (line 1229) | static void stbtt__dict_get_ints(stbtt__buf *b, int key, int outcount, s... function stbtt__cff_index_count (line 1237) | static int stbtt__cff_index_count(stbtt__buf *b) function stbtt__buf (line 1243) | static stbtt__buf stbtt__cff_index_get(stbtt__buf b, int i) function stbtt_uint16 (line 1269) | static stbtt_uint16 ttUSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_int16 (line 1270) | static stbtt_int16 ttSHORT(stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_uint32 (line 1271) | static stbtt_uint32 ttULONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt_int32 (line 1272) | static stbtt_int32 ttLONG(stbtt_uint8 *p) { return (p[0]<<24) + (p[1]... function stbtt__isfont (line 1277) | static int stbtt__isfont(stbtt_uint8 *font) function stbtt_uint32 (line 1289) | static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fo... function stbtt_GetFontOffsetForIndex_internal (line 1302) | static int stbtt_GetFontOffsetForIndex_internal(unsigned char *font_coll... function stbtt_GetNumberOfFonts_internal (line 1321) | static int stbtt_GetNumberOfFonts_internal(unsigned char *font_collection) function stbtt__buf (line 1337) | static stbtt__buf stbtt__get_subrs(stbtt__buf cff, stbtt__buf fontdict) function stbtt_InitFont_internal (line 1350) | static int stbtt_InitFont_internal(stbtt_fontinfo *info, unsigned char *... function STBTT_DEF (line 1461) | STBTT_DEF int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unico... function STBTT_DEF (line 1554) | STBTT_DEF int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int un... function stbtt_setvertex (line 1559) | static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int... function stbtt__GetGlyfOffset (line 1568) | static int stbtt__GetGlyfOffset(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1590) | STBTT_DEF int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_in... function STBTT_DEF (line 1606) | STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int code... function STBTT_DEF (line 1611) | STBTT_DEF int stbtt_IsGlyphEmpty(const stbtt_fontinfo *info, int glyph_i... function stbtt__close_shape (line 1623) | static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, ... function stbtt__GetGlyphShapeTT (line 1639) | static int stbtt__GetGlyphShapeTT(const stbtt_fontinfo *info, int glyph_... type stbtt__csctx (line 1865) | typedef struct function stbtt__track_vertex (line 1879) | static void stbtt__track_vertex(stbtt__csctx *c, stbtt_int32 x, stbtt_in... function stbtt__csctx_v (line 1888) | static void stbtt__csctx_v(stbtt__csctx *c, stbtt_uint8 type, stbtt_int3... function stbtt__csctx_close_shape (line 1904) | static void stbtt__csctx_close_shape(stbtt__csctx *ctx) function stbtt__csctx_rmove_to (line 1910) | static void stbtt__csctx_rmove_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rline_to (line 1918) | static void stbtt__csctx_rline_to(stbtt__csctx *ctx, float dx, float dy) function stbtt__csctx_rccurve_to (line 1925) | static void stbtt__csctx_rccurve_to(stbtt__csctx *ctx, float dx1, float ... function stbtt__buf (line 1936) | static stbtt__buf stbtt__get_subr(stbtt__buf idx, int n) function stbtt__buf (line 1950) | static stbtt__buf stbtt__cid_get_glyph_subrs(const stbtt_fontinfo *info,... function stbtt__run_charstring (line 1978) | static int stbtt__run_charstring(const stbtt_fontinfo *info, int glyph_i... function stbtt__GetGlyphShapeT2 (line 2237) | static int stbtt__GetGlyphShapeT2(const stbtt_fontinfo *info, int glyph_... function stbtt__GetGlyphInfoT2 (line 2254) | static int stbtt__GetGlyphInfoT2(const stbtt_fontinfo *info, int glyph_i... function STBTT_DEF (line 2265) | STBTT_DEF int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_... function STBTT_DEF (line 2273) | STBTT_DEF void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int gl... function stbtt__GetGlyphKernInfoAdvance (line 2285) | static int stbtt__GetGlyphKernInfoAdvance(const stbtt_fontinfo *info, i... function stbtt_int32 (line 2315) | static stbtt_int32 stbtt__GetCoverageIndex(stbtt_uint8 *coverageTable, ... function stbtt_int32 (line 2374) | static stbtt_int32 stbtt__GetGlyphClass(stbtt_uint8 *classDefTable, int... function stbtt_int32 (line 2428) | static stbtt_int32 stbtt__GetGlyphGPOSInfoAdvance(const stbtt_fontinfo ... function STBTT_DEF (line 2556) | STBTT_DEF int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo *info, int... function STBTT_DEF (line 2569) | STBTT_DEF int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo *info,... function STBTT_DEF (line 2576) | STBTT_DEF void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, in... function STBTT_DEF (line 2581) | STBTT_DEF void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *as... function STBTT_DEF (line 2588) | STBTT_DEF int stbtt_GetFontVMetricsOS2(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 2599) | STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int ... function STBTT_DEF (line 2607) | STBTT_DEF float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, fl... function STBTT_DEF (line 2613) | STBTT_DEF float stbtt_ScaleForMappingEmToPixels(const stbtt_fontinfo *in... function STBTT_DEF (line 2619) | STBTT_DEF void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v) function STBTT_DEF (line 2629) | STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *fon... function STBTT_DEF (line 2647) | STBTT_DEF void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int g... function STBTT_DEF (line 2652) | STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo ... function STBTT_DEF (line 2657) | STBTT_DEF void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, i... type stbtt__hheap_chunk (line 2666) | typedef struct stbtt__hheap_chunk type stbtt__hheap (line 2671) | typedef struct stbtt__hheap function stbtt__hheap_free (line 2699) | static void stbtt__hheap_free(stbtt__hheap *hh, void *p) function stbtt__hheap_cleanup (line 2705) | static void stbtt__hheap_cleanup(stbtt__hheap *hh, void *userdata) type stbtt__edge (line 2715) | typedef struct stbtt__edge { type stbtt__active_edge (line 2721) | typedef struct stbtt__active_edge function stbtt__active_edge (line 2743) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__active_edge (line 2765) | static stbtt__active_edge *stbtt__new_active(stbtt__hheap *hh, stbtt__ed... function stbtt__fill_active_edges (line 2790) | static void stbtt__fill_active_edges(unsigned char *scanline, int len, s... function stbtt__rasterize_sorted_edges (line 2832) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__handle_clipped_edge (line 2936) | static void stbtt__handle_clipped_edge(float *scanline, int x, stbtt__ac... function stbtt__fill_active_edges_new (line 2973) | static void stbtt__fill_active_edges_new(float *scanline, float *scanlin... function stbtt__rasterize_sorted_edges (line 3137) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__sort_edges_ins_sort (line 3239) | static void stbtt__sort_edges_ins_sort(stbtt__edge *p, int n) function stbtt__sort_edges_quicksort (line 3257) | static void stbtt__sort_edges_quicksort(stbtt__edge *p, int n) function stbtt__sort_edges (line 3319) | static void stbtt__sort_edges(stbtt__edge *p, int n) type stbtt__point (line 3325) | typedef struct function stbtt__rasterize (line 3330) | static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, i... function stbtt__add_point (line 3387) | static void stbtt__add_point(stbtt__point *points, int n, float x, float y) function stbtt__tesselate_curve (line 3395) | static int stbtt__tesselate_curve(stbtt__point *points, int *num_points,... function stbtt__tesselate_cubic (line 3415) | static void stbtt__tesselate_cubic(stbtt__point *points, int *num_points... function stbtt__point (line 3458) | static stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num... function STBTT_DEF (line 3535) | STBTT_DEF void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_... function STBTT_DEF (line 3548) | STBTT_DEF void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) function STBTT_DEF (line 3598) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info,... function STBTT_DEF (line 3617) | STBTT_DEF void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigne... function STBTT_DEF (line 3627) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fo... function STBTT_DEF (line 3632) | STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *i... function STBTT_DEF (line 3642) | STBTT_DEF void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, uns... function stbtt_BakeFontBitmap_internal (line 3653) | static int stbtt_BakeFontBitmap_internal(unsigned char *data, int offset... function STBTT_DEF (line 3699) | STBTT_DEF void stbtt_GetBakedQuad(const stbtt_bakedchar *chardata, int p... type stbrp_coord (line 3727) | typedef int stbrp_coord; type stbrp_context (line 3740) | typedef struct type stbrp_node (line 3746) | typedef struct type stbrp_rect (line 3751) | struct stbrp_rect function stbrp_init_target (line 3757) | static void stbrp_init_target(stbrp_context *con, int pw, int ph, stbrp_... function stbrp_pack_rects (line 3768) | static void stbrp_pack_rects(stbrp_context *con, stbrp_rect *rects, int ... function STBTT_DEF (line 3797) | STBTT_DEF int stbtt_PackBegin(stbtt_pack_context *spc, unsigned char *pi... function STBTT_DEF (line 3829) | STBTT_DEF void stbtt_PackEnd (stbtt_pack_context *spc) function STBTT_DEF (line 3835) | STBTT_DEF void stbtt_PackSetOversampling(stbtt_pack_context *spc, unsign... function STBTT_DEF (line 3845) | STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *sp... function stbtt__h_prefilter (line 3852) | static void stbtt__h_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__v_prefilter (line 3914) | static void stbtt__v_prefilter(unsigned char *pixels, int w, int h, int ... function stbtt__oversample_shift (line 3976) | static float stbtt__oversample_shift(int oversample) function STBTT_DEF (line 3989) | STBTT_DEF int stbtt_PackFontRangesGatherRects(stbtt_pack_context *spc, c... function STBTT_DEF (line 4021) | STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontin... function STBTT_DEF (line 4045) | STBTT_DEF int stbtt_PackFontRangesRenderIntoRects(stbtt_pack_context *sp... function STBTT_DEF (line 4127) | STBTT_DEF void stbtt_PackFontRangesPackRects(stbtt_pack_context *spc, st... function STBTT_DEF (line 4132) | STBTT_DEF int stbtt_PackFontRanges(stbtt_pack_context *spc, const unsign... function STBTT_DEF (line 4168) | STBTT_DEF int stbtt_PackFontRange(stbtt_pack_context *spc, const unsigne... function STBTT_DEF (line 4180) | STBTT_DEF void stbtt_GetScaledFontVMetrics(const unsigned char *fontdata... function STBTT_DEF (line 4193) | STBTT_DEF void stbtt_GetPackedQuad(const stbtt_packedchar *chardata, int... function stbtt__ray_intersect_bezier (line 4228) | static int stbtt__ray_intersect_bezier(float orig[2], float ray[2], floa... function equal (line 4292) | static int equal(float *a, float *b) function stbtt__compute_crossings_x (line 4297) | static int stbtt__compute_crossings_x(float x, float y, int nverts, stbt... function stbtt__cuberoot (line 4366) | static float stbtt__cuberoot( float x ) function stbtt__solve_cubic (line 4375) | static int stbtt__solve_cubic(float a, float b, float c, float* r) function STBTT_DEF (line 4597) | STBTT_DEF void stbtt_FreeSDF(unsigned char *bitmap, void *userdata) function stbtt_int32 (line 4608) | static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint... function stbtt_CompareUTF8toUTF16_bigendian_internal (line 4647) | static int stbtt_CompareUTF8toUTF16_bigendian_internal(char *s1, int len... function STBTT_DEF (line 4654) | STBTT_DEF const char *stbtt_GetFontNameString(const stbtt_fontinfo *font... function stbtt__matchpair (line 4675) | static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint... function stbtt__matches (line 4722) | static int stbtt__matches(stbtt_uint8 *fc, stbtt_uint32 offset, stbtt_ui... function stbtt_FindMatchingFont_internal (line 4751) | static int stbtt_FindMatchingFont_internal(unsigned char *font_collectio... function STBTT_DEF (line 4767) | STBTT_DEF int stbtt_BakeFontBitmap(const unsigned char *data, int offset, function STBTT_DEF (line 4774) | STBTT_DEF int stbtt_GetFontOffsetForIndex(const unsigned char *data, int... function STBTT_DEF (line 4779) | STBTT_DEF int stbtt_GetNumberOfFonts(const unsigned char *data) function STBTT_DEF (line 4784) | STBTT_DEF int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *... function STBTT_DEF (line 4789) | STBTT_DEF int stbtt_FindMatchingFont(const unsigned char *fontdata, cons... function STBTT_DEF (line 4794) | STBTT_DEF int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len... FILE: LView/stb_image.h type stbi_uc (line 356) | typedef unsigned char stbi_uc; type stbi_us (line 357) | typedef unsigned short stbi_us; type stbi_io_callbacks (line 380) | typedef struct type stbi__uint16 (line 609) | typedef unsigned short stbi__uint16; type stbi__int16 (line 610) | typedef signed short stbi__int16; type stbi__uint32 (line 611) | typedef unsigned int stbi__uint32; type stbi__int32 (line 612) | typedef signed int stbi__int32; type stbi__uint16 (line 615) | typedef uint16_t stbi__uint16; type stbi__int16 (line 616) | typedef int16_t stbi__int16; type stbi__uint32 (line 617) | typedef uint32_t stbi__uint32; type stbi__int32 (line 618) | typedef int32_t stbi__int32; function stbi__cpuid3 (line 699) | static int stbi__cpuid3(void) function stbi__sse2_available (line 721) | static int stbi__sse2_available(void) function stbi__sse2_available (line 732) | static int stbi__sse2_available(void) type stbi__context (line 769) | typedef struct function stbi__start_mem (line 790) | static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int... function stbi__start_callbacks (line 800) | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c... function stbi__stdio_read (line 814) | static int stbi__stdio_read(void *user, char *data, int size) function stbi__stdio_skip (line 819) | static void stbi__stdio_skip(void *user, int n) function stbi__stdio_eof (line 829) | static int stbi__stdio_eof(void *user) function stbi__start_file (line 841) | static void stbi__start_file(stbi__context *s, FILE *f) function stbi__rewind (line 850) | static void stbi__rewind(stbi__context *s) type stbi__result_info (line 865) | typedef struct function STBIDEF (line 935) | STBIDEF const char *stbi_failure_reason(void) function stbi__err (line 941) | static int stbi__err(const char *str) function stbi__addsizes_valid (line 965) | static int stbi__addsizes_valid(int a, int b) function stbi__mul2sizes_valid (line 977) | static int stbi__mul2sizes_valid(int a, int b) function stbi__mad2sizes_valid (line 987) | static int stbi__mad2sizes_valid(int a, int b, int add) function stbi__mad3sizes_valid (line 994) | static int stbi__mad3sizes_valid(int a, int b, int c, int add) function stbi__mad4sizes_valid (line 1002) | static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) function STBIDEF (line 1047) | STBIDEF void stbi_image_free(void *retval_from_stbi_load) function STBIDEF (line 1062) | STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip) function STBIDEF (line 1072) | STBIDEF void stbi_set_flip_vertically_on_load_thread(int flag_true_if_sh... function stbi_uc (line 1130) | static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, ... function stbi__uint16 (line 1146) | static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, ... function stbi__vertical_flip (line 1162) | static void stbi__vertical_flip(void *image, int w, int h, int bytes_per... function stbi__vertical_flip_slices (line 1187) | static void stbi__vertical_flip_slices(void *image, int w, int h, int z,... function stbi__uint16 (line 1226) | static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, ... function stbi__float_postprocess (line 1254) | static void stbi__float_postprocess(float *result, int *x, int *y, int *... function STBIDEF (line 1271) | STBIDEF int stbi_convert_wchar_to_utf8(char *buffer, size_t bufferlen, c... function FILE (line 1277) | static FILE *stbi__fopen(char const *filename, char const *mode) function STBIDEF (line 1306) | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *co... function STBIDEF (line 1316) | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp,... function STBIDEF (line 1329) | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, in... function STBIDEF (line 1342) | STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int ... function STBIDEF (line 1355) | STBIDEF stbi_us *stbi_load_16_from_memory(stbi_uc const *buffer, int len... function STBIDEF (line 1362) | STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *cl... function STBIDEF (line 1369) | STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, i... function STBIDEF (line 1376) | STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk,... function STBIDEF (line 1384) | STBIDEF stbi_uc *stbi_load_gif_from_memory(stbi_uc const *buffer, int le... function STBIDEF (line 1418) | STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, in... function STBIDEF (line 1425) | STBIDEF float *stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, ... function STBIDEF (line 1433) | STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *com... function STBIDEF (line 1443) | STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, ... function STBIDEF (line 1457) | STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 1471) | STBIDEF int stbi_is_hdr(char const *filename) function STBIDEF (line 1482) | STBIDEF int stbi_is_hdr_from_file(FILE *f) function STBIDEF (line 1499) | STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clb... function STBIDEF (line 1515) | STBIDEF void stbi_ldr_to_hdr_gamma(float gamma) { stbi__l2h_gamma = ga... function STBIDEF (line 1516) | STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = sc... function STBIDEF (line 1521) | STBIDEF void stbi_hdr_to_ldr_gamma(float gamma) { stbi__h2l_gamma_i = ... function STBIDEF (line 1522) | STBIDEF void stbi_hdr_to_ldr_scale(float scale) { stbi__h2l_scale_i = ... function stbi__refill_buffer (line 1537) | static void stbi__refill_buffer(stbi__context *s) function stbi_inline (line 1555) | stbi_inline static stbi_uc stbi__get8(stbi__context *s) function stbi_inline (line 1569) | stbi_inline static int stbi__at_eof(stbi__context *s) function stbi__skip (line 1585) | static void stbi__skip(stbi__context *s, int n) function stbi__getn (line 1607) | static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) function stbi__get16be (line 1636) | static int stbi__get16be(stbi__context *s) function stbi__uint32 (line 1646) | static stbi__uint32 stbi__get32be(stbi__context *s) function stbi__get16le (line 1656) | static int stbi__get16le(stbi__context *s) function stbi__uint32 (line 1664) | static stbi__uint32 stbi__get32le(stbi__context *s) function stbi_uc (line 1687) | static stbi_uc stbi__compute_y(int r, int g, int b) function stbi__uint16 (line 1744) | static stbi__uint16 stbi__compute_y_16(int r, int g, int b) function stbi__uint16 (line 1753) | static stbi__uint16 *stbi__convert_format16(stbi__uint16 *data, int img_... function stbi_uc (line 1825) | static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) type stbi__huffman (line 1879) | typedef struct type stbi__jpeg (line 1890) | typedef struct function stbi__build_huffman (line 1944) | static int stbi__build_huffman(stbi__huffman *h, int *count) function stbi__build_fast_ac (line 1988) | static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) function stbi__grow_buffer_unsafe (line 2013) | static void stbi__grow_buffer_unsafe(stbi__jpeg *j) function stbi_inline (line 2035) | stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffm... function stbi_inline (line 2089) | stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) function stbi_inline (line 2105) | stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) function stbi_inline (line 2116) | stbi_inline static int stbi__jpeg_get_bit(stbi__jpeg *j) function stbi__jpeg_decode_block (line 2144) | static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__... function stbi__jpeg_decode_block_prog_dc (line 2198) | static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64]... function stbi__jpeg_decode_block_prog_ac (line 2227) | static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64]... function stbi_inline (line 2354) | stbi_inline static stbi_uc stbi__clamp(int x) function stbi__idct_block (line 2405) | static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2469) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2650) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi_uc (line 2858) | static stbi_uc stbi__get_marker(stbi__jpeg *j) function stbi__jpeg_reset (line 2875) | static void stbi__jpeg_reset(stbi__jpeg *j) function stbi__parse_entropy_coded_data (line 2888) | static int stbi__parse_entropy_coded_data(stbi__jpeg *z) function stbi__jpeg_dequantize (line 3016) | static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant) function stbi__jpeg_finish (line 3023) | static void stbi__jpeg_finish(stbi__jpeg *z) function stbi__process_marker (line 3042) | static int stbi__process_marker(stbi__jpeg *z, int m) function stbi__process_scan_header (line 3147) | static int stbi__process_scan_header(stbi__jpeg *z) function stbi__free_jpeg_components (line 3187) | static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) function stbi__process_frame_header (line 3209) | static int stbi__process_frame_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_header (line 3303) | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_image (line 3328) | static int stbi__decode_jpeg_image(stbi__jpeg *j) type stbi_uc (line 3372) | typedef stbi_uc *(*resample_row_func)(stbi_uc *out, stbi_uc *in0, stbi_u... function stbi_uc (line 3377) | static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *... function stbi_uc (line 3386) | static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, s... function stbi_uc (line 3396) | static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3426) | static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3451) | static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_n... function stbi_uc (line 3567) | static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_nea... function stbi__YCbCr_to_RGB_row (line 3581) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_simd (line 3607) | static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi... function stbi__setup_jpeg (line 3742) | static void stbi__setup_jpeg(stbi__jpeg *j) function stbi__cleanup_jpeg (line 3764) | static void stbi__cleanup_jpeg(stbi__jpeg *j) type stbi__resample (line 3769) | typedef struct function stbi_uc (line 3780) | static stbi_uc stbi__blinn_8x8(stbi_uc x, stbi_uc y) function stbi_uc (line 3786) | static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, i... function stbi__jpeg_test (line 3966) | static int stbi__jpeg_test(stbi__context *s) function stbi__jpeg_info_raw (line 3978) | static int stbi__jpeg_info_raw(stbi__jpeg *j, int *x, int *y, int *comp) function stbi__jpeg_info (line 3990) | static int stbi__jpeg_info(stbi__context *s, int *x, int *y, int *comp) type stbi__zhuffman (line 4016) | typedef struct function stbi_inline (line 4026) | stbi_inline static int stbi__bitreverse16(int n) function stbi_inline (line 4035) | stbi_inline static int stbi__bit_reverse(int v, int bits) function stbi__zbuild_huffman (line 4043) | static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizeli... type stbi__zbuf (line 4096) | typedef struct function stbi_inline (line 4110) | stbi_inline static int stbi__zeof(stbi__zbuf *z) function stbi_inline (line 4115) | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) function stbi__fill_bits (line 4120) | static void stbi__fill_bits(stbi__zbuf *z) function stbi__zreceive (line 4132) | int stbi__zreceive(stbi__zbuf *z, int n) function stbi__zhuffman_decode_slowpath (line 4142) | static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) function stbi_inline (line 4161) | stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffm... function stbi__zexpand (line 4180) | static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to m... function stbi__parse_huffman_block (line 4216) | static int stbi__parse_huffman_block(stbi__zbuf *a) function stbi__compute_huffman_codes (line 4260) | static int stbi__compute_huffman_codes(stbi__zbuf *a) function stbi__parse_uncompressed_block (line 4313) | static int stbi__parse_uncompressed_block(stbi__zbuf *a) function stbi__parse_zlib_header (line 4342) | static int stbi__parse_zlib_header(stbi__zbuf *a) function stbi__parse_zlib (line 4385) | static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) function stbi__do_zlib (line 4416) | static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, i... function STBIDEF (line 4426) | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int ... function STBIDEF (line 4443) | STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *... function STBIDEF (line 4448) | STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *b... function STBIDEF (line 4465) | STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const ... function STBIDEF (line 4476) | STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int l... function STBIDEF (line 4493) | STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, co... type stbi__pngchunk (line 4516) | typedef struct function stbi__pngchunk (line 4522) | static stbi__pngchunk stbi__get_chunk_header(stbi__context *s) function stbi__check_png_header (line 4530) | static int stbi__check_png_header(stbi__context *s) type stbi__png (line 4539) | typedef struct function stbi__paeth (line 4567) | static int stbi__paeth(int a, int b, int c) function stbi__create_png_image_raw (line 4581) | static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__... function stbi__create_png_image (line 4800) | static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stb... function stbi__compute_transparency (line 4844) | static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int o... function stbi__compute_transparency16 (line 4870) | static int stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3]... function stbi__expand_png_palette (line 4896) | static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int ... function STBIDEF (line 4937) | STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpr... function STBIDEF (line 4942) | STBIDEF void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_conv... function stbi__de_iphone (line 4947) | static void stbi__de_iphone(stbi__png *z) function stbi__parse_png_file (line 4995) | static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) function stbi__png_test (line 5215) | static int stbi__png_test(stbi__context *s) function stbi__png_info_raw (line 5223) | static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) function stbi__png_info (line 5235) | static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp) function stbi__png_is16 (line 5242) | static int stbi__png_is16(stbi__context *s) function stbi__bmp_test_raw (line 5259) | static int stbi__bmp_test_raw(stbi__context *s) function stbi__bmp_test (line 5274) | static int stbi__bmp_test(stbi__context *s) function stbi__high_bit (line 5283) | static int stbi__high_bit(unsigned int z) function stbi__bitcount (line 5295) | static int stbi__bitcount(unsigned int a) function stbi__shiftsigned (line 5308) | static int stbi__shiftsigned(unsigned int v, int shift, int bits) type stbi__bmp_data (line 5328) | typedef struct function stbi__tga_get_comp (line 5628) | static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_r... function stbi__tga_info (line 5644) | static int stbi__tga_info(stbi__context *s, int *x, int *y, int *comp) function stbi__tga_test (line 5711) | static int stbi__tga_test(stbi__context *s) function stbi__tga_read_rgb16 (line 5744) | static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out) function stbi__psd_test (line 5979) | static int stbi__psd_test(stbi__context *s) function stbi__psd_decode_rle (line 5986) | static int stbi__psd_decode_rle(stbi__context *s, stbi_uc *p, int pixelC... function stbi__pic_is4 (line 6244) | static int stbi__pic_is4(stbi__context *s, const char *str) function stbi__pic_test_core (line 6254) | static int stbi__pic_test_core(stbi__context *s) type stbi__pic_packet (line 6270) | typedef struct function stbi_uc (line 6275) | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) function stbi__copyval (line 6289) | static void stbi__copyval(int channel, stbi_uc *dest, const stbi_uc *src) function stbi_uc (line 6298) | static stbi_uc *stbi__pic_load_core(stbi__context *s, int width, int hei... function stbi__pic_test (line 6449) | static int stbi__pic_test(stbi__context *s) type stbi__gif_lzw (line 6461) | typedef struct type stbi__gif (line 6468) | typedef struct function stbi__gif_test_raw (line 6488) | static int stbi__gif_test_raw(stbi__context *s) function stbi__gif_test (line 6498) | static int stbi__gif_test(stbi__context *s) function stbi__gif_parse_colortable (line 6505) | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256... function stbi__gif_header (line 6516) | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, i... function stbi__gif_info_raw (line 6547) | static int stbi__gif_info_raw(stbi__context *s, int *x, int *y, int *comp) function stbi__out_gif_code (line 6561) | static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) function stbi_uc (line 6598) | static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) function stbi_uc (line 6690) | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int ... function stbi__gif_info (line 6982) | static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp) function stbi__hdr_test_core (line 6992) | static int stbi__hdr_test_core(stbi__context *s, const char *signature) function stbi__hdr_test (line 7002) | static int stbi__hdr_test(stbi__context* s) function stbi__hdr_convert (line 7036) | static void stbi__hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi__hdr_info (line 7197) | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_info (line 7243) | static int stbi__bmp_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_info (line 7266) | static int stbi__psd_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_is16 (line 7301) | static int stbi__psd_is16(stbi__context *s) function stbi__pic_info (line 7330) | static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_test (line 7402) | static int stbi__pnm_test(stbi__context *s) function stbi__pnm_isspace (line 7443) | static int stbi__pnm_isspace(char c) function stbi__pnm_skip_whitespace (line 7448) | static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) function stbi__pnm_isdigit (line 7462) | static int stbi__pnm_isdigit(char c) function stbi__pnm_getinteger (line 7467) | static int stbi__pnm_getinteger(stbi__context *s, char *c) function stbi__pnm_info (line 7479) | static int stbi__pnm_info(stbi__context *s, int *x, int *y, int *comp) function stbi__info_main (line 7518) | static int stbi__info_main(stbi__context *s, int *x, int *y, int *comp) function stbi__is_16_main (line 7560) | static int stbi__is_16_main(stbi__context *s) function STBIDEF (line 7574) | STBIDEF int stbi_info(char const *filename, int *x, int *y, int *comp) function STBIDEF (line 7584) | STBIDEF int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function STBIDEF (line 7595) | STBIDEF int stbi_is_16_bit(char const *filename) function STBIDEF (line 7605) | STBIDEF int stbi_is_16_bit_from_file(FILE *f) function STBIDEF (line 7617) | STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x... function STBIDEF (line 7624) | STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *u... function STBIDEF (line 7631) | STBIDEF int stbi_is_16_bit_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 7638) | STBIDEF int stbi_is_16_bit_from_callbacks(stbi_io_callbacks const *c, vo... FILE: UtilityScripts/DownloadIcons.py function download_icons (line 13) | def download_icons(url, f_filter = lambda x: True): function read_character_icons (line 31) | def read_character_icons(url_characters, url_character_icons, f_filter =... function read_other_icons (line 53) | def read_other_icons(): FILE: UtilityScripts/GenerateUnitData.py function find_key_ending_with (line 8) | def find_key_ending_with(dictionary, partial_key):