This function is deprecated
| 137 | |
| 138 | // This function is deprecated |
| 139 | OPENPGL_INLINE void SetRegion(PathSegment *pathSegment, const Region ®ion) |
| 140 | { |
| 141 | OPENPGL_ASSERT(pathSegment); |
| 142 | pathSegment->regionPtr = (void *)region.m_regionHandle; |
| 143 | } |
| 144 | |
| 145 | } // namespace cpp |
| 146 | } // namespace openpgl |
nothing calls this directly
no outgoing calls
no test coverage detected