Home | History | Annotate | Download | only in assetstudiolib

Lines Matching defs:targetRect

33           'square-web-targetRect': { x: 21, y: 21, w: 470, h: 470 },
34 'circle-web-targetRect': { x: 21, y: 21, w: 470, h: 470 },
35 'square-xhdpi-targetRect': { x: 4, y: 4, w: 88, h: 88 },
36 'circle-xhdpi-targetRect': { x: 4, y: 4, w: 88, h: 88 },
37 'square-hdpi-targetRect': { x: 3, y: 3, w: 66, h: 66 },
38 'circle-hdpi-targetRect': { x: 3, y: 3, w: 66, h: 66 }, <====
39 'square-mdpi-targetRect': { x: 2, y: 2, w: 44, h: 44 },
40 'circle-mdpi-targetRect': { x: 2, y: 2, w: 44, h: 44 },
41 'square-ldpi-targetRect': { x: 1, y: 1, w: 34, h: 34 },
42 'circle-ldpi-targetRect': { x: 1, y: 1, w: 34, h: 34 }
70 Rectangle targetRect = Util.scaleRectangle(TARGET_RECT_HDPI, scaleFactor);
84 Util.drawCenterCrop(g2, launcherOptions.sourceImage, targetRect);
86 Util.drawCenterInside(g2, launcherOptions.sourceImage, targetRect);