| 202 | } |
| 203 | |
| 204 | OPENPGL_INLINE const SampleData *PathSegmentStorage::GetSamples(size_t &nSamples) |
| 205 | { |
| 206 | OPENPGL_ASSERT(m_pathSegmentStorageHandle); |
| 207 | return pglPathSegmentStorageGetSamples(m_pathSegmentStorageHandle, nSamples); |
| 208 | } |
| 209 | |
| 210 | OPENPGL_INLINE void PathSegmentStorage::AddSample(SampleData sample) |
| 211 | { |
nothing calls this directly
no outgoing calls
no test coverage detected