Home
last modified time | relevance | path

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

/reactos/base/applications/mstsc/
H A Dcache.c437 static BRUSHDATA g_brushcache[2][64]; variable
444 if (idx < NUM_ELEMENTS(g_brushcache[0])) in cache_get_brush_data()
446 return &g_brushcache[colour_code][idx]; in cache_get_brush_data()
460 if (idx < NUM_ELEMENTS(g_brushcache[0])) in cache_put_brush_data()
462 bd = &g_brushcache[colour_code][idx]; in cache_put_brush_data()