| 40 | } |
| 41 | |
| 42 | std::size_t CFrameClipData::GetAllocSize() const |
| 43 | { |
| 44 | return sizeof(ClipInfo) + sizeof(int) * iSize; |
| 45 | } |
| 46 | |
| 47 | bool CFrameClipData::ContainsData() const { // // // |
| 48 | return pFrames != nullptr; |
no outgoing calls
no test coverage detected