MCPcopy Create free account

hub / github.com/a-e-k/canvas_ity / functions

Functions163 in github.com/a-e-k/canvas_ity

Functionfill_rounding
test/test.cpp:1243
Functionfill_text
test/test.cpp:1674
Functionfill_zone_plate
test/test.cpp:1283
Functionfont
test/test.cpp:1647
Functionget_image_data
test/test.cpp:1800
Functionglobal_alpha
test/test.cpp:422
Functionglobal_composite_operation
test/test.cpp:440
Functionis_point_in_path
test/test.cpp:1449
Functionis_point_in_path_offscreen
test/test.cpp:1494
Functionline_cap
test/test.cpp:620
Functionline_cap_offscreen
test/test.cpp:638
Functionline_dash
test/test.cpp:768
Functionline_dash_closed
test/test.cpp:806
Functionline_dash_offscreen
test/test.cpp:851
Functionline_dash_offset
test/test.cpp:746
Functionline_dash_overlap
test/test.cpp:822
Functionline_join
test/test.cpp:661
Functionline_join_offscreen
test/test.cpp:694
Functionline_width
test/test.cpp:579
Functionline_width_angular
test/test.cpp:604
Functionlinear_gradient
test/test.cpp:882
Methodlines_to_runs
Scan-convert the polylines to prepare them for antialiased rendering. For each of the polyline loops, it first clips them to the screen. See "Reentran
src/canvas_ity.hpp:2193
Functionmain
Main test runner. This parses the command line options, runs the tests, and may verify their output, report times and results, and write the images t
test/test.cpp:2513
Functionmain
demos/tiger/tiger.cpp:96
Functionmiter_limit
test/test.cpp:721
Functionoperator*
src/canvas_ity.hpp:1236
Functionoperator+
src/canvas_ity.hpp:1232
Functionoperator-
src/canvas_ity.hpp:1234
Functionoperator<
src/canvas_ity.hpp:2172
Methodpaint_pixel
Paint a pixel according to its point location and a paint style to produce a premultiplied, linearized RGBA color. This handles all supported paint s
src/canvas_ity.hpp:2265
Methodpath_to_lines
Convert the current path to a set of polylines. This walks over the complete set of subpaths in the current path (stored as sets of cubic Beziers) an
src/canvas_ity.hpp:1495
Functionpattern
test/test.cpp:963
Functionput_image_data
test/test.cpp:1832
Functionquadratic_curve_to
test/test.cpp:1076
Functionradial_gradient
test/test.cpp:908
Functionrectangle
test/test.cpp:1202
Methodrender_main
Render the polylines into the pixel buffer. It scan-converts the lines to runs which represent changes to the signed fractional coverage when read fr
src/canvas_ity.hpp:2551
Methodrender_shadow
Render the shadow of the polylines into the pixel buffer if needed. After computing the border as the maximum distance that one pixel can affect anot
src/canvas_ity.hpp:2395
Methodrgba
RGBA color operations
src/canvas_ity.hpp:1255
Functionsave_restore
test/test.cpp:1855
Functionscale_non_uniform
test/test.cpp:339
Functionscale_uniform
test/test.cpp:326
Functionshadow_blur
test/test.cpp:524
Functionshadow_blur_composite
test/test.cpp:551
Functionshadow_blur_offscreen
test/test.cpp:540
Functionshadow_color
test/test.cpp:470
Functionshadow_offset
test/test.cpp:494
Functionshadow_offset_offscreen
test/test.cpp:510
Functionstroke
test/test.cpp:1303
Functionstroke_inner_join
test/test.cpp:1342
Methodstroke_lines
Perform stroke expansion on the polylines. After first breaking them up according to the dash pattern (if any), it then moves the polyline data to th
src/canvas_ity.hpp:2070
Functionstroke_long
test/test.cpp:1383
Functionstroke_rectangle
test/test.cpp:1586
Functionstroke_spiral
test/test.cpp:1366
Functionstroke_text
test/test.cpp:1703
Functionstroke_wide
test/test.cpp:1323
Functiontext_align
test/test.cpp:1604
Functiontext_baseline
test/test.cpp:1625
Methodtext_to_lines
Convert a text string to a set of polylines. This works out the placement of the text string relative to the anchor position. Then it walks through
src/canvas_ity.hpp:1793
Functiontransform_fill
test/test.cpp:384
Functiontransform_stroke
test/test.cpp:399
Methodxy
2D vector math operations
src/canvas_ity.hpp:1224
Method~canvas
src/canvas_ity.hpp:2646
← previous101–163 of 163, ranked by callers