Home
last modified time | relevance | path

Searched refs:getGraphics (Results 1 – 25 of 2839) sorted by relevance

12345678910>>...114

/dports/editors/abiword/abiword-3.0.5/src/af/ev/gtk/
H A Dev_UnixMouse.cpp90 …pView, pEM, static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)), static_cast<UT_sint32>(pView… in mouseUp()
91 …op|emb|ems, static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)), static_cast<UT_sint32>(pView… in mouseUp()
154 …ouseContext(static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)),static_cast<UT_sint32>(pView-… in mouseClick()
165 …d(pView,pEM,static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)),static_cast<UT_sint32>(pView-… in mouseClick()
166 …|emb|state, static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)),static_cast<UT_sint32>(pView-… in mouseClick()
221 …ouseContext(static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)),static_cast<UT_sint32>(pView-… in mouseMotion()
246 …d(pView,pEM,static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)),static_cast<UT_sint32>(pView-… in mouseMotion()
247 …op|emb|ems, static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)),static_cast<UT_sint32>(pView-… in mouseMotion()
325 …ouseContext(static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)),static_cast<UT_sint32>(pView-… in mouseScroll()
336 …d(pView,pEM,static_cast<UT_sint32>(pView->getGraphics()->tluD(e->x)),static_cast<UT_sint32>(pView-… in mouseScroll()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/gr/xp/
H A Dgr_EmbedManager.cpp127 GR_Graphics * GR_EmbedManager::getGraphics(void) in getGraphics() function in GR_EmbedManager
228 pEmV->m_iZoom = getGraphics()->getZoomPercentage(); in makeEmbedView()
342 iWidth = getGraphics()->tlu(iWidth); in getWidth()
362 iHeight = getGraphics()->tlu(iHeight); in getAscent()
410 GR_Painter painter(getGraphics()); in render()
420 iHeight = getGraphics()->tlu(iHeight); in render()
421 iWidth = getGraphics()->tlu(iWidth); in render()
430 GR_Painter painter(getGraphics()); in render()
440 iHeight = getGraphics()->tlu(iHeight); in render()
441 iWidth = getGraphics()->tlu(iWidth); in render()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_VisualDragText.cpp80 return m_pView->getGraphics(); in getGraphics()
436 getGraphics()->setClipRect(NULL); in _mouseDrag()
468 dx -= getGraphics()->tlu(20); in reposOffsets()
475 if(dy > getGraphics()->tlu(40)) in reposOffsets()
478 dy -= getGraphics()->tlu(20); in reposOffsets()
598 GR_Painter painter(getGraphics()); in drawCursor()
1092 getGraphics()->setClipRect(NULL); in abortDrag()
1140 getGraphics()->setClipRect(NULL); in mouseRelease()
1226 if((src.height > getGraphics()->tlu(2)) && (src.width >getGraphics()->tlu(2)) ) in drawImage()
1238 if(src.height > getGraphics()->tlu(2) && src.width >getGraphics()->tlu(2) ) in drawImage()
[all …]
H A Dfv_SelectionHandles.cpp47 x = m_pView->getGraphics()->tdu(x1); in _getPositionCoords()
48 y = m_pView->getGraphics()->tdu(y1); in _getPositionCoords()
49 height = m_pView->getGraphics()->tdu(h); in _getPositionCoords()
83 x = m_pView->getGraphics()->tlu(x); in updateSelectionStart()
84 y = m_pView->getGraphics()->tlu(y); in updateSelectionStart()
101 x = m_pView->getGraphics()->tlu(x); in updateSelectionEnd()
102 y = m_pView->getGraphics()->tlu(y); in updateSelectionEnd()
116 x = m_pView->getGraphics()->tlu(x); in updateCursor()
117 y = m_pView->getGraphics()->tlu(y); in updateCursor()
H A Dfp_DirectionMarkerRun.cpp82 pG = getGraphics(); in _lookupProperties()
195 UT_return_if_fail(getGraphics()->queryProperties(GR_Graphics::DGP_SCREEN)); in _clearScreen()
197 GR_Painter painter(getGraphics()); in _clearScreen()
228 GR_Painter painter(getGraphics()); in _draw()
230 UT_ASSERT_HARMLESS(pDA->pG == getGraphics()); in _draw()
252 getGraphics()->setFont(pTextRun->getFont()); in _draw()
266 getGraphics()->setFont(pFont); in _draw()
267 iAscent = getGraphics()->getFontAscent(); in _draw()
274 m_iDrawWidth = getGraphics()->measureString(&cM, 0, 1, NULL); in _draw()
276 _setHeight(getGraphics()->getFontHeight()); in _draw()
[all …]
H A Dfp_AnnotationRun.cpp118 Fill(getGraphics(),pDA->xoff, iFillTop, getWidth(), iFillHeight); in _draw()
144 pFont = pLayout->findFont(pSpanAP,pBlockAP,pSectionAP,getGraphics()); in _lookupProperties()
151 _setAscent(getGraphics()->getFontAscent(pFont)); in _lookupProperties()
152 _setDescent(getGraphics()->getFontDescent(pFont)); in _lookupProperties()
153 _setHeight(getGraphics()->getFontHeight(pFont)); in _lookupProperties()
165 UT_ASSERT(getGraphics()->queryProperties(GR_Graphics::DGP_SCREEN)); in _clearScreen()
171 Fill(getGraphics(), xoff, yoff, getWidth(), iLineHeight); in _clearScreen()
238 getGraphics()->setFont(_getFont()); in calcWidth()
241 iNewWidth = getGraphics()->measureString(m_sValue.ucs4_str().ucs4_str(), in calcWidth()
H A Dfp_RDFAnchorRun.cpp137 Fill(getGraphics(),pDA->xoff, iFillTop, getWidth(), iFillHeight); in _draw()
163 pFont = pLayout->findFont(pSpanAP,pBlockAP,pSectionAP,getGraphics()); in _lookupProperties()
170 _setAscent(getGraphics()->getFontAscent(pFont)); in _lookupProperties()
171 _setDescent(getGraphics()->getFontDescent(pFont)); in _lookupProperties()
172 _setHeight(getGraphics()->getFontHeight(pFont)); in _lookupProperties()
183 UT_ASSERT(getGraphics()->queryProperties(GR_Graphics::DGP_SCREEN)); in _clearScreen()
189 Fill(getGraphics(), xoff, yoff, getWidth(), iLineHeight); in _clearScreen()
256 getGraphics()->setFont(_getFont()); in calcWidth()
259 iNewWidth = getGraphics()->measureString(m_sValue.ucs4_str().ucs4_str(), in calcWidth()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/sun/java2d/SunGraphics2D/SurfaceDestination/
H A DSurfaceDestination.java56 test(config.createCompatibleImage(10, 10).getGraphics()); in main()
57 test(config.createCompatibleImage(10, 10, OPAQUE).getGraphics()); in main()
58 test(config.createCompatibleImage(10, 10, BITMASK).getGraphics()); in main()
59 test(config.createCompatibleImage(10, 10, TRANSLUCENT).getGraphics()); in main()
61 test(new BufferedImage(10, 10, TYPE_INT_ARGB).getGraphics()); in main()
66 test(frame.getGraphics()); in main()
67 test(frame.createImage(10, 10).getGraphics()); in main()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/SunGraphics2D/SurfaceDestination/
H A DSurfaceDestination.java56 test(config.createCompatibleImage(10, 10).getGraphics()); in main()
57 test(config.createCompatibleImage(10, 10, OPAQUE).getGraphics()); in main()
58 test(config.createCompatibleImage(10, 10, BITMASK).getGraphics()); in main()
59 test(config.createCompatibleImage(10, 10, TRANSLUCENT).getGraphics()); in main()
61 test(new BufferedImage(10, 10, TYPE_INT_ARGB).getGraphics()); in main()
66 test(frame.getGraphics()); in main()
67 test(frame.createImage(10, 10).getGraphics()); in main()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/sun/java2d/SunGraphics2D/SurfaceDestination/
H A DSurfaceDestination.java56 test(config.createCompatibleImage(10, 10).getGraphics()); in main()
57 test(config.createCompatibleImage(10, 10, OPAQUE).getGraphics()); in main()
58 test(config.createCompatibleImage(10, 10, BITMASK).getGraphics()); in main()
59 test(config.createCompatibleImage(10, 10, TRANSLUCENT).getGraphics()); in main()
61 test(new BufferedImage(10, 10, TYPE_INT_ARGB).getGraphics()); in main()
66 test(frame.getGraphics()); in main()
67 test(frame.createImage(10, 10).getGraphics()); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/java2d/SunGraphics2D/SurfaceDestination/
H A DSurfaceDestination.java56 test(config.createCompatibleImage(10, 10).getGraphics()); in main()
57 test(config.createCompatibleImage(10, 10, OPAQUE).getGraphics()); in main()
58 test(config.createCompatibleImage(10, 10, BITMASK).getGraphics()); in main()
59 test(config.createCompatibleImage(10, 10, TRANSLUCENT).getGraphics()); in main()
61 test(new BufferedImage(10, 10, TYPE_INT_ARGB).getGraphics()); in main()
66 test(frame.getGraphics()); in main()
67 test(frame.createImage(10, 10).getGraphics()); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/sun/java2d/SunGraphics2D/SurfaceDestination/
H A DSurfaceDestination.java56 test(config.createCompatibleImage(10, 10).getGraphics()); in main()
57 test(config.createCompatibleImage(10, 10, OPAQUE).getGraphics()); in main()
58 test(config.createCompatibleImage(10, 10, BITMASK).getGraphics()); in main()
59 test(config.createCompatibleImage(10, 10, TRANSLUCENT).getGraphics()); in main()
61 test(new BufferedImage(10, 10, TYPE_INT_ARGB).getGraphics()); in main()
66 test(frame.getGraphics()); in main()
67 test(frame.createImage(10, 10).getGraphics()); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/java2d/SunGraphics2D/SurfaceDestination/
H A DSurfaceDestination.java56 test(config.createCompatibleImage(10, 10).getGraphics()); in main()
57 test(config.createCompatibleImage(10, 10, OPAQUE).getGraphics()); in main()
58 test(config.createCompatibleImage(10, 10, BITMASK).getGraphics()); in main()
59 test(config.createCompatibleImage(10, 10, TRANSLUCENT).getGraphics()); in main()
61 test(new BufferedImage(10, 10, TYPE_INT_ARGB).getGraphics()); in main()
66 test(frame.getGraphics()); in main()
67 test(frame.createImage(10, 10).getGraphics()); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/java2d/SunGraphics2D/SurfaceDestination/
H A DSurfaceDestination.java56 test(config.createCompatibleImage(10, 10).getGraphics()); in main()
57 test(config.createCompatibleImage(10, 10, OPAQUE).getGraphics()); in main()
58 test(config.createCompatibleImage(10, 10, BITMASK).getGraphics()); in main()
59 test(config.createCompatibleImage(10, 10, TRANSLUCENT).getGraphics()); in main()
61 test(new BufferedImage(10, 10, TYPE_INT_ARGB).getGraphics()); in main()
66 test(frame.getGraphics()); in main()
67 test(frame.createImage(10, 10).getGraphics()); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/sun/java2d/SunGraphics2D/SurfaceDestination/
H A DSurfaceDestination.java56 test(config.createCompatibleImage(10, 10).getGraphics()); in main()
57 test(config.createCompatibleImage(10, 10, OPAQUE).getGraphics()); in main()
58 test(config.createCompatibleImage(10, 10, BITMASK).getGraphics()); in main()
59 test(config.createCompatibleImage(10, 10, TRANSLUCENT).getGraphics()); in main()
61 test(new BufferedImage(10, 10, TYPE_INT_ARGB).getGraphics()); in main()
66 test(frame.getGraphics()); in main()
67 test(frame.createImage(10, 10).getGraphics()); in main()
/dports/science/cdk/cdk-cdk-2.3/display/renderawt/src/test/java/org/openscience/cdk/renderer/visitor/
H A DAWTDrawVisitorTest.java43 Graphics2D g2d = (Graphics2D) image.getGraphics(); in testConstructor()
51 Graphics2D g2d = (Graphics2D) image.getGraphics(); in testSetFontManager()
61 Graphics2D g2d = (Graphics2D) image.getGraphics(); in testSetRendererModel()
71 Graphics2D g2d = (Graphics2D) image.getGraphics(); in testGetRendererModel()
81 Graphics2D g2d = (Graphics2D) image.getGraphics(); in testGetStrokeMap()
89 Graphics2D g2d = (Graphics2D) image.getGraphics(); in testVisit()
101 Graphics2D g2d = (Graphics2D) image.getGraphics(); in testGetGraphics()
103 Assert.assertEquals(g2d, visitor.getGraphics()); in testGetGraphics()
/dports/editors/abiword/abiword-3.0.5/src/wp/ap/gtk/
H A Dap_UnixTopRuler.cpp135 m_pG->setZoomPercentage(pView->getGraphics()->getZoomPercentage()); in setView()
195 if (!pUnixTopRuler->getGraphics()) in button_press_event()
214 pUnixTopRuler->getGraphics()->tlu(static_cast<UT_uint32>(e->x)), in button_press_event()
215 pUnixTopRuler->getGraphics()->tlu(static_cast<UT_uint32>(e->y))); in button_press_event()
227 if (!pUnixTopRuler->getGraphics()) in button_release_event()
245 pUnixTopRuler->getGraphics()->tlu(static_cast<UT_uint32>(e->x)), in button_release_event()
246 pUnixTopRuler->getGraphics()->tlu(static_cast<UT_uint32>(e->y))); in button_release_event()
278 if(pView == NULL || pView->getPoint() == 0 || pUnixTopRuler->getGraphics() == NULL) in motion_notify_event()
293 pUnixTopRuler->getGraphics()->tlu(static_cast<UT_uint32>(e->x)), in motion_notify_event()
294 pUnixTopRuler->getGraphics()->tlu(static_cast<UT_uint32>(e->y))); in motion_notify_event()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/image/
H A DMultiResolutionImageCommonTest.java70 Graphics2D g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
79 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
89 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
99 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
109 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
120 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
136 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
147 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
166 draw(getGraphics(), 1); in MultiResolutionBufferedImage()
167 draw(highResolutionImage.getGraphics(), 2); in MultiResolutionBufferedImage()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/image/
H A DMultiResolutionImageCommonTest.java70 Graphics2D g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
79 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
89 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
99 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
109 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
120 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
136 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
147 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
166 draw(getGraphics(), 1); in MultiResolutionBufferedImage()
167 draw(highResolutionImage.getGraphics(), 2); in MultiResolutionBufferedImage()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/image/
H A DMultiResolutionImageCommonTest.java70 Graphics2D g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
79 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
89 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
99 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
109 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
120 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
136 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
147 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
166 draw(getGraphics(), 1); in MultiResolutionBufferedImage()
167 draw(highResolutionImage.getGraphics(), 2); in MultiResolutionBufferedImage()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/image/
H A DMultiResolutionImageCommonTest.java70 Graphics2D g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
79 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
89 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
99 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
109 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
120 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
136 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
147 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
166 draw(getGraphics(), 1); in MultiResolutionBufferedImage()
167 draw(highResolutionImage.getGraphics(), 2); in MultiResolutionBufferedImage()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/image/
H A DMultiResolutionImageCommonTest.java70 Graphics2D g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
79 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
89 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
99 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
109 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
120 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
136 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
147 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
166 draw(getGraphics(), 1); in MultiResolutionBufferedImage()
167 draw(highResolutionImage.getGraphics(), 2); in MultiResolutionBufferedImage()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/image/
H A DMultiResolutionImageCommonTest.java70 Graphics2D g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
79 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
89 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
99 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
109 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
120 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
136 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
147 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
166 draw(getGraphics(), 1); in MultiResolutionBufferedImage()
167 draw(highResolutionImage.getGraphics(), 2); in MultiResolutionBufferedImage()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/image/
H A DMultiResolutionImageCommonTest.java70 Graphics2D g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
79 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
89 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
99 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
109 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
120 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
136 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
147 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
166 draw(getGraphics(), 1); in MultiResolutionBufferedImage()
167 draw(highResolutionImage.getGraphics(), 2); in MultiResolutionBufferedImage()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/image/
H A DMultiResolutionImageCommonTest.java70 Graphics2D g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
79 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
89 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
99 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
109 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
120 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
136 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
147 g2d = (Graphics2D) bufferedImage.getGraphics(); in testCustomMultiResolutionImage()
166 draw(getGraphics(), 1); in MultiResolutionBufferedImage()
167 draw(highResolutionImage.getGraphics(), 2); in MultiResolutionBufferedImage()

12345678910>>...114