From f5b5767c980da9fe5e2cb388eaa55c4368abd780 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Sun, 7 Jun 2020 13:44:20 +0200 Subject: Standardise on a single blit function Keep everything simpler by always blitting in the same pixel format. It's up to the decoders to convert if they need to. --- docs/API-internal.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs') diff --git a/docs/API-internal.md b/docs/API-internal.md index 1b5dfa9..4eec6e3 100644 --- a/docs/API-internal.md +++ b/docs/API-internal.md @@ -105,8 +105,6 @@ None | copyImage | (old_x, old_y, new_x, new_y, width, height, from_queue) | Copy a rectangular area | imageRect | (x, y, width, height, mime, arr) | Draw a rectangle with an image | blitImage | (x, y, width, height, arr, offset, from_queue) | Blit pixels (of R,G,B,A) to the display -| blitRgbImage | (x, y, width, height, arr, offset, from_queue) | Blit RGB encoded image to display -| blitRgbxImage | (x, y, width, height, arr, offset, from_queue) | Blit RGBX encoded image to display | drawImage | (img, x, y) | Draw image and track damage | autoscale | (containerWidth, containerHeight) | Scale the display -- cgit v1.2.1