bright-gpu-74537
02/26/2021, 7:43 PMmagnificent-caravan-75149
02/26/2021, 7:55 PMmagnificent-caravan-75149
02/26/2021, 9:11 PMbright-gpu-74537
02/26/2021, 9:12 PMbright-gpu-74537
02/26/2021, 9:14 PMbright-gpu-74537
02/26/2021, 9:26 PMmagnificent-caravan-75149
02/26/2021, 9:35 PMbright-gpu-74537
02/26/2021, 9:35 PMbright-gpu-74537
02/26/2021, 9:35 PMxml
<image resource="haxeui-core/styles/default/haxeui.png" />
<vbox width="136" height="136" style="background-color: #FFCCCC;background-image: 'haxeui-core/styles/default/haxeui.png';" />bright-gpu-74537
02/26/2021, 9:35 PMmagnificent-caravan-75149
02/26/2021, 9:39 PMbright-gpu-74537
02/26/2021, 9:39 PMbright-gpu-74537
02/26/2021, 9:39 PMhaxe
if (slice != null) {
var rects:Slice9Rects = Slice9.buildRects(w, h, trc.width, trc.height, slice);
var srcRects:Array<Rectangle> = rects.src;
var dstRects:Array<Rectangle> = rects.dst;
paintTile(styleGraphics, tile, srcRects[0], dstRects[0]);
paintTile(styleGraphics, tile, srcRects[1], dstRects[1]);
paintTile(styleGraphics, tile, srcRects[2], dstRects[2]);
srcRects[3].bottom--;
paintTile(styleGraphics, tile, srcRects[3], dstRects[3]);
srcRects[4].bottom--;
paintTile(styleGraphics, tile, srcRects[4], dstRects[4]);
srcRects[5].bottom--;
paintTile(styleGraphics, tile, srcRects[5], dstRects[5]);
dstRects[6].bottom++;
paintTile(styleGraphics, tile, srcRects[6], dstRects[6]);
dstRects[7].bottom++;
paintTile(styleGraphics, tile, srcRects[7], dstRects[7]);
dstRects[8].bottom++;
paintTile(styleGraphics, tile, srcRects[8], dstRects[8]);
} else {
}bright-gpu-74537
02/26/2021, 9:39 PMbright-gpu-74537
02/26/2021, 9:39 PMmagnificent-caravan-75149
02/26/2021, 9:40 PMbright-gpu-74537
02/26/2021, 9:43 PMmagnificent-caravan-75149
02/26/2021, 9:43 PMbright-gpu-74537
02/26/2021, 9:44 PMmagnificent-caravan-75149
02/26/2021, 9:45 PMbright-gpu-74537
02/26/2021, 9:45 PMbright-gpu-74537
02/26/2021, 9:49 PMmagnificent-caravan-75149
02/26/2021, 9:54 PMbright-gpu-74537
02/26/2021, 9:55 PMbright-gpu-74537
02/26/2021, 9:55 PMmagnificent-caravan-75149
02/26/2021, 9:56 PMmagnificent-caravan-75149
02/26/2021, 9:56 PMbright-gpu-74537
02/26/2021, 9:57 PMmagnificent-caravan-75149
02/26/2021, 10:04 PMmagnificent-caravan-75149
02/26/2021, 10:04 PM