Displaying 4 results from an estimated 4 matches for "leftpad".
Did you mean:
lefthand
2008 Nov 19
1
Buggy trellis.focus() with xyplot ?
...mail.
If you make the window smaller, trellis.focus() works fine, you have to make
it bigger than the initial size.
*** To Fix the bug:
I tried to fix this bug in interraction.R but I was unsuccesful.
The problem should stem from the a bad calculation of the pads in the
follwoing lines :
leftPad <-
convertX(sum(glayout$page.layout$widths[1:(colRange[1]-1)]), "npc",
valueOnly = TRUE)
rightPad <-
convertX(sum(glayout$page.layout$widths[(colRange[2]+1):layCols]), "npc",
valueOnly = TRUE)
topPad <-
convertY(sum(glayout$page.layout$heights[1:(rowRang...
2008 Nov 19
0
Buggy trellis.focus() with xyplot in JavaGD ?
...panel.xyplot(x, y)
panel.loess(x,y, span=1)
},
par.settings=list(
layout.widths=list(left.padding=0, right.padding=0),
layout.heights=list(top.padding=0, bottom.padding=0))
)
I traced the a bad calculation of the pads in the following lines :
leftPad <- convertX(sum(glayout$page.layout$widths[1:(colRange[1]-1)]),
"npc", valueOnly = TRUE)
rightPad <-
convertX(sum(glayout$page.layout$widths[(colRange[2]+1):layCols]), "npc",
valueOnly = TRUE)
topPad <-
convertY(sum(glayout$page.layout$heights[1:(rowRang...
2012 Sep 09
4
[Bug 54681] New: Connecting TV to second DVI port of 9600GT card causes GPU lockup and Xorg crash
...exaDoPutImage (src_stride=<optimized out>,
bits=0x61fc168 "$\025\f", format=2, h=34, w=1920, y=1920, x=34, pGC=0x3acab10,
pDrawable=0x3b463b0,
depth=<optimized out>) at exa_accel.c:212
#11 exaPutImage (pDrawable=0x3b463b0, pGC=0x3acab10, depth=24, x=0, y=34,
w=1920, h=34, leftPad=0, format=2, bits=0x61fc168 "$\025\f") at exa_accel.c:233
#12 0x0000000000505452 in damagePutImage (pDrawable=0x3b463b0, pGC=0x3acab10,
depth=24, x=0, y=34, w=<optimized out>, h=34, leftPad=0, format=2,
pImage=0x61fc168 "$\025\f")
at damage.c:795
#13 0x0000000000431053...
2007 May 12
7
[Bug 10927] New: segmentation fault in NVUploadToScreen, called from exaPutImage
...dToScreen (pDst=0xb782b0, x=0, y=0, w=16,
h=5, src=0x2b7f8e293440 "????????????\005", src_pitch=6144) at
nv_exa.c:351
#1 0x00002b7f883b94b1 in exaPutImage (pDrawable=0xb782b0, pGC=0x7c8300,
depth=<value optimized out>, x=-784, y=-48, w=<value optimized out>, h=64,
leftPad=0, format=2, bits=0x2b7f8e23a000 "") at exa_accel.c:206
#2 0x0000000000522fdb in damagePutImage (pDrawable=0xb782b0, pGC=0x7c8300,
depth=32, x=-784, y=-48, w=1536, h=64, leftPad=0, format=2,
pImage=0x2b7f8e23a000 "") at damage.c:786
#3 0x00000000004f7232 in miShmPutIma...