| 482 | } |
| 483 | |
| 484 | void TextureManager::GetStippleRegion(PenPatternT const & pen, StippleRegion & region) |
| 485 | { |
| 486 | CHECK(m_isInitialized, ()); |
| 487 | GetRegionBase(make_ref(m_stipplePenTexture), region, StipplePenKey(pen)); |
| 488 | } |
| 489 | |
| 490 | void TextureManager::GetColorRegion(Color const & color, ColorRegion & region) |
| 491 | { |
no test coverage detected