blob: e29ada835032e7a4ebef633ac872b339a5686a95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
syn keyword cType upng32
syn keyword cType upng16
syn keyword cType png_byte
syn keyword cType png_bytep
syn keyword cType png_bytepp
syn keyword cType png_uint_16
syn keyword cType png_uint_16p
syn keyword cType png_uint_32
syn keyword cType png_int_16
syn keyword cType png_int_16p
syn keyword cType png_int_32
syn keyword cType png_int_32p
syn keyword cType png_float_32
syn keyword cType png_float_32p
syn keyword cType png_float_64
syn keyword cType png_float_64p
syn keyword cType png_fixed_point
syn keyword cType png_fixed_point_p
syn keyword cType png_fixed_point_p
syn keyword cType png_color
syn keyword cType png_colorp
syn keyword cType png_color_8
syn keyword cType png_color_8p
syn keyword cType png_info
syn keyword cType png_infop
syn keyword cType png_struct
syn keyword cType png_structp
syn keyword cType png_voidp
syn keyword cType png_error_ptr
syn keyword cType png_rw_ptr
syn keyword cType png_flush_ptr
syn keyword cType png_read_status_ptr
syn keyword cType png_write_status_ptr
|