FreeRDP
|
#include <freerdp/config.h>
#include <stdio.h>
#include <winpr/crt.h>
#include <freerdp/log.h>
#include <freerdp/update.h>
#include <freerdp/freerdp.h>
#include <winpr/stream.h>
#include "nine_grid.h"
#include "cache.h"
Macros | |
#define | TAG FREERDP_TAG("cache.nine_grid") |
Functions | |
static void * | nine_grid_cache_get (rdpNineGridCache *nine_grid, UINT32 index) |
static void | nine_grid_cache_put (rdpNineGridCache *nine_grid, UINT32 index, void *entry) |
static BOOL | update_gdi_draw_nine_grid (rdpContext *context, const DRAW_NINE_GRID_ORDER *draw_nine_grid) |
static BOOL | update_gdi_multi_draw_nine_grid (rdpContext *context, const MULTI_DRAW_NINE_GRID_ORDER *multi_draw_nine_grid) |
void | nine_grid_cache_register_callbacks (rdpUpdate *update) |
rdpNineGridCache * | nine_grid_cache_new (rdpContext *context) |
void | nine_grid_cache_free (rdpNineGridCache *nine_grid) |
#define TAG FREERDP_TAG("cache.nine_grid") |
FreeRDP: A Remote Desktop Protocol Implementation NineGrid Cache
Copyright 2012 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.
void nine_grid_cache_free | ( | rdpNineGridCache * | nine_grid | ) |
|
static |
rdpNineGridCache* nine_grid_cache_new | ( | rdpContext * | context | ) |
|
static |
void nine_grid_cache_register_callbacks | ( | rdpUpdate * | update | ) |
|
static |
|
static |