| 178 | } |
| 179 | |
| 180 | OPENPGL_INLINE void PathSegmentStorage::Reserve(size_t size) |
| 181 | { |
| 182 | OPENPGL_ASSERT(m_pathSegmentStorageHandle); |
| 183 | pglPathSegmentStorageReserve(m_pathSegmentStorageHandle, size); |
| 184 | } |
| 185 | |
| 186 | OPENPGL_INLINE void PathSegmentStorage::Clear() |
| 187 | { |
nothing calls this directly
no test coverage detected