custom_shape.h
来自「uclinux 下的vlc播放器源代码」· C头文件 代码 · 共 15 行
H
15 行
#ifndef CUSTOM_SHAPE_H#define CUSTOM_SHAPE_H#define CUSTOM_SHAPE_DEBUG 0#include "expr_types.h"#include "custom_shape_types.h"#include "preset_types.h"void free_custom_shape(custom_shape_t * custom_shape);custom_shape_t * new_custom_shape(int id);custom_shape_t * find_custom_shape(int id, preset_t * preset, int create_flag);void load_unspecified_init_conds_shape(custom_shape_t * custom_shape);inline void evalCustomShapeInitConditions();inline custom_shape_t * nextCustomShape();#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?