Home
last modified time | relevance | path

Searched refs:mGCWrapper (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvas.java136 private GCWrapper mGCWrapper; field in LayoutCanvas
292 mGCWrapper = new GCWrapper(mHScale, mVScale); in LayoutCanvas()
531 if (mGCWrapper != null) { in dispose()
532 mGCWrapper.dispose(); in dispose()
533 mGCWrapper = null; in dispose()
617 return mGCWrapper; in getGcWrapper()
966 mGCWrapper.setGC(gc); in onPaint()
1007 mSelectionOverlay.paint(mSelectionManager, mGCWrapper, gc, mRulesEngine); in onPaint()
1012 mGCWrapper.setGC(null); in onPaint()