![]() |
libgpac
Documentation of the core library of GPAC
|
#include "rast_soft.h"
Include dependency graph for raster_565.c:Functions | |
| static GFINLINE s32 | mul255 (s32 a, s32 b) |
| static void | write_565 (u8 *dst, u8 r, u8 g, u8 b) |
| static void | overmask_565 (u32 src, u8 *dst, u32 alpha) |
| void | overmask_565_const_run (u32 src, u8 *dst, s32 dst_pitch_x, u32 count) |
| void | evg_565_fill_single (s32 y, s32 x, u32 col, GF_EVGSurface *surf) |
| void | evg_565_fill_single_a (s32 y, s32 x, u8 coverage, u32 col, GF_EVGSurface *surf) |
| void | evg_565_fill_const (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| void | evg_565_fill_const_a (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| void | evg_565_fill_var (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| GF_Err | evg_surface_clear_565 (GF_EVGSurface *surf, GF_IRect rc, GF_Color col) |
| static void | write_555 (u8 *dst, u8 r, u8 g, u8 b) |
| static void | overmask_555 (u32 src, u8 *dst, u32 alpha) |
| static void | overmask_555_const_run (u32 src, u8 *dst, s32 dst_pitch_x, u32 count) |
| void | evg_555_fill_single (s32 y, s32 x, u32 col, GF_EVGSurface *surf) |
| void | evg_555_fill_single_a (s32 y, s32 x, u8 coverage, u32 col, GF_EVGSurface *surf) |
| void | evg_555_fill_const (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| void | evg_555_fill_const_a (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| void | evg_555_fill_var (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| GF_Err | evg_surface_clear_555 (GF_EVGSurface *surf, GF_IRect rc, GF_Color col) |
| static void | write_444 (u8 *dst, u8 r, u8 g, u8 b) |
| static void | overmask_444 (u8 *dst, u32 src, u32 alpha) |
| static void | overmask_444_const_run (u32 src, u8 *dst, s32 dst_pitch_x, u32 count) |
| void | evg_444_fill_single (s32 y, s32 x, u32 col, GF_EVGSurface *surf) |
| void | evg_444_fill_single_a (s32 y, s32 x, u8 coverage, u32 col, GF_EVGSurface *surf) |
| void | evg_444_fill_const (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| void | evg_444_fill_const_a (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| void | evg_444_fill_var (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| GF_Err | evg_surface_clear_444 (GF_EVGSurface *surf, GF_IRect rc, GF_Color col) |
| static void | write_332 (u8 *dst, u8 r, u8 g, u8 b) |
| static void | overmask_332 (u8 *dst, u32 src, u32 alpha) |
| static void | overmask_332_const_run (u32 src, u8 *dst, s32 dst_pitch_x, u32 count) |
| void | evg_332_fill_single (s32 y, s32 x, u32 col, GF_EVGSurface *surf) |
| void | evg_332_fill_single_a (s32 y, s32 x, u8 coverage, u32 col, GF_EVGSurface *surf) |
| void | evg_332_fill_const (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| void | evg_332_fill_const_a (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| void | evg_332_fill_var (s32 y, s32 count, EVG_Span *spans, GF_EVGSurface *surf, EVGRasterCtx *rctx) |
| GF_Err | evg_surface_clear_332 (GF_EVGSurface *surf, GF_IRect rc, GF_Color col) |
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_565_fill_const | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_565_fill_const_a | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_565_fill_var | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_555_fill_const | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_555_fill_const_a | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_555_fill_var | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_444_fill_const | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_444_fill_const_a | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_444_fill_var | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_332_fill_const | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_332_fill_const_a | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function:| void evg_332_fill_var | ( | s32 | y, |
| s32 | count, | ||
| EVG_Span * | spans, | ||
| GF_EVGSurface * | surf, | ||
| EVGRasterCtx * | rctx | ||
| ) |
Here is the call graph for this function:
Here is the caller graph for this function: