| 548 | } |
| 549 | |
| 550 | void PositionCache::SetSize(size_t size_) { |
| 551 | Clear(); |
| 552 | pces.resize(size_); |
| 553 | } |
| 554 | |
| 555 | void PositionCache::MeasureWidths(Surface *surface, ViewStyle &vstyle, unsigned int styleNumber, |
| 556 | const char *s, unsigned int len, XYPOSITION *positions, Document *pdoc) { |