RetroArch
Functions
scaler_int.h File Reference
#include <gfx/scaler/scaler.h>
#include <retro_common_api.h>
Include dependency graph for scaler_int.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

RETRO_BEGIN_DECLS void scaler_argb8888_vert (const struct scaler_ctx *ctx, void *output, int stride)
 
void scaler_argb8888_horiz (const struct scaler_ctx *ctx, const void *input, int stride)
 
void scaler_argb8888_point_special (const struct scaler_ctx *ctx, void *output, const void *input, int out_width, int out_height, int in_width, int in_height, int out_stride, int in_stride)
 

Function Documentation

◆ scaler_argb8888_horiz()

void scaler_argb8888_horiz ( const struct scaler_ctx ctx,
const void input,
int  stride 
)
Here is the caller graph for this function:

◆ scaler_argb8888_point_special()

void scaler_argb8888_point_special ( const struct scaler_ctx ctx,
void output,
const void input,
int  out_width,
int  out_height,
int  in_width,
int  in_height,
int  out_stride,
int  in_stride 
)
Here is the caller graph for this function:

◆ scaler_argb8888_vert()

RETRO_BEGIN_DECLS void scaler_argb8888_vert ( const struct scaler_ctx ctx,
void output,
int  stride 
)
Here is the call graph for this function:
Here is the caller graph for this function: