FreeRDP
|
#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, const 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) |
#define FILE_EXT "bmp" |
RdTk: Remote Desktop Toolkit
Copyright 2014 Marc-Andre Moreau marca ndre .more au@g mail. 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.
|
static |
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 | ) |
void rdtk_nine_patch_free | ( | rdtkNinePatch * | ninePatch | ) |
|
static |
|
static |
|
static |
|
static |
rdtkNinePatch* rdtk_nine_patch_new | ( | rdtkEngine * | engine | ) |
int rdtk_nine_patch_set_image | ( | rdtkNinePatch * | ninePatch, |
wImage * | image | ||
) |