Home
last modified time | relevance | path

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

/bootable/recovery/tools/image_generator/
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()