MCPcopy Create free account

hub / github.com/badgeek/svg2shenzhen / functions

Functions3,949 in github.com/badgeek/svg2shenzhen

↓ 1 callersFunctionaddLengthDistance
src/lodepng.cpp:1343
↓ 1 callersFunctionadjust_vertices
potrace/trace.cpp:739
↓ 1 callersMethodattachManager
common/tool/tool_base.cpp:54
↓ 1 callersFunctionbase_dir
Convert aRelativePath to an absolute path based on aBaseDir
common/search_stack.cpp:53
↓ 1 callersFunctionbestpolygon
find the optimal polygon. Fill in the m and po components. Return 1 * on failure with errno set, else 0. Non-cyclic version: assumes i=0 * is in t
potrace/trace.cpp:605
↓ 1 callersFunctionbm_clearexcess
set the excess padding to 0 */
potrace/decompose.cpp:24
↓ 1 callersFunctionbm_dup
duplicate the given bitmap. Return NULL on error with errno set. */
potrace/bitmap.h:93
↓ 1 callersFunctionbm_free
free a potrace bitmap */
src/bitmap2component.cpp:50
↓ 1 callersFunctionbm_readbody_bmp
read BMP stream after magic number. Return values as for bm_read. * We choose to be as permissive as possible, since there are many * programs out
potrace/bitmap_io.cpp:521
↓ 1 callersFunctionbm_readbody_pnm
read PNM stream after magic number. Return values as for bm_read */
potrace/bitmap_io.cpp:164
↓ 1 callersFunctionbm_to_pathlist
potrace/decompose.cpp:530
↓ 1 callersFunctionboundaryPM
Boundary Package Merge step, numpresent is the amount of leaves, and c is the current chain.*/
src/lodepng.cpp:758
↓ 1 callersFunctionbpmnode_sort
sort the leaves with stable mergesort*/
src/lodepng.cpp:731
↓ 1 callersFunctioncalc_lon
returns 0 on success, 1 on error with errno set */
potrace/trace.cpp:385
↓ 1 callersFunctioncalc_sums
Preparation: fill in the sum* fields of a path (used for later * rapid summing). Return 0 on success, 1 with errno set on * failure. */
potrace/trace.cpp:323
↓ 1 callersFunctionclear_bm_with_bbox
clear the bm, assuming the bounding box is set correctly (faster * than clearing the whole bitmap) */
potrace/decompose.cpp:48
↓ 1 callersFunctioncolor_tree_has
src/lodepng.cpp:3035
↓ 1 callersFunctioncontainsNonAsciiChars
* Checks if a given string contains non-ASCII characters. * FIXME: the performance of this code is really poor, but in this case it can be * accepta
common/common_plotDXF_functions.cpp:648
↓ 1 callersFunctioncopy_pro_file_template
common/project.cpp:225
↓ 1 callersMethodcreateWhitebg
(self)
inkscape/svg2shenzhen/prepare.py:106
↓ 1 callersFunctionddenom
ddenom/dpara have the property that the square of radius 1 centered * at p1 intersects the line p0p2 iff |dpara(p0,p1,p2)| <= ddenom(p0,p2) */
potrace/trace.cpp:61
↓ 1 callersFunctiondecode
src/lodepng.cpp:6124
↓ 1 callersFunctiondecodeGeneric
read a PNG, the result will be in the same color type as the PNG (hence "generic")*/
src/lodepng.cpp:4528
↓ 1 callersFunctiondeflate
src/lodepng.cpp:2071
↓ 1 callersFunctiondeflateDynamic
Deflate for a block of type "dynamic", that is, with freely, optimally, created huffman trees*/
src/lodepng.cpp:1724
↓ 1 callersFunctiondeflateFixed
src/lodepng.cpp:1969
↓ 1 callersFunctiondeflateNoCompression
src/lodepng.cpp:1653
↓ 1 callersFunctiondetrand
deterministically and efficiently hash (x,y) into a pseudo-random bit */
potrace/decompose.cpp:68
↓ 1 callersFunctiondorth_infty
return a direction that is 90 degrees counterclockwise from p2-p0, * but then restricted to one of the major wind directions (n, nw, w, etc) */
potrace/trace.cpp:34
↓ 1 callersMethoddraw
common/view/view.cpp:621
↓ 1 callersMethodexportDrill
(self, kicad_mod=False)
inkscape/svg2shenzhen/export.py:671
↓ 1 callersMethodexportEdgeCut
(self, kicad_mod=False)
inkscape/svg2shenzhen/export.py:609
↓ 1 callersMethodexportToKicad
(self, png_path, output_path, layer_type, invert = "true")
inkscape/svg2shenzhen/export.py:582
↓ 1 callersMethodexportToPng
(self, svg_path, output_path)
inkscape/svg2shenzhen/export.py:601
↓ 1 callersMethodexport_layers
Export selected layers of SVG to the file `dest`. :arg str dest: path to export SVG file. :arg list hide: layers to hi
inkscape/svg2shenzhen/export.py:507
↓ 1 callersFunctionfindWindowRecursively
common/dialog_shim.cpp:192
↓ 1 callersFunctionfindnext
find the next set pixel in a row <= y. Pixels are searched first * left-to-right, then top-down. In other words, (x,y)<(x',y') if y>y' * or y=y' a
potrace/decompose.cpp:496
↓ 1 callersFunctionfindpath
compute a path in the given pixmap, separating black from white. * Start path at the point (x0,x1), which must be an upper left corner * of the pa
potrace/decompose.cpp:240
↓ 1 callersMethodflatten_bezier
(self)
inkscape/svg2shenzhen/export.py:724
↓ 1 callersFunctionflog2
log2 approximation. A slight bit faster than std::log. */
src/lodepng.cpp:5220
↓ 1 callersFunctionformatList
common/ptree.cpp:141
↓ 1 callersMethodgetCrossHairPosition
* Function getCrossHairPosition * return the current cross hair position in logical (drawing) coordinates. * @param aInvertY Inverts the Y a
include/class_base_screen.h:107
↓ 1 callersMethodgetCrossHairScreenPosition
common/base_screen.cpp:386
↓ 1 callersMethodgetCursorPosition
common/base_screen.cpp:377
↓ 1 callersMethodgetDefaultHotKey
Returns the hot key assigned in the object definition. It may refer to a legacy hot key setting (if LEGACY_HK flag is set).
include/tool/tool_action.h:186
↓ 1 callersFunctiongetLimits
common/geometry/hetriang.cpp:101
↓ 1 callersMethodgetNearestGridPosition
common/base_screen.cpp:352
↓ 1 callersFunctiongetPaletteTranslucency
palette must have 4 * palettesize bytes allocated, and given in format RGBARGBARGBARGBA... returns 0 if the palette is opaque, returns 1 if the palett
src/lodepng.cpp:5625
↓ 1 callersFunctiongetTreeInflateDynamic
get the tree of a deflated block with dynamic tree, the tree itself is also Huffman compressed with a known tree*/
src/lodepng.cpp:983
↓ 1 callersFunctiongetTreeInflateFixed
get the tree of a deflated block with fixed tree, as specified in the deflate specification*/
src/lodepng.cpp:975
↓ 1 callersFunctiongetValueRequiredBits
Returns how many bits needed to represent given value (max 8 bit)*/
src/lodepng.cpp:3563
↓ 1 callersMethodget_layers
(self, src)
inkscape/svg2shenzhen/export.py:540
↓ 1 callersMethodget_name
(self)
inkscape/svg2shenzhen/export.py:533
↓ 1 callersFunctiongm_free
free the given greymap */
potrace/greymap.cpp:54
↓ 1 callersFunctiongm_readbody_bmp
read BMP stream after magic number. Return values as for gm_read. * We choose to be as permissive as possible, since there are many * programs out
potrace/greymap.cpp:602
↓ 1 callersFunctiongm_readbody_pnm
read PNM stream after magic number. Return values as for gm_read */
potrace/greymap.cpp:244
↓ 1 callersFunctionhash_cleanup
src/lodepng.cpp:1408
↓ 1 callersFunctionhash_init
src/lodepng.cpp:1381
↓ 1 callersFunctioninflate
src/lodepng.cpp:1296
↓ 1 callersFunctioninflateHuffmanBlock
inflate a block with dynamic of fixed Huffman tree*/
src/lodepng.cpp:1131
↓ 1 callersFunctioninflateNoCompression
src/lodepng.cpp:1225
↓ 1 callersFunctioninit_locks
common/kicad_curl/kicad_curl.cpp:74
↓ 1 callersFunctioniprod1
calculate (p1-p0)*(p3-p2) */
potrace/trace.cpp:232
↓ 1 callersFunctionisDigit
common/fpid.cpp:35
↓ 1 callersFunctionisLast
common/ptree.cpp:122
↓ 1 callersFunctionisNumber
* Function isNumber * returns true if the next sequence of text is a number: * either an integer, fixed point, or float with exponent. Stops scanni
common/dsnlexer.cpp:494
↓ 1 callersMethodisRenderable
* Function isRenderable() * Returns if the item should be drawn or not. */
include/view/view_item.h:349
↓ 1 callersFunctionkill_locks
common/kicad_curl/kicad_curl.cpp:111
↓ 1 callersMethodload
common/footprint_info.cpp:102
↓ 1 callersFunctionload_file
src/lodepng.cpp:6036
↓ 1 callersFunctionlodepng_auto_choose_color
Automatically chooses color type that gives smallest amount of bits in the output image, e.g. grey if there are only greyscale pixels, palette if ther
src/lodepng.cpp:3769
↓ 1 callersFunctionlodepng_can_have_alpha
src/lodepng.cpp:2696
↓ 1 callersFunctionlodepng_chunk_ancillary
src/lodepng.cpp:2439
↓ 1 callersFunctionlodepng_chunk_check_crc
src/lodepng.cpp:2464
↓ 1 callersFunctionlodepng_chunk_create
src/lodepng.cpp:2512
↓ 1 callersFunctionlodepng_chunk_data_const
src/lodepng.cpp:2459
↓ 1 callersFunctionlodepng_chunk_generate_crc
src/lodepng.cpp:2474
↓ 1 callersFunctionlodepng_chunk_next
src/lodepng.cpp:2481
↓ 1 callersFunctionlodepng_chunk_next_const
src/lodepng.cpp:2487
↓ 1 callersFunctionlodepng_color_profile_init
src/lodepng.cpp:3539
↓ 1 callersFunctionlodepng_compress_settings_init
src/lodepng.cpp:2273
↓ 1 callersFunctionlodepng_decoder_settings_init
src/lodepng.cpp:4832
↓ 1 callersFunctionlodepng_decompress_settings_init
src/lodepng.cpp:2295
↓ 1 callersFunctionlodepng_deflate
src/lodepng.cpp:2058
↓ 1 callersFunctionlodepng_deflatev
src/lodepng.cpp:2017
↓ 1 callersFunctionlodepng_encoder_settings_init
src/lodepng.cpp:5901
↓ 1 callersFunctionlodepng_error_text
This returns the description of a numerical error code in English. This is also the documentation of all the error codes. */
src/lodepng.cpp:5923
↓ 1 callersFunctionlodepng_get_color_profile
profile must already have been inited with mode. It's ok to set some parameters of profile to done already.*/
src/lodepng.cpp:3573
↓ 1 callersFunctionlodepng_has_palette_alpha
src/lodepng.cpp:2686
↓ 1 callersFunctionlodepng_huffman_code_lengths
src/lodepng.cpp:789
↓ 1 callersFunctionlodepng_inflate
src/lodepng.cpp:1283
↓ 1 callersFunctionlodepng_inflatev
src/lodepng.cpp:1253
↓ 1 callersFunctionlodepng_inspect
read the information from the header and store it in the LodePNGInfo. return value is error*/
src/lodepng.cpp:3909
↓ 1 callersFunctionlodepng_is_alpha_type
src/lodepng.cpp:2676
↓ 1 callersFunctionlodepng_is_greyscale_type
src/lodepng.cpp:2671
↓ 1 callersFunctionlodepng_load_file
src/lodepng.cpp:387
↓ 1 callersFunctionlodepng_palette_add
src/lodepng.cpp:2639
↓ 1 callersFunctionlodepng_zlib_compress
src/lodepng.cpp:2188
↓ 1 callersFunctionlodepng_zlib_decompress
src/lodepng.cpp:2126
↓ 1 callersMethodmatches
common/geometry/shape_poly_set.cpp:371
← previousnext →1,201–1,300 of 3,949, ranked by callers