Lines Matching refs:left
38 left: 0,
46 var crop = layer.crop || {left: 0, top: 0, right: 0 , bottom:0};
48 left: crop.left || 0,
57 left: Math.max(crop.left, bounds.left),
66 var left = rect.left || 0;
70 return (right - left) <= 0 || (bottom - top) <= 0;
85 return parentBounds || { left: 0, right: 0, top: 0, bottom: 0 };
90 right: bounds.right - (bounds.left - x),
92 left: x,
122 (rect.left - rect.right === 0 || rect.top - rect.bottom === 0);
295 transform_layer(r, {parentBounds: {left: 0, right: 0, top: 0, bottom: 0}, property