Further code review

This commit is contained in:
jpirnay
2026-04-24 16:23:14 +02:00
parent c4498cd535
commit 7291ccacc8
3 changed files with 26 additions and 15 deletions
+1
View File
@@ -52,6 +52,7 @@ class FontDecompressor {
uint32_t glyphIndex;
uint32_t bufferOffset;
uint32_t alignedOffset; // byte-aligned offset within its decompressed group (set during prewarm pre-scan)
uint16_t groupIndex; // cached to avoid re-calling getGroupIndex in prewarm Step 4
};
struct PageSlot {
uint8_t* buffer = nullptr;