Closed
Bug 329170
Opened 19 years ago
Closed 19 years ago
Fast path non-ascii non-complex text
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: pavlov, Assigned: pavlov)
References
Details
Attachments
(1 file)
(deleted),
patch
|
vlad
:
review+
|
Details | Diff | Splinter Review |
We can draw/measure text a lot faster than we do now...
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #213815 -
Flags: review?(vladimir)
Comment on attachment 213815 [details] [diff] [review]
fix
r=me with
>+ if (aLength > sizeof(stackBuf))
>+ dxBuf = (int *)malloc(aLength * sizeof(int));
aLength > sizeof(stackBuf)/sizeof(int)
>+ if (aLength > sizeof(stackBuf))
>+ dxBuf = (int *)malloc(aLength * sizeof(int));
same later on
Attachment #213815 -
Flags: review?(vladimir) → review+
Assignee | ||
Updated•19 years ago
|
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•