| 476 | } |
| 477 | |
| 478 | void TextureManager::GetSymbolRegion(std::string const & symbolName, SymbolRegion & region) |
| 479 | { |
| 480 | if (!GetSymbolRegionSafe(symbolName, region)) |
| 481 | LOG(LWARNING, ("Detected using of unknown symbol ", symbolName)); |
| 482 | } |
| 483 | |
| 484 | void TextureManager::GetStippleRegion(PenPatternT const & pen, StippleRegion & region) |
| 485 | { |
no outgoing calls
no test coverage detected