FreeRDP
rdtk_nine_patch.c File Reference
#include <winpr/config.h>
#include <winpr/assert.h>
#include <rdtk/config.h>
#include "rdtk_resources.h"
#include "rdtk_nine_patch.h"

Macros

#define FILE_EXT   "bmp"
 

Functions

static int rdtk_image_copy_alpha_blend (uint8_t *pDstData, int nDstStep, int nXDst, int nYDst, int nWidth, int nHeight, uint8_t *pSrcData, int nSrcStep, int nXSrc, int nYSrc)
 
int rdtk_nine_patch_draw (rdtkSurface *surface, int nXDst, int nYDst, int nWidth, int nHeight, rdtkNinePatch *ninePatch)
 
static BOOL rdtk_nine_patch_get_scale_lr (rdtkNinePatch *ninePatch, wImage *image)
 
static BOOL rdtk_nine_patch_get_scale_ht (rdtkNinePatch *ninePatch, wImage *image)
 
static BOOL rdtk_nine_patch_get_fill_lr (rdtkNinePatch *ninePatch, wImage *image)
 
static BOOL rdtk_nine_patch_get_fill_ht (rdtkNinePatch *ninePatch, wImage *image)
 
int rdtk_nine_patch_set_image (rdtkNinePatch *ninePatch, wImage *image)
 
rdtkNinePatch * rdtk_nine_patch_new (rdtkEngine *engine)
 
void rdtk_nine_patch_free (rdtkNinePatch *ninePatch)
 
int rdtk_nine_patch_engine_init (rdtkEngine *engine)
 
int rdtk_nine_patch_engine_uninit (rdtkEngine *engine)
 

Macro Definition Documentation

◆ FILE_EXT

#define FILE_EXT   "bmp"

RdTk: Remote Desktop Toolkit

Copyright 2014 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Function Documentation

◆ rdtk_image_copy_alpha_blend()

static int rdtk_image_copy_alpha_blend ( uint8_t *  pDstData,
int  nDstStep,
int  nXDst,
int  nYDst,
int  nWidth,
int  nHeight,
uint8_t *  pSrcData,
int  nSrcStep,
int  nXSrc,
int  nYSrc 
)
static
Here is the caller graph for this function:

◆ 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_get_fill_ht()

static BOOL rdtk_nine_patch_get_fill_ht ( rdtkNinePatch *  ninePatch,
wImage image 
)
static
Here is the caller graph for this function:

◆ rdtk_nine_patch_get_fill_lr()

static BOOL rdtk_nine_patch_get_fill_lr ( rdtkNinePatch *  ninePatch,
wImage image 
)
static
Here is the caller graph for this function:

◆ rdtk_nine_patch_get_scale_ht()

static BOOL rdtk_nine_patch_get_scale_ht ( rdtkNinePatch *  ninePatch,
wImage image 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ rdtk_nine_patch_get_scale_lr()

static BOOL rdtk_nine_patch_get_scale_lr ( rdtkNinePatch *  ninePatch,
wImage image 
)
static
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: