Searched refs:mGCWrapper (Results 1 – 1 of 1) sorted by relevance
136 private GCWrapper mGCWrapper; field in LayoutCanvas292 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()