Home
last modified time | relevance | path

Searched refs:cache_color_table (Results 1 – 3 of 3) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/
H A Dorders.c2404 if (!cache_color_table) in update_read_cache_color_table_order()
2413 if (cache_color_table->numberColors != 256) in update_read_cache_color_table_order()
2419 if (Stream_GetRemainingLength(s) < cache_color_table->numberColors * 4) in update_read_cache_color_table_order()
2422 colorTable = (UINT32*)&cache_color_table->colorTable; in update_read_cache_color_table_order()
2424 for (i = 0; i < (int)cache_color_table->numberColors; i++) in update_read_cache_color_table_order()
2427 return cache_color_table; in update_read_cache_color_table_order()
2429 free_cache_color_table_order(update->context, cache_color_table); in update_read_cache_color_table_order()
2444 if (cache_color_table->numberColors != 256) in update_write_cache_color_table_order()
2447 inf = update_approximate_cache_color_table_order(cache_color_table, flags); in update_write_cache_color_table_order()
2454 colorTable = (UINT32*)&cache_color_table->colorTable; in update_write_cache_color_table_order()
[all …]
H A Dorders.h254 update_approximate_cache_color_table_order(const CACHE_COLOR_TABLE_ORDER* cache_color_table,
H A Dupdate.c1716 const CACHE_COLOR_TABLE_ORDER* cache_color_table) in update_send_cache_color_table() argument
1726 inf = update_approximate_cache_color_table_order(cache_color_table, &flags); in update_send_cache_color_table()
1740 if (!update_write_cache_color_table_order(s, cache_color_table, &flags)) in update_send_cache_color_table()