Lines Matching refs:top
40 top: 0,
46 var crop = layer.crop || {left: 0, top: 0, right: 0 , bottom:0};
50 top: crop.top || 0,
59 top: Math.max(crop.top, bounds.top),
67 var top = rect.top || 0;
70 return (right - left) <= 0 || (bottom - top) <= 0;
85 return parentBounds || { left: 0, right: 0, top: 0, bottom: 0 };
91 bottom: bounds.bottom - (bounds.top - y),
93 top: y,
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