Definition at line 344 of file raster_sparse.h.
344 {
346 if (cached) {
348
349 *val = color;
350 return;
351 }
353
355 if (v == nullptr) {
357
358
360 }
362 return;
363 }
365 *v = color;
366 return;
367 } else {
368
371 return;
372 }
373 }
unordered_map< vec2< u16 >, CRGB *, FastHashKey, EqualToKey, kMaxCacheSize > mCache
static const int kMaxCacheSize
References kMaxCacheSize, mCache, and mSparseGrid.
Referenced by rasterize().