• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

OWNERSH A D16-Feb-202177 53

README.mdH A D16-Feb-2021684 1713

baselines.idlH A D16-Feb-2021253 108

canvas_async_blob_creator.ccH A D03-May-202227.4 KiB682537

canvas_async_blob_creator.hH A D16-Feb-20215.9 KiB162115

canvas_async_blob_creator_test.ccH A D16-Feb-202113.7 KiB334253

canvas_context_creation_attributes_core.ccH A D16-Feb-2021611 177

canvas_context_creation_attributes_core.hH A D16-Feb-20211.5 KiB4430

canvas_draw_listener.ccH A D16-Feb-2021393 145

canvas_draw_listener.hH A D16-Feb-20211 KiB3522

canvas_font_cache.ccH A D16-Feb-20215.8 KiB160132

canvas_font_cache.hH A D16-Feb-20212.3 KiB7451

canvas_font_cache_test.ccH A D16-Feb-20213.4 KiB9573

canvas_image_source.hH A D16-Feb-20213.8 KiB8744

canvas_rendering_api_ukm_metrics_test.ccH A D16-Feb-20212.7 KiB7455

canvas_rendering_context.ccH A D16-Feb-20217.6 KiB207139

canvas_rendering_context.hH A D16-Feb-20219.5 KiB250151

canvas_rendering_context_factory.hH A D16-Feb-20211.5 KiB4227

canvas_rendering_context_host.ccH A D16-Feb-202117.1 KiB399324

canvas_rendering_context_host.hH A D16-Feb-20215.2 KiB13590

html_canvas_element.ccH A D16-Feb-202160.7 KiB1,6611,254

html_canvas_element.hH A D16-Feb-202115.8 KiB422251

html_canvas_element.idlH A D16-Feb-20212.4 KiB4841

html_canvas_element_test.ccH A D16-Feb-20214.4 KiB120101

image_data.ccH A D16-Feb-202137.4 KiB972805

image_data.hH A D16-Feb-20219.3 KiB219154

image_data.idlH A D16-Feb-20212.2 KiB4641

image_data_color_settings.idlH A D16-Feb-2021546 2318

image_data_test.ccH A D16-Feb-202122.5 KiB533406

image_element_base.ccH A D16-Feb-20216.5 KiB179140

image_element_base.hH A D16-Feb-20212.9 KiB8245

image_encode_options.idlH A D16-Feb-2021508 2218

text_metrics.ccH A D16-Feb-20215.3 KiB141106

text_metrics.hH A D16-Feb-20213.7 KiB9353

text_metrics.idlH A D16-Feb-20212.1 KiB4541

ukm_parameters.hH A D16-Feb-2021620 2111

README.md

1# `Source/core/html/canvas`
2
3Contains canvas-related support classes, including:
4
5- the base class for all `CanvasRenderingContext`
6- the base class for all elements that can host a rendering context
7 (`CanvasRenderingContextHost`), namely `HTMLCanvasElement` and
8 `OffscreenCanvas`
9- canvas font cache
10- canvas async blob creator
11- base class for `CanvasImageSource` (used as source for `drawImage`)
12- base class for `ImageElements` (`HTMLImageElement` and `SVGImageElement`) that
13can be both a `CanvasImageSource` and a `ImageBitmapSource`
14
15For more information on the structure of canvas-related classes, check
16[Source/modules/canvas/README.md](../../../modules/canvas/README.md).
17