FreeRDP
nine_grid.c File Reference
#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)
 

Macro Definition Documentation

◆ TAG

#define TAG   FREERDP_TAG("cache.nine_grid")

FreeRDP: A Remote Desktop Protocol Implementation NineGrid Cache

Copyright 2012 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

◆ nine_grid_cache_free()

void nine_grid_cache_free ( rdpNineGridCache *  nine_grid)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ nine_grid_cache_get()

void * nine_grid_cache_get ( rdpNineGridCache *  nine_grid,
UINT32  index 
)
static

◆ nine_grid_cache_new()

rdpNineGridCache* nine_grid_cache_new ( rdpContext *  context)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ nine_grid_cache_put()

void nine_grid_cache_put ( rdpNineGridCache *  nine_grid,
UINT32  index,
void *  entry 
)
static
Here is the call graph for this function:

◆ nine_grid_cache_register_callbacks()

void nine_grid_cache_register_callbacks ( rdpUpdate *  update)
Here is the call graph for this function:

◆ update_gdi_draw_nine_grid()

static BOOL update_gdi_draw_nine_grid ( rdpContext *  context,
const DRAW_NINE_GRID_ORDER draw_nine_grid 
)
static
Here is the caller graph for this function:

◆ update_gdi_multi_draw_nine_grid()

static BOOL update_gdi_multi_draw_nine_grid ( rdpContext *  context,
const MULTI_DRAW_NINE_GRID_ORDER multi_draw_nine_grid 
)
static
Here is the caller graph for this function: