@@ -175,8 +175,8 @@ class NativeCFFI
175
175
176
176
@:cffi private static function lime_image_data_util_color_transform (image : Dynamic , rect : Dynamic , colorMatrix : Dynamic ): Void ;
177
177
178
- @:cffi private static function lime_image_data_util_copy_channel (image : Dynamic , sourceImage : Dynamic , sourceRect : Dynamic , destPoint : Dynamic , srcChannel : Int ,
179
- destChannel : Int ): Void ;
178
+ @:cffi private static function lime_image_data_util_copy_channel (image : Dynamic , sourceImage : Dynamic , sourceRect : Dynamic , destPoint : Dynamic ,
179
+ srcChannel : Int , destChannel : Int ): Void ;
180
180
181
181
@:cffi private static function lime_image_data_util_copy_pixels (image : Dynamic , sourceImage : Dynamic , sourceRect : Dynamic , destPoint : Dynamic ,
182
182
alphaImage : Dynamic , alphaPoint : Dynamic , mergeAlpha : Bool ): Void ;
@@ -1923,7 +1923,8 @@ class NativeCFFI
1923
1923
@:hlNative (" lime" , " lime_al_buffer3f" ) private static function lime_al_buffer3f (buffer : CFFIPointer , param : Int , value1 : hl. F32 , value2 : hl. F32 ,
1924
1924
value3 : hl. F32 ): Void {}
1925
1925
1926
- @:hlNative (" lime" , " lime_al_buffer3i" ) private static function lime_al_buffer3i (buffer : CFFIPointer , param : Int , value1 : Int , value2 : Int , value3 : Int ): Void {}
1926
+ @:hlNative (" lime" , " lime_al_buffer3i" ) private static function lime_al_buffer3i (buffer : CFFIPointer , param : Int , value1 : Int , value2 : Int ,
1927
+ value3 : Int ): Void {}
1927
1928
1928
1929
@:hlNative (" lime" , " lime_al_bufferf" ) private static function lime_al_bufferf (buffer : CFFIPointer , param : Int , value : hl. F32 ): Void {}
1929
1930
@@ -2887,8 +2888,8 @@ class NativeCFFI
2887
2888
return null ;
2888
2889
}
2889
2890
2890
- @:hlNative (" lime" , " lime_cairo_curve_to" ) private static function lime_cairo_curve_to (handle : CFFIPointer , x1 : Float , y1 : Float , x2 : Float , y2 : Float , x3 : Float ,
2891
- y3 : Float ): Void {}
2891
+ @:hlNative (" lime" , " lime_cairo_curve_to" ) private static function lime_cairo_curve_to (handle : CFFIPointer , x1 : Float , y1 : Float , x2 : Float , y2 : Float ,
2892
+ x3 : Float , y3 : Float ): Void {}
2892
2893
2893
2894
@:hlNative (" lime" , " lime_cairo_fill" ) private static function lime_cairo_fill (handle : CFFIPointer ): Void {}
2894
2895
@@ -3077,13 +3078,14 @@ class NativeCFFI
3077
3078
3078
3079
@:hlNative (" lime" , " lime_cairo_set_source" ) private static function lime_cairo_set_source (handle : CFFIPointer , pattern : CFFIPointer ): Void {}
3079
3080
3080
- @:hlNative (" lime" , " lime_cairo_set_source_rgb" ) private static function lime_cairo_set_source_rgb (handle : CFFIPointer , r : Float , g : Float , b : Float ): Void {}
3081
+ @:hlNative (" lime" , " lime_cairo_set_source_rgb" ) private static function lime_cairo_set_source_rgb (handle : CFFIPointer , r : Float , g : Float ,
3082
+ b : Float ): Void {}
3081
3083
3082
3084
@:hlNative (" lime" , " lime_cairo_set_source_rgba" ) private static function lime_cairo_set_source_rgba (handle : CFFIPointer , r : Float , g : Float , b : Float ,
3083
3085
a : Float ): Void {}
3084
3086
3085
- @:hlNative (" lime" , " lime_cairo_set_source_surface" ) private static function lime_cairo_set_source_surface (handle : CFFIPointer , surface : CFFIPointer , x : Float ,
3086
- y : Float ): Void {}
3087
+ @:hlNative (" lime" , " lime_cairo_set_source_surface" ) private static function lime_cairo_set_source_surface (handle : CFFIPointer , surface : CFFIPointer ,
3088
+ x : Float , y : Float ): Void {}
3087
3089
3088
3090
@:hlNative (" lime" , " lime_cairo_set_tolerance" ) private static function lime_cairo_set_tolerance (handle : CFFIPointer , tolerance : Float ): Void {}
3089
3091
@@ -3204,8 +3206,8 @@ class NativeCFFI
3204
3206
return 0 ;
3205
3207
}
3206
3208
3207
- @:hlNative (" lime" , " lime_cairo_pattern_add_color_stop_rgb" ) private static function lime_cairo_pattern_add_color_stop_rgb (handle : CFFIPointer , offset : Float ,
3208
- red : Float , green : Float , blue : Float ): Void {}
3209
+ @:hlNative (" lime" , " lime_cairo_pattern_add_color_stop_rgb" ) private static function lime_cairo_pattern_add_color_stop_rgb (handle : CFFIPointer ,
3210
+ offset : Float , red : Float , green : Float , blue : Float ): Void {}
3209
3211
3210
3212
@:hlNative (" lime" , " lime_cairo_pattern_add_color_stop_rgba" ) private static function lime_cairo_pattern_add_color_stop_rgba (handle : CFFIPointer ,
3211
3213
offset : Float , red : Float , green : Float , blue : Float , alpha : Float ): Void {}
@@ -3512,7 +3514,8 @@ class NativeCFFI
3512
3514
return 0 ;
3513
3515
}
3514
3516
3515
- @:hlNative (" lime" , " lime_curl_multi_setopt" ) private static function lime_curl_multi_setopt (multi_handle : CFFIPointer , option : Int , parameter : Dynamic ): Int
3517
+ @:hlNative (" lime" , " lime_curl_multi_setopt" ) private static function lime_curl_multi_setopt (multi_handle : CFFIPointer , option : Int ,
3518
+ parameter : Dynamic ): Int
3516
3519
{
3517
3520
return 0 ;
3518
3521
}
@@ -3595,8 +3598,8 @@ class NativeCFFI
3595
3598
3596
3599
@:cffi private static function lime_gl_compile_shader (shader : Int ): Void ;
3597
3600
3598
- @:cffi private static function lime_gl_compressed_tex_image_2d (target : Int , level : Int , internalformat : Int , width : Int , height : Int , border : Int , imageSize : Int ,
3599
- data : DataPointer ): Void ;
3601
+ @:cffi private static function lime_gl_compressed_tex_image_2d (target : Int , level : Int , internalformat : Int , width : Int , height : Int , border : Int ,
3602
+ imageSize : Int , data : DataPointer ): Void ;
3600
3603
3601
3604
@:cffi private static function lime_gl_compressed_tex_image_3d (target : Int , level : Int , internalformat : Int , width : Int , height : Int , depth : Int , border : Int ,
3602
3605
imageSize : Int , data : DataPointer ): Void ;
@@ -3610,7 +3613,8 @@ class NativeCFFI
3610
3613
@:cffi private static function lime_gl_copy_buffer_sub_data (readTarget : Int , writeTarget : Int , readOffset : DataPointer , writeOffset : DataPointer ,
3611
3614
size : Int ): Void ;
3612
3615
3613
- @:cffi private static function lime_gl_copy_tex_image_2d (target : Int , level : Int , internalformat : Int , x : Int , y : Int , width : Int , height : Int , border : Int ): Void ;
3616
+ @:cffi private static function lime_gl_copy_tex_image_2d (target : Int , level : Int , internalformat : Int , x : Int , y : Int , width : Int , height : Int ,
3617
+ border : Int ): Void ;
3614
3618
3615
3619
@:cffi private static function lime_gl_copy_tex_sub_image_2d (target : Int , level : Int , xoffset : Int , yoffset : Int , x : Int , y : Int , width : Int , height : Int ): Void ;
3616
3620
@@ -4844,15 +4848,17 @@ class NativeCFFI
4844
4848
4845
4849
@:hlNative (" lime" , " lime_gl_clear" ) private static function lime_gl_clear (mask : Int ): Void {}
4846
4850
4847
- @:hlNative (" lime" , " lime_gl_clear_bufferfi" ) private static function lime_gl_clear_bufferfi (buffer : Int , drawBuffer : Int , depth : hl. F32 , stencil : Int ): Void {}
4851
+ @:hlNative (" lime" , " lime_gl_clear_bufferfi" ) private static function lime_gl_clear_bufferfi (buffer : Int , drawBuffer : Int , depth : hl. F32 ,
4852
+ stencil : Int ): Void {}
4848
4853
4849
4854
@:hlNative (" lime" , " lime_gl_clear_bufferfv" ) private static function lime_gl_clear_bufferfv (buffer : Int , drawBuffer : Int , data : DataPointer ): Void {}
4850
4855
4851
4856
@:hlNative (" lime" , " lime_gl_clear_bufferiv" ) private static function lime_gl_clear_bufferiv (buffer : Int , drawBuffer : Int , data : DataPointer ): Void {}
4852
4857
4853
4858
@:hlNative (" lime" , " lime_gl_clear_bufferuiv" ) private static function lime_gl_clear_bufferuiv (buffer : Int , drawBuffer : Int , data : DataPointer ): Void {}
4854
4859
4855
- @:hlNative (" lime" , " lime_gl_client_wait_sync" ) private static function lime_gl_client_wait_sync (sync : CFFIPointer , flags : Int , timeoutA : Int , timeoutB : Int ): Int
4860
+ @:hlNative (" lime" , " lime_gl_client_wait_sync" ) private static function lime_gl_client_wait_sync (sync : CFFIPointer , flags : Int , timeoutA : Int ,
4861
+ timeoutB : Int ): Int
4856
4862
{
4857
4863
return 0 ;
4858
4864
}
@@ -5476,8 +5482,8 @@ class NativeCFFI
5476
5482
@:hlNative (" lime" , " lime_gl_tex_storage_3d" ) private static function lime_gl_tex_storage_3d (target : Int , level : Int , internalformat : Int , width : Int ,
5477
5483
height : Int , depth : Int ): Void {}
5478
5484
5479
- @:hlNative (" lime" , " lime_gl_tex_sub_image_2d" ) private static function lime_gl_tex_sub_image_2d (target : Int , level : Int , xoffset : Int , yoffset : Int , width : Int ,
5480
- height : Int , format : Int , type : Int , data : DataPointer ): Void {}
5485
+ @:hlNative (" lime" , " lime_gl_tex_sub_image_2d" ) private static function lime_gl_tex_sub_image_2d (target : Int , level : Int , xoffset : Int , yoffset : Int ,
5486
+ width : Int , height : Int , format : Int , type : Int , data : DataPointer ): Void {}
5481
5487
5482
5488
@:hlNative (" lime" , " lime_gl_tex_sub_image_3d" ) private static function lime_gl_tex_sub_image_3d (target : Int , level : Int , xoffset : Int , yoffset : Int ,
5483
5489
zoffset : Int , width : Int , height : Int , depth : Int , format : Int , type : Int , data : DataPointer ): Void {}
@@ -6288,7 +6294,8 @@ class NativeCFFI
6288
6294
@:hlNative (" lime" , " lime_hb_buffer_set_cluster_level" ) private static function lime_hb_buffer_set_cluster_level (buffer : CFFIPointer ,
6289
6295
clusterLevel : Int ): Void {}
6290
6296
6291
- @:hlNative (" lime" , " lime_hb_buffer_set_content_type" ) private static function lime_hb_buffer_set_content_type (buffer : CFFIPointer , contentType : Int ): Void {}
6297
+ @:hlNative (" lime" , " lime_hb_buffer_set_content_type" ) private static function lime_hb_buffer_set_content_type (buffer : CFFIPointer ,
6298
+ contentType : Int ): Void {}
6292
6299
6293
6300
@:hlNative (" lime" , " lime_hb_buffer_set_direction" ) private static function lime_hb_buffer_set_direction (buffer : CFFIPointer , direction : Int ): Void {}
6294
6301
0 commit comments