Searched refs:g_brushcache (Results 1 – 1 of 1) sorted by relevance
437 static BRUSHDATA g_brushcache[2][64]; variable444 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()