Searched refs:padx (Results 1 – 3 of 3) sorted by relevance
/external/ImageMagick/scripts/ |
D | xsnap | 65 pack append .alert.top .alert.top.message {top expand padx 5 pady 5} 72 pack append .alert.bottom .alert.bottom.0 {left expand padx 10 pady 10} 75 pack append .alert.bottom.0 .alert.bottom.0.button {expand padx 12 pady 12} 82 pack append .alert.bottom .alert.bottom.$i {left expand padx 20} 159 -padx 1m -anchor w 195 .options.processing.rotate -padx 1m -anchor w 242 -padx 1m -anchor w 253 -side top -padx 2m -pady 1m
|
/external/skia/src/effects/ |
D | SkBlurMask.cpp | 521 int padx = passCount * rx; in BoxBlur() local 525 margin->set(padx, pady); in BoxBlur() 527 dst->fBounds.set(src.fBounds.fLeft - padx, src.fBounds.fTop - pady, in BoxBlur() 528 src.fBounds.fRight + padx, src.fBounds.fBottom + pady); in BoxBlur()
|
/external/v8/tools/ |
D | stats-viewer.py | 234 name.grid(row=index, column=0, padx=1, pady=1) 243 value.grid(row=index, column=(1 + i), padx=1, pady=1)
|