Home
last modified time | relevance | path

Searched defs:TestingLodDefaultBounds (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/image/tests/
H A Dkis_paint_device_test.cpp1402 struct TestingLodDefaultBounds : public KisDefaultBoundsBase { struct
1403 TestingLodDefaultBounds(const QRect &bounds = QRect(0,0,100,100)) in TestingLodDefaultBounds() function
1406 QRect bounds() const override { in bounds()
1409 bool wrapAroundMode() const override { in wrapAroundMode()
1413 int currentLevelOfDetail() const override { in currentLevelOfDetail()
1417 int currentTime() const override { in currentTime()
1420 bool externalFrameActive() const override { in externalFrameActive()
1424 void testingSetLevelOfDetail(int lod) { in testingSetLevelOfDetail()
1427 void * sourceCookie() const override { in sourceCookie()
1432 int m_lod;
[all …]