Lines Matching +full:pixel +full:- +full:array
1 /* SPDX-License-Identifier: LGPL-2.1+ WITH Linux-syscall-note */
3 * osd.h - DEPRECATED On Screen Display API
18 /* All functions return -2 on "not open" */
27 * returns 0 on success, -1 on DRAM allocation error, -2 on "already open"
41 * Sets all pixel to color 0
46 * Sets all pixel to color <col>
54 * opacity=0: pixel opacity 0% (only video pixel shows)
55 * opacity=1..254: pixel opacity as specified in header
56 * opacity=255: pixel opacity 100% (only OSD pixel shows)
57 * returns 0 on success, -1 on error
62 * sets the entries "firstcolor" through "lastcolor" from the array "data"
64 * R,G,B, and a opacity value: 0->transparent, 1..254->mix, 255->pixel
68 * Sets transparency of mixed pixel (0..15)
73 * sets pixel <x>,<y> to color number <col>
74 * returns 0 on success, -1 on error
77 /* returns color number of pixel <x>,<y>, or -1 */
81 * returns 0 on success, -1 on clipping all pixel (no pixel drawn)
88 * returns 0 on success, -1 on clipping all pixel
93 * returns 0 on success, -1 on clipping all pixel
98 * returns 0 on success, -1 on clipping all pixel
107 * fills parameters with the picture dimensions and the pixel aspect ratio