Home
last modified time | relevance | path

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

/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DShadowPainter.java87 Graphics2D g2 = image.createGraphics(); in createDropShadow()
195 Graphics2D g = image.createGraphics(); in createRectangularDropShadow()
224 Graphics2D g = image.createGraphics(); in createSmallRectangularDropShadow()
245 Graphics2D gc = image.createGraphics(); in drawRectangleShadow()
266 Graphics2D gc = image.createGraphics(); in drawSmallRectangleShadow()
H A DViewGroup_Delegate.java124 Graphics2D graphics = image.createGraphics(); in getPathShadow()
/aosp12/bootable/recovery/tools/image_generator/
H A DImageGenerator.java487 private Graphics2D createGraphics(Locale locale) throws IOException, FontFormatException { in createGraphics() method in ImageGenerator
488 Graphics2D graphics = mBufferedImage.createGraphics(); in createGraphics()
500 Graphics2D graphics = createGraphics(locale); in measureTextWidth()
535 Graphics2D graphics = createGraphics(locale); in drawText()
549 graphics = createGraphics(locale); in drawText()
584 Graphics2D graphic = resizedImage.createGraphics(); in resize()
605 createGraphics(Locale.forLanguageTag("en")).getFontMetrics(); in generateImage()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java216 Graphics2D g2 = scaled.createGraphics(); in scale()
266 Graphics2D g2 = scaled.createGraphics(); in scale()
280 g2 = scaled.createGraphics(); in scale()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DGcSnapshot.java315 Graphics2D layerGraphics = layerImage.createGraphics(); in GcSnapshot()
340 Graphics2D graphics = image.createGraphics(); in GcSnapshot()
405 Graphics2D graphics2D = bitmap.getImage().createGraphics(); in setBitmap()
774 Graphics2D baseGfx = dstLayer.getImage().createGraphics(); in restoreLayer()
H A DRenderDrawable.java177 Graphics2D gc = image.createGraphics(); in getImage()
H A DRenderSessionImpl.java503 Graphics2D gc = mImage.createGraphics(); in renderAndBuildResult()
537 Graphics2D gc = mImage.createGraphics(); in renderAndBuildResult()
/aosp12/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
H A DFrameBufferBuffer.java73 Graphics2D gc = mImage.createGraphics(); in draw()
431 Graphics2D gc = mImage.createGraphics(); in renderNativeBuffer()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java340 Graphics2D g = image.createGraphics(); in nativeErase()