Closed
Bug 382309
Opened 17 years ago
Closed 13 years ago
followup to 377950: Optimize gfxSparseBitSet for array set
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: alfredkayser, Unassigned)
Details
From bug 377950:
mozilla/gfx/thebes/src/gfxWindowsFonts.cpp:
+ for ( c = startCode; c <= endCode; ++c) {
+ aFontEntry->mCharacterMap.set(c);
We could make this far faster ... might want to note so in a comment.
See gfxSparseBitSet in:
mozilla/gfx/thebes/src/gfxWindowsFonts.h.
Comment 1•13 years ago
|
||
This code was all reworked in the font rework that happened.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•