| 471 | } |
| 472 | |
| 473 | void |
| 474 | RotoStrokeItem::updatePatternCache(const std::vector<cairo_pattern_t*>& cache) |
| 475 | { |
| 476 | assert( !_imp->strokeDotPatternsMutex.tryLock() ); |
| 477 | _imp->strokeDotPatterns = cache; |
| 478 | } |
| 479 | |
| 480 | RectD |
| 481 | RotoStrokeItem::getWholeStrokeRoDWhilePainting() const |