Lines Matching defs:graphics
141 /* the graphics scale to any video operations. The second applies the */
332 /* current graphics scale factor. This allows video to be programmed */
333 /* in terms of the graphics source resolution. */
341 /* The graphics scale factor is (source / (dst - 1)), so a little */
595 /* origin (0, 0) is centered on the beginning of graphics data. */
707 /* of the video region. We adjust the color key region for graphics */
889 df_set_video_color_key(unsigned long key, unsigned long mask, int graphics)
899 if (graphics) {
1258 * is displayed if color keying is enabled, or graphics is displayed if
1312 * This routine sets the color space used when combining graphics and video.
1619 * This routine reads the CRC of the combination of graphics/video data. This
1695 * of graphics/video data.
2334 df_get_video_color_key(unsigned long *key, unsigned long *mask, int *graphics)
2341 *graphics = 0;
2346 *graphics = 1;
2583 * This routine sets the color space used when combining graphics and video.