MCPcopy Create free account
hub / github.com/KDE/okular / PixmapRequest

Method PixmapRequest

core/generator.cpp:596–610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596PixmapRequest::PixmapRequest(DocumentObserver *observer, int pageNumber, int width, int height, qreal dpr, int priority, PixmapRequestFeatures features)
597 : d(new PixmapRequestPrivate)
598{
599 d->mObserver = observer;
600 d->mPageNumber = pageNumber;
601 d->mWidth = ceil(width * dpr);
602 d->mHeight = ceil(height * dpr);
603 d->mPriority = priority;
604 d->mFeatures = features;
605 d->mForce = false;
606 d->mTile = false;
607 d->mNormalizedRect = NormalizedRect();
608 d->mPartialUpdatesWanted = false;
609 d->mShouldAbortRender = 0;
610}
611
612PixmapRequest::~PixmapRequest()
613{

Callers

nothing calls this directly

Calls 1

NormalizedRectClass · 0.70

Tested by

no test coverage detected