MCPcopy Create free account

hub / github.com/Distrotech/reportlab / functions

Functions4,293 in github.com/Distrotech/reportlab

↓ 1 callersFunctionart_svp_render_aa_iter_done
src/rl_addons/renderPM/libart_lgpl/art_svp_render_aa.c:389
↓ 1 callersFunctionart_svp_render_aa_iter_step
src/rl_addons/renderPM/libart_lgpl/art_svp_render_aa.c:186
↓ 1 callersFunctionart_svp_render_delete_active
src/rl_addons/renderPM/libart_lgpl/art_svp_render_aa.c:74
↓ 1 callersFunctionart_svp_render_insert_active
src/rl_addons/renderPM/libart_lgpl/art_svp_render_aa.c:51
↓ 1 callersFunctionart_svp_seg_compare
* art_svp_seg_compare: Compare two segments of an svp. * @seg1: First segment to compare. * @seg2: Second segment to compare. * * Compares two se
src/rl_addons/renderPM/libart_lgpl/art_svp.c:136
↓ 1 callersFunctionart_svp_vpath_stroke_arc
Render an arc segment starting at (xc + x0, yc + y0) to (xc + x1, yc + y1), centered at (xc, yc), and with given radius. Both x0^2 + y0^2 and x1
src/rl_addons/renderPM/libart_lgpl/art_svp_vpath_stroke.c:50
↓ 1 callersFunctionart_svp_vpath_stroke_raw
* art_svp_from_vpath_raw: Stroke a vector path, raw version * @vpath: #ArtVPath to stroke. * @join: Join style. * @cap: Cap style. * @line_width:
src/rl_addons/renderPM/libart_lgpl/art_svp_vpath_stroke.c:409
↓ 1 callersFunctionart_uta_free
* art_uta_free: Free a uta. * @uta: The uta to free. * * Frees the microtile array structure, including the actual microtile * data. **/
src/rl_addons/renderPM/libart_lgpl/art_uta.c:81
↓ 1 callersFunctionart_uta_from_irect
* art_uta_from_irect: Generate uta covering a rectangle. * @bbox: The source rectangle. * * Generates a uta exactly covering @bbox. Please do not c
src/rl_addons/renderPM/libart_lgpl/art_uta_rect.c:36
↓ 1 callersFunctionart_vpath_bbox_drect
* art_vpath_bbox_drect: Determine bounding box of vpath. * @vec: Source vpath. * @drect: Where to store bounding box. * * Determines bounding box
src/rl_addons/renderPM/libart_lgpl/art_vpath.c:143
↓ 1 callersFunctionart_vpath_bbox_irect
* art_vpath_bbox_irect: Determine integer bounding box of vpath. * @vec: Source vpath. * idrect: Where to store bounding box. * * Determines integ
src/rl_addons/renderPM/libart_lgpl/art_vpath.c:178
↓ 1 callersFunctionart_vpath_dash_max_subpath
Return the length of the largest subpath within vpath */
src/rl_addons/renderPM/libart_lgpl/art_vpath_dash.c:34
↓ 1 callersFunctionart_vpath_render_bez
* art_vpath_render_bez: Render a bezier segment into the vpath. * @p_vpath: Where the pointer to the #ArtVpath structure is stored. * @pn_points: P
src/rl_addons/renderPM/libart_lgpl/art_vpath_bpath.c:118
↓ 1 callersMethodasNormalDate
(self)
src/reportlab/lib/normalDate.py:577
↓ 1 callersFunctionascii_to_hex
src/rl_addons/renderPM/gt1/gt1-parset1.c:334
↓ 1 callersMethodattachToPageTemplate
(self,pt)
src/reportlab/platypus/doctemplate.py:330
↓ 1 callersFunctionattrparse
src/rl_addons/rl_accel/sgmlop.c:1255
↓ 1 callersMethodavailableFlagNames
return a list of the things we can display
src/reportlab/graphics/widgets/flags.py:159
↓ 1 callersMethodbeforeBuild
Called by multiBuild before it starts; use this to clear old contents
src/reportlab/platypus/doctemplate.py:107
↓ 1 callersMethodbeforeDocument
This is called before any processing is done on the document.
src/reportlab/platypus/doctemplate.py:985
↓ 1 callersMethodbeforeDrawPage
Override this if you want additional functionality or prefer a class based page routine. Called before any flowables for this page ar
src/reportlab/platypus/doctemplate.py:256
↓ 1 callersMethodbeforePage
This is called at the beginning of page processing, and immediately before the beforeDrawPage method of the current page templ
src/reportlab/platypus/doctemplate.py:990
↓ 1 callersMethodbegin
(self, name='', typ='')
tools/docco/docpy.py:518
↓ 1 callersMethodbeginAttributes
Append a list of annotated attributes of a class.
tools/docco/graphdocpy.py:299
↓ 1 callersMethodbeginClass
Append a graphic demo of a Widget or Drawing at the end of a class.
tools/docco/graphdocpy.py:266
↓ 1 callersMethodbeginClasses
(self, names)
tools/docco/docpy.py:533
↓ 1 callersMethodbeginFunction
(self, name, doc, sig)
tools/docco/docpy.py:548
↓ 1 callersMethodbeginFunction
(self, name, doc, sig)
tools/docco/docpy.py:749
↓ 1 callersMethodbeginFunction
Skip function for 'uninteresting' names.
tools/docco/graphdocpy.py:362
↓ 1 callersMethodbeginFunctions
(self, names)
tools/docco/docpy.py:545
↓ 1 callersMethodbeginFunctions
(self, names)
tools/docco/graphdocpy.py:355
↓ 1 callersMethodbeginMethod
(self, name, doc, sig)
tools/docco/docpy.py:542
↓ 1 callersMethodbeginMethods
(self, names)
tools/docco/docpy.py:539
↓ 1 callersMethodbeginModule
(self, name, doc, imported)
tools/docco/docpy.py:530
↓ 1 callersMethodbeginPackage
(self, name)
tools/docco/graphdocpy.py:698
↓ 1 callersMethodbezierArcCCW
return a set of control points for Bezier approximation to an arc with angle increasing counter clockwise. No requirement on (theta1-theta0) <
src/reportlab/graphics/renderPM.py:409
↓ 1 callersFunctionbigBang
return lower boundary as a NormalDate
src/reportlab/lib/normalDate.py:513
↓ 1 callersFunctionboundsOverlap
(P,Q)
src/reportlab/graphics/charts/piecharts.py:212
↓ 1 callersMethodbreakLinesCJK
Initially, the dumbest possible wrapping algorithm. Cannot handle font variations.
src/reportlab/platypus/paragraph.py:1217
↓ 1 callersFunctionbs_closepath
src/rl_addons/renderPM/gt1/gt1-parset1.c:2456
↓ 1 callersFunctionbs_curveto
this is for callothersubr (2) */
src/rl_addons/renderPM/gt1/gt1-parset1.c:2429
↓ 1 callersFunctionbs_end
src/rl_addons/renderPM/gt1/gt1-parset1.c:2483
↓ 1 callersFunctionbs_moveto
src/rl_addons/renderPM/gt1/gt1-parset1.c:2316
↓ 1 callersFunctionbs_new
src/rl_addons/renderPM/gt1/gt1-parset1.c:2296
↓ 1 callersFunctionbs_rcurveto
src/rl_addons/renderPM/gt1/gt1-parset1.c:2390
↓ 1 callersFunctionbs_rlineto
src/rl_addons/renderPM/gt1/gt1-parset1.c:2362
↓ 1 callersFunctionbs_rmoveto
src/rl_addons/renderPM/gt1/gt1-parset1.c:2324
↓ 1 callersFunctionbuildContext
(stylesheet=None)
src/reportlab/platypus/para.py:1194
↓ 1 callersMethodbuttonField
(self, canvas, title, value, xmin, ymin)
src/reportlab/pdfbase/pdfform.py:166
↓ 1 callersFunctionbuttonFieldRelative
same as buttonFieldAbsolute except the x and y are relative to the canvas coordinate transform
src/reportlab/pdfbase/pdfform.py:69
↓ 1 callersFunctionbuttonStreamDictionary
everything except the length for the button appearance streams
src/reportlab/pdfbase/pdfform.py:604
↓ 1 callersFunctioncacheImageFile
Processes image as if for encoding, saves to a file with .a85 extension.
src/reportlab/pdfbase/pdfutils.py:53
↓ 1 callersMethodcache_imagedata
(self)
src/reportlab/pdfgen/pdfimages.py:74
↓ 1 callersFunctioncalc_color_at
src/rl_addons/renderPM/libart_lgpl/art_render_gradient.c:127
↓ 1 callersMethodcenterAlign
(self, line, lineLength, maxLength)
src/reportlab/platypus/para.py:469
↓ 1 callersFunctioncentred
(text)
tools/docco/rl_doc_utils.py:221
↓ 1 callersFunctioncentroid
compute average point of a set of points
src/reportlab/graphics/widgets/grids.py:425
↓ 1 callersMethodchain
(self, parent, child)
src/reportlab/lib/sequencer.py:194
↓ 1 callersMethodcheck
(self,text,bt = getSampleStyleSheet()['BodyText'])
tests/test_platypus_paragraphs.py:57
↓ 1 callersMethodcheckFileForTabs
(self, filename)
tests/test_source_chars.py:27
↓ 1 callersMethodcheckFileForTrailingSpaces
(self, filename)
tests/test_source_chars.py:35
↓ 1 callersMethodcheckPageSize
This gets called by the template framework If canv size != template size then the canv size is set to the template size or if that's n
src/reportlab/platypus/doctemplate.py:262
↓ 1 callersMethodcheck_format
for use in subclasses
src/reportlab/pdfbase/pdfdoc.py:1056
↓ 1 callersFunctioncheck_ft_lib
(ft_lib=FT_LIB)
src/rl_addons/renderPM/setup.py:31
↓ 1 callersFunctioncheck_text
(text,p=_parser)
src/reportlab/platypus/paraparser.py:1098
↓ 1 callersMethodchecksumFile
(self)
src/reportlab/pdfbase/ttfonts.py:280
↓ 1 callersMethodchecksumTables
(self)
src/reportlab/pdfbase/ttfonts.py:268
↓ 1 callersMethodcircle
(self, xc, yc, r, link_info=None)
src/reportlab/graphics/renderSVG.py:413
↓ 1 callersMethodcircle
add closed path circle with center cx,cy and axes r: counter-clockwise orientation
src/reportlab/graphics/renderPM.py:537
↓ 1 callersFunctioncjkFragSplit
This attempts to be wordSplit for frags using the dumb algorithm
src/reportlab/platypus/paragraph.py:697
↓ 1 callersFunctioncleanBlockQuotedText
This is an internal utility which takes triple- quoted text form within the document and returns (hopefully) the paragraph the user intended o
src/reportlab/platypus/paragraph.py:100
↓ 1 callersMethodcleanProgram
collapse adjacent spacings
src/reportlab/platypus/para.py:600
↓ 1 callersFunctioncleanup
(folder,patterns=('*.pdf', '*.log','*.svg','runAll.txt', 'test_*.txt','_i_am_actually_a_*.*'))
tests/runAll.py:78
↓ 1 callersMethodclearEntries
(self)
src/reportlab/platypus/tableofcontents.py:182
↓ 1 callersMethodclearEntries
(self)
src/reportlab/platypus/tableofcontents.py:377
↓ 1 callersMethodclone
(self,UNWANTED=[],**kw)
src/reportlab/lib/attrmap.py:93
↓ 1 callersMethodclone
(self)
src/reportlab/graphics/widgets/markers.py:62
↓ 1 callersMethodcmyk
Returns a tuple of four color components - syntactic sugar
src/reportlab/lib/colors.py:138
↓ 1 callersFunctioncmyk2rgb
Convert from a CMYK color tuple to an RGB color tuple
src/reportlab/lib/colors.py:183
↓ 1 callersFunctioncmykDistance
Returns a number between 0 and root(4) stating how similar two colours are - distance in r,g,b, space. Only used to find names for things.
src/reportlab/lib/colors.py:534
↓ 1 callersFunctioncolorDistance
Returns a number between 0 and root(3) stating how similar two colours are - distance in r,g,b, space. Only used to find names for things.
src/reportlab/lib/colors.py:524
↓ 1 callersFunctioncolorRange
Return a range of intermediate colors between c0 and c1
src/reportlab/graphics/widgets/grids.py:413
↓ 1 callersFunctioncommajoin
Inverse of commasplit, except that whitespace around items is not conserved. Adds more whitespace than needed for simplicity and performance.
src/reportlab/lib/utils.py:1084
↓ 1 callersFunctioncommasplit
Splits the string s at every unescaped comma and returns the result as a list. To escape a comma, double it. Individual items are stripped.
src/reportlab/lib/utils.py:1052
↓ 1 callersMethodcomment
(self,msg)
src/reportlab/graphics/renderPS.py:111
↓ 1 callersMethodcomment
Add a comment.
src/reportlab/graphics/renderSVG.py:377
↓ 1 callersMethodcompile_font
(self, attdict, content, extra, program)
src/reportlab/platypus/para.py:1648
↓ 1 callersMethodcompile_ul
(self, attdict, content, extra, program, tagname="ul")
src/reportlab/platypus/para.py:1567
↓ 1 callersMethodcomputeSize
Called at start of draw. Sets various column widths
src/reportlab/graphics/widgets/eventcal.py:47
↓ 1 callersMethodcomputeSize
(self)
src/reportlab/graphics/charts/textlabels.py:200
↓ 1 callersMethodcomputeSize
(self, *args)
src/reportlab/graphics/barcode/common.py:76
↓ 1 callersMethodcomputeStartAndEndTimes
Work out first and last times to display
src/reportlab/graphics/widgets/eventcal.py:67
↓ 1 callersFunctionconvert_glyph_code_to_begt1_path
src/rl_addons/renderPM/gt1/gt1-parset1.c:2507
↓ 1 callersMethodcopyContent
(self,content=None)
src/reportlab/platypus/flowables.py:751
↓ 1 callersFunctioncountHyphenIntegers
Return the number of odd numbers within the breakcode. In effect, this find the number of hyphens necessary in a full hypheniation.*/
src/rl_addons/rl_accel/pyHnjmodule.c:80
↓ 1 callersMethodcurveThrough
Helper to curve through set of control points.
tools/pythonpoint/customshapes.py:76
↓ 1 callersMethodcvtdict
transform dict args from python form to pdf string rep as needed
src/reportlab/pdfbase/pdfdoc.py:1589
↓ 1 callersMethodcyclicIterator
(self)
src/reportlab/platypus/doctemplate.py:83
↓ 1 callersMethoddayOfWeekName
return day of week name for current date: Monday, Tuesday, etc.
src/reportlab/lib/normalDate.py:175
↓ 1 callersMethoddaysBetweenDates
return value may be negative, since calculation is self.scalar() - arg
src/reportlab/lib/normalDate.py:190
← previousnext →1,301–1,400 of 4,293, ranked by callers