Lines Matching refs:drawImage

135         g.drawImage(background, 0, 0, (int)(kAlertIconSize * scaleFactor), (int)(kAlertIconSize * scaleFactor), null);
355 g2d.drawImage(img, 0, 0, w, h, x, y, x + w, y + h, null);
379 if (NW != null) g.drawImage(NW, baseX, baseY, null);
380 if (N != null) g.drawImage(N, baseX + metrics.wCut, baseY, adjustedWidth - metrics.eCut - metrics.wCut, metrics.nCut, null);
381 if (NE != null) g.drawImage(NE, baseX + adjustedWidth - metrics.eCut, baseY, null);
382 if (W != null) g.drawImage(W, baseX, baseY + metrics.nCut, metrics.wCut, adjustedHeight - metrics.nCut - metrics.sCut, null);
383 if (C != null) g.drawImage(C, baseX + metrics.wCut, baseY + metrics.nCut, adjustedWidth - metrics.eCut - metrics.wCut, adjustedHeight - metrics.nCut - metrics.sCut, null);
384 if (E != null) g.drawImage(E, baseX + adjustedWidth - metrics.eCut, baseY + metrics.nCut, metrics.eCut, adjustedHeight - metrics.nCut - metrics.sCut, null);
385 if (SW != null) g.drawImage(SW, baseX, baseY + adjustedHeight - metrics.sCut, null);
386 if (S != null) g.drawImage(S, baseX + metrics.wCut, baseY + adjustedHeight - metrics.sCut, adjustedWidth - metrics.eCut - metrics.wCut, metrics.sCut, null);
387 if (SE != null) g.drawImage(SE, baseX + adjustedWidth - metrics.eCut, baseY + adjustedHeight - metrics.sCut, null);
414 if (NW != null) g.drawImage(NW, 0, 0, westWidth, northHeight, null);
415 if (N != null) g.drawImage(N, westWidth, 0, centerWidth, northHeight, null);
416 if (NE != null) g.drawImage(NE, w - eastWidth, 0, eastWidth, northHeight, null);
417 if (W != null) g.drawImage(W, 0, northHeight, westWidth, centerHeight, null);
418 if (C != null) g.drawImage(C, westWidth, northHeight, centerWidth, centerHeight, null);
419 if (E != null) g.drawImage(E, w - eastWidth, northHeight, eastWidth, centerHeight, null);
420 if (SW != null) g.drawImage(SW, 0, h - southHeight, westWidth, southHeight, null);
421 if (S != null) g.drawImage(S, westWidth, h - southHeight, centerWidth, southHeight, null);
422 if (SE != null) g.drawImage(SE, w - eastWidth, h - southHeight, eastWidth, southHeight, null);