Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/a-e-k/canvas_ity
/ functions
Functions
163 in github.com/a-e-k/canvas_ity
⨍
Functions
163
◇
Types & classes
19
Function
fill_rounding
test/test.cpp:1243
Function
fill_text
test/test.cpp:1674
Function
fill_zone_plate
test/test.cpp:1283
Function
font
test/test.cpp:1647
Function
get_image_data
test/test.cpp:1800
Function
global_alpha
test/test.cpp:422
Function
global_composite_operation
test/test.cpp:440
Function
is_point_in_path
test/test.cpp:1449
Function
is_point_in_path_offscreen
test/test.cpp:1494
Function
line_cap
test/test.cpp:620
Function
line_cap_offscreen
test/test.cpp:638
Function
line_dash
test/test.cpp:768
Function
line_dash_closed
test/test.cpp:806
Function
line_dash_offscreen
test/test.cpp:851
Function
line_dash_offset
test/test.cpp:746
Function
line_dash_overlap
test/test.cpp:822
Function
line_join
test/test.cpp:661
Function
line_join_offscreen
test/test.cpp:694
Function
line_width
test/test.cpp:579
Function
line_width_angular
test/test.cpp:604
Function
linear_gradient
test/test.cpp:882
Method
lines_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
Function
main
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
Function
main
demos/tiger/tiger.cpp:96
Function
miter_limit
test/test.cpp:721
Function
operator*
src/canvas_ity.hpp:1236
Function
operator+
src/canvas_ity.hpp:1232
Function
operator-
src/canvas_ity.hpp:1234
Function
operator<
src/canvas_ity.hpp:2172
Method
paint_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
Method
path_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
Function
pattern
test/test.cpp:963
Function
put_image_data
test/test.cpp:1832
Function
quadratic_curve_to
test/test.cpp:1076
Function
radial_gradient
test/test.cpp:908
Function
rectangle
test/test.cpp:1202
Method
render_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
Method
render_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
Method
rgba
RGBA color operations
src/canvas_ity.hpp:1255
Function
save_restore
test/test.cpp:1855
Function
scale_non_uniform
test/test.cpp:339
Function
scale_uniform
test/test.cpp:326
Function
shadow_blur
test/test.cpp:524
Function
shadow_blur_composite
test/test.cpp:551
Function
shadow_blur_offscreen
test/test.cpp:540
Function
shadow_color
test/test.cpp:470
Function
shadow_offset
test/test.cpp:494
Function
shadow_offset_offscreen
test/test.cpp:510
Function
stroke
test/test.cpp:1303
Function
stroke_inner_join
test/test.cpp:1342
Method
stroke_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
Function
stroke_long
test/test.cpp:1383
Function
stroke_rectangle
test/test.cpp:1586
Function
stroke_spiral
test/test.cpp:1366
Function
stroke_text
test/test.cpp:1703
Function
stroke_wide
test/test.cpp:1323
Function
text_align
test/test.cpp:1604
Function
text_baseline
test/test.cpp:1625
Method
text_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
Function
transform_fill
test/test.cpp:384
Function
transform_stroke
test/test.cpp:399
Method
xy
2D vector math operations
src/canvas_ity.hpp:1224
Method
~canvas
src/canvas_ity.hpp:2646
← previous
101–163 of 163, ranked by callers