repo
stringlengths
1
152
file
stringlengths
14
221
code
stringlengths
501
25k
file_length
int64
501
25k
avg_line_length
float64
20
99.5
max_line_length
int64
21
134
extension_type
stringclasses
2 values
null
matplotlib-main/src/ft2font.h
/* -*- mode: c++; c-basic-offset: 4 -*- */ /* A python interface to FreeType */ #pragma once #ifndef MPL_FT2FONT_H #define MPL_FT2FONT_H #include <vector> #include <stdint.h> #include <unordered_map> extern "C" { #include <ft2build.h> #include FT_FREETYPE_H #include FT_GLYPH_H #include FT_OUTLINE_H #include FT_SFNT_N...
4,793
28.9625
98
h
null
matplotlib-main/src/_c_internal_utils.c
#define PY_SSIZE_T_CLEAN #include <Python.h> #ifdef __linux__ #include <dlfcn.h> #endif #ifdef _WIN32 #include <Objbase.h> #include <Shobjidl.h> #include <Windows.h> #endif static PyObject* mpl_display_is_valid(PyObject* module) { #ifdef __linux__ void* libX11; // The getenv check is redundant but helps perfor...
6,911
31.603774
82
c
null
matplotlib-main/src/py_converters.h
/* -*- mode: c++; c-basic-offset: 4 -*- */ #ifndef MPL_PY_CONVERTERS_H #define MPL_PY_CONVERTERS_H /*************************************************************************** * This module contains a number of conversion functions from Python types * to C++ types. Most of them meet the Python "converter" signatur...
1,792
35.591837
82
h
null
matplotlib-main/extern/agg24-svn/include/agg_trans_single_path.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,982
29.438776
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_renderer_primitives.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
7,805
33.693333
97
h
null
matplotlib-main/extern/agg24-svn/include/agg_dda_line.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
8,450
28.041237
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_config.h
#ifndef AGG_CONFIG_INCLUDED #define AGG_CONFIG_INCLUDED // This file can be used to redefine certain data types. //--------------------------------------- // 1. Default basic types such as: // // AGG_INT8 // AGG_INT8U // AGG_INT16 // AGG_INT16U // AGG_INT32 // AGG_INT32U // AGG_INT64 // AGG_INT64U // // Just replace...
1,266
27.155556
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_trans_affine.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
18,796
35.217726
92
h
null
matplotlib-main/extern/agg24-svn/include/agg_trans_warp_magnifier.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,759
29.877193
84
h
null
matplotlib-main/extern/agg24-svn/include/agg_vcgen_smooth_poly1.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,565
28.159091
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_rasterizer_outline_aa.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
20,728
33.548333
96
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_transform.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,044
28.637681
85
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_interpolator_linear.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
7,560
31.450644
94
h
null
matplotlib-main/extern/agg24-svn/include/agg_trans_viewport.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
9,602
30.588816
82
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_gpc.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
12,737
28.418014
81
h
null
matplotlib-main/extern/agg24-svn/include/agg_vpgen_clip_polyline.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,315
28.316456
79
h
null
matplotlib-main/extern/agg24-svn/include/agg_scanline_u.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
17,028
33.058
85
h
null
matplotlib-main/extern/agg24-svn/include/agg_scanline_bin.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
7,748
28.241509
87
h
null
matplotlib-main/extern/agg24-svn/include/agg_simul_eq.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
4,001
26.040541
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_arc.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,034
26.133333
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_rasterizer_scanline_aa_nogamma.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
16,388
32.931677
93
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_smooth_poly1.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,699
32.333333
85
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_close_polygon.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,600
27.579365
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_embedded_raster_fonts.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,147
34.8
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_vpgen_segmentator.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,801
28.064516
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_trans_double_path.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
4,187
30.727273
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_bspline.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,675
33.204082
97
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_stroke.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,148
41.554054
99
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_adaptor_vcgen.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
4,968
30.449367
95
h
null
matplotlib-main/extern/agg24-svn/include/agg_scanline_storage_bin.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
18,224
30.0477
94
h
null
matplotlib-main/extern/agg24-svn/include/agg_rendering_buffer_dynarow.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
5,031
35.463768
86
h
null
matplotlib-main/extern/agg24-svn/include/agg_renderer_mclip.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
11,779
32.657143
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_rasterizer_sl_clip.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
12,905
35.664773
84
h
null
matplotlib-main/extern/agg24-svn/include/agg_image_accessors.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
13,127
26.236515
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_segmentator.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,728
34.285714
96
h
null
matplotlib-main/extern/agg24-svn/include/agg_gamma_lut.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
8,306
26.147059
87
h
null
matplotlib-main/extern/agg24-svn/include/agg_path_length.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,904
27.863636
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_allocator.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,801
31.763636
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_pixfmt_transposer.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
6,218
38.360759
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_interpolator_persp.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
15,678
32.863931
83
h
null
matplotlib-main/extern/agg24-svn/include/agg_gamma_functions.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,525
25.511278
82
h
null
matplotlib-main/extern/agg24-svn/include/agg_vcgen_vertex_sequence.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,832
27.183824
83
h
null
matplotlib-main/extern/agg24-svn/include/agg_vertex_sequence.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
5,178
28.936416
88
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_marker.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
4,510
29.275168
96
h
null
matplotlib-main/extern/agg24-svn/include/agg_vcgen_dash.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,643
27.12766
79
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_unclose_polygon.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,708
31.245283
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_curves.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // Copyright (C) 2005 Tony Juricic (tonygeek@yahoo.com) // // Permission to copy, use, modify, sell and distribute this software // ...
19,893
27.665706
88
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_interpolator_trans.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,100
32.344086
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_math_stroke.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
18,627
34.280303
87
h
null
matplotlib-main/extern/agg24-svn/include/agg_renderer_raster_text.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
8,723
31.920755
80
h
null
matplotlib-main/extern/agg24-svn/include/agg_shorten_path.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,032
29.343284
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_interpolator_adaptor.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,624
32.653846
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_clip_polyline.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,532
38.578125
92
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_gouraud_gray.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
8,276
33.202479
80
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_shorten_path.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,732
32.980392
82
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_adaptor_vpgen.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
5,023
30.4
82
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_pattern_rgb.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,441
34.484536
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_rounded_rect.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,245
29.767123
86
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_gradient_alpha.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
4,926
37.795276
89
h
null
matplotlib-main/extern/agg24-svn/include/agg_basics.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
17,444
30.096257
80
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_pattern_rgba.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,378
34.568421
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_ellipse.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,648
28.427419
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_rasterizer_compound_aa.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.3 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
22,146
32.353916
89
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_concat.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,237
29.243243
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_clip_liang_barsky.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
9,626
27.823353
89
h
null
matplotlib-main/extern/agg24-svn/include/agg_bspline.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,640
33.298701
82
h
null
matplotlib-main/extern/agg24-svn/include/agg_bezier_arc.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
5,775
35.1
82
h
null
matplotlib-main/extern/agg24-svn/include/agg_pixfmt_amask_adaptor.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
8,507
34.302905
83
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_contour.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,920
43.257576
105
h
null
matplotlib-main/extern/agg24-svn/include/agg_image_filters.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
14,880
32.142539
88
h
null
matplotlib-main/extern/agg24-svn/include/agg_vcgen_bspline.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,114
27.2
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_pixfmt_base.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,908
28.683673
110
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_subdiv_adaptor.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
4,820
32.950704
94
h
null
matplotlib-main/extern/agg24-svn/include/agg_line_aa_basics.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
6,735
34.452632
91
h
null
matplotlib-main/extern/agg24-svn/include/agg_math.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
14,830
32.860731
83
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_curve.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
6,666
32.00495
83
h
null
matplotlib-main/extern/agg24-svn/include/agg_bitset_iterator.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,420
24.836364
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_clip_polygon.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,517
38.34375
90
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_pattern_gray.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,284
33.946809
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_gradient_lut.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
7,577
29.930612
81
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_marker_adaptor.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
1,859
34.769231
91
h
null
matplotlib-main/extern/agg24-svn/include/agg_rendering_buffer.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
10,053
32.401993
94
h
null
matplotlib-main/extern/agg24-svn/include/agg_glyph_raster_bin.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
4,879
30.282051
82
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_image_filter.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
9,215
36.311741
89
h
null
matplotlib-main/extern/agg24-svn/include/agg_gsv_text.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
4,025
25.142857
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_font_cache_manager2.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all ...
8,951
27.692308
100
h
null
matplotlib-main/extern/agg24-svn/include/agg_ellipse_bresenham.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,835
23.877193
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_gouraud_rgba.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
9,886
34.564748
80
h
null
matplotlib-main/extern/agg24-svn/include/agg_path_storage_integer.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
9,798
32.10473
98
h
null
matplotlib-main/extern/agg24-svn/include/agg_pixfmt_gray.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
24,428
32.101626
112
h
null
matplotlib-main/extern/agg24-svn/include/agg_arrowhead.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,321
26.975904
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_gradient_contour.h
//---------------------------------------------------------------------------- // AGG Contribution Pack - Gradients 1 (AGG CP - Gradients 1) // http://milan.marusinec.sk/aggcp // // For Anti-Grain Geometry - Version 2.4 // http://www.antigrain.org // // Contribution Created By: // Milan Marusinec alias Milano // mila...
7,659
20.101928
108
h
null
matplotlib-main/extern/agg24-svn/include/agg_vcgen_stroke.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
3,580
33.76699
86
h
null
matplotlib-main/extern/agg24-svn/include/agg_vcgen_markers_term.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,009
29
78
h
null
matplotlib-main/extern/agg24-svn/include/agg_rasterizer_cells_aa.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all ...
21,155
27.435484
88
h
null
matplotlib-main/extern/agg24-svn/include/agg_alpha_mask_u8.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
18,505
36.012
122
h
null
matplotlib-main/extern/agg24-svn/include/agg_span_gouraud.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
5,727
32.109827
79
h
null
matplotlib-main/extern/agg24-svn/include/agg_pattern_filters_rgba.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
4,236
33.169355
81
h
null
matplotlib-main/extern/agg24-svn/include/agg_conv_dash.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
2,194
30.811594
83
h
null
matplotlib-main/extern/agg24-svn/include/agg_scanline_p.h
//---------------------------------------------------------------------------- // Anti-Grain Geometry - Version 2.4 // Copyright (C) 2002-2005 Maxim Shemanarev (http://www.antigrain.com) // // Permission to copy, use, modify, sell and distribute this software // is granted provided this copyright notice appears in all...
10,475
30.745455
87
h