Xteink-X4-crosspoint-reader/lib/Epub
Martin Brook b11ed2ea26 refactor: use shared drawPixelWithRenderMode in renderFromCache
Address review comment #4:
- Replace hand-rolled pixel rendering logic in renderFromCache() with
  shared drawPixelWithRenderMode() from DitherUtils.h
- This also hoists getRenderMode() out of the per-pixel call since
  drawPixelWithRenderMode handles it internally
2026-02-01 09:24:04 +00:00
..
Epub refactor: use shared drawPixelWithRenderMode in renderFromCache 2026-02-01 09:24:04 +00:00
Epub.cpp perf: optimize large EPUB indexing from O(n^2) to O(n) (#458) 2026-01-28 01:29:15 +11:00
Epub.h feat: dict based Hyphenation (#305) 2026-01-19 12:56:26 +00:00