Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
DImageGenerator.java483 private Graphics2D createGraphics(Locale locale) throws IOException, FontFormatException { in createGraphics() method in ImageGenerator
484 Graphics2D graphics = mBufferedImage.createGraphics(); in createGraphics()
496 Graphics2D graphics = createGraphics(locale); in measureTextWidth()
531 Graphics2D graphics = createGraphics(locale); in drawText()
545 graphics = createGraphics(locale); in drawText()
580 Graphics2D graphic = resizedImage.createGraphics(); in resize()
601 createGraphics(Locale.forLanguageTag("en")).getFontMetrics(); in generateImage()