OLD | NEW |
---|---|
(Empty) | |
1 #ifndef SkRecordCulling_DEFINED | |
2 #define SkRecordCulling_DEFINED | |
3 | |
4 #include "SkRecord.h" | |
5 | |
6 // Annotates PushCull records in record with the relative offset of their paired PopCull. | |
7 void SkRecordAnnotateCullingPairs(SkRecord* record); | |
8 | |
9 #endif//SkRecordCulling_DEFINED | |
OLD | NEW |