Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DGcSnapshot.java729 Graphics2D baseGfx = dstLayer.getImage().createGraphics(); in restoreLayer() local
737 Graphics2D g = (Graphics2D) baseGfx.create(); in restoreLayer()
749 Graphics2D g = createCustomGraphics(baseGfx, mLocalLayerPaint, in restoreLayer()
758 baseGfx.dispose(); in restoreLayer()