FreeRDP
rdtk_nine_patch.h File Reference
#include <stdint.h>
#include <rdtk/rdtk.h>
#include <winpr/image.h>
#include "rdtk_surface.h"
#include "rdtk_engine.h"
This graph shows which files directly or indirectly include this file:

Data Structures

struct  rdtkNinePatch
 

Functions

int rdtk_nine_patch_set_image (rdtkNinePatch *ninePatch, wImage *image)
 
int rdtk_nine_patch_draw (rdtkSurface *surface, int nXDst, int nYDst, int nWidth, int nHeight, rdtkNinePatch *ninePatch)
 
int rdtk_nine_patch_engine_init (rdtkEngine *engine)
 
int rdtk_nine_patch_engine_uninit (rdtkEngine *engine)
 
rdtkNinePatch * rdtk_nine_patch_new (rdtkEngine *engine)
 
void rdtk_nine_patch_free (rdtkNinePatch *ninePatch)
 

Function Documentation

◆ rdtk_nine_patch_draw()

int rdtk_nine_patch_draw ( rdtkSurface *  surface,
int  nXDst,
int  nYDst,
int  nWidth,
int  nHeight,
rdtkNinePatch *  ninePatch 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdtk_nine_patch_engine_init()

int rdtk_nine_patch_engine_init ( rdtkEngine *  engine)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdtk_nine_patch_engine_uninit()

int rdtk_nine_patch_engine_uninit ( rdtkEngine *  engine)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdtk_nine_patch_free()

void rdtk_nine_patch_free ( rdtkNinePatch *  ninePatch)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdtk_nine_patch_new()

rdtkNinePatch* rdtk_nine_patch_new ( rdtkEngine *  engine)
Here is the caller graph for this function:

◆ rdtk_nine_patch_set_image()

int rdtk_nine_patch_set_image ( rdtkNinePatch *  ninePatch,
wImage image 
)
Here is the call graph for this function:
Here is the caller graph for this function: