| 484 | } |
| 485 | |
| 486 | void PositionCacheEntry::Clear() { |
| 487 | delete []positions; |
| 488 | positions = 0; |
| 489 | styleNumber = 0; |
| 490 | len = 0; |
| 491 | clock = 0; |
| 492 | } |
| 493 | |
| 494 | bool PositionCacheEntry::Retrieve(unsigned int styleNumber_, const char *s_, |
| 495 | unsigned int len_, XYPOSITION *positions_) const { |