tonyfd / apdfviewer

Automatically exported from code.google.com/p/apdfviewer
GNU General Public License v2.0
0 stars 0 forks source link

new poppler version #17

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
hi all, poppler version in apdfviewer is 0.12.0, it is very old, and i am 
upgrate poppler-0.16.7, and i builded suscessfull, but when i run then it cant 
show pdf

this is my source code:

Original issue reported on code.google.com by ngosylie...@gmail.com on 5 Aug 2011 at 9:15

Attachments:

GoogleCodeExporter commented 9 years ago
Hello,
Have you fixed this issue.
There seems to be an isue while canvas->drawPath and canvas->drawBitmap()
as in drawPath()
void SkCanvas::drawPath(const SkPath& path, const SkPaint& paint) {
    if (paint.canComputeFastBounds()) {
        SkRect storage;
        const SkRect& bounds = path.getBounds();
        if (this->quickReject(paint.computeFastBounds(bounds, &storage),
                              paint2EdgeType(&paint))) {
           //// ERROR In THIS FUNCTION as its coming here and returning from it
            return;
        }
    }

    ITER_BEGIN(paint, SkDrawFilter::kPath_Type)

    while (iter.next()) {
        iter.fDevice->drawPath(iter, path, paint);
    }

    ITER_END
}

Original comment by tanwar.m...@gmail.com on 20 Sep 2011 at 1:53

GoogleCodeExporter commented 9 years ago
yeah, i was fix font error of apdfviewer, i must not Skia font

Original comment by ngosylie...@gmail.com on 20 Sep 2011 at 3:05

GoogleCodeExporter commented 9 years ago
can you please help me in solving this issue.

Original comment by tanwar.m...@gmail.com on 20 Sep 2011 at 3:13