Open GoogleCodeExporter opened 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
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
can you please help me in solving this issue.
Original comment by tanwar.m...@gmail.com
on 20 Sep 2011 at 3:13
Original issue reported on code.google.com by
ngosylie...@gmail.com
on 5 Aug 2011 at 9:15Attachments: