[Poppler-bugs] [Bug 78594] Attached design win 13MB Mingliu embedded font takes 43secs GfxFont::readEmbFontFile to complete

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue May 13 06:38:04 PDT 2014


https://bugs.freedesktop.org/show_bug.cgi?id=78594

--- Comment #3 from Paul Gruzdev <paul.gruzdev at gmail.com> ---
Hi Albert!

I have a Intel(R) Core(TM) i5-2450M CPU @ 2.50GHz, 4GB, Win7SP1 x64 build, my
poppler build is also x64. The render code that I use is the following:
--------------------------------------------
    SplashColor bgColor;
    bgColor[0] = bgColor[1] = bgColor[2] = 255;
    SplashOutputDev splash(splashModeXBGR8, 4, gFalse, bgColor, gTrue, gTrue,
splashThinLineDefault, gFalse);

    splash.setVectorAntialias(gTrue);
    splash.setFreeTypeHinting(gTrue, gTrue);

    splash.startDoc(pDoc);      

    pDoc->displayPageSlice(&splash, iPage, 72, 72, 0, false, true, false, -1,
-1, -1, -1);
--------------------------------------------

note XBGR8 mode. Could that be the case, or x64 build? I can produce more
precise profiling measures if you like.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/poppler-bugs/attachments/20140513/8396832b/attachment-0001.html>


More information about the Poppler-bugs mailing list